Kconfig.common 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config DEFCONFIG_LIST
  2. string
  3. option defconfig_list
  4. default "arch/$ARCH/defconfig"
  5. config UML
  6. bool
  7. default y
  8. select HAVE_GENERIC_HARDIRQS
  9. select GENERIC_IRQ_SHOW
  10. select GENERIC_CPU_DEVICES
  11. select GENERIC_IO
  12. config MMU
  13. bool
  14. default y
  15. config NO_IOMEM
  16. def_bool y
  17. config ISA
  18. bool
  19. config SBUS
  20. bool
  21. config PCI
  22. bool
  23. config PCMCIA
  24. bool
  25. # Yet to do!
  26. config TRACE_IRQFLAGS_SUPPORT
  27. bool
  28. default n
  29. config LOCKDEP_SUPPORT
  30. bool
  31. default y
  32. config STACKTRACE_SUPPORT
  33. bool
  34. default n
  35. config GENERIC_CALIBRATE_DELAY
  36. bool
  37. default y
  38. config GENERIC_BUG
  39. bool
  40. default y
  41. depends on BUG
  42. config GENERIC_CLOCKEVENTS
  43. bool
  44. default y
  45. # Used in kernel/irq/manage.c and include/linux/irq.h
  46. config IRQ_RELEASE_METHOD
  47. bool
  48. default y
  49. config HZ
  50. int
  51. default 100
  52. config SUBARCH
  53. string
  54. option env="SUBARCH"