Kconfig.common 808 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_HARDIRQS_NO_DEPRECATED
  10. select GENERIC_IRQ_SHOW
  11. config MMU
  12. bool
  13. default y
  14. config NO_IOMEM
  15. def_bool y
  16. config ISA
  17. bool
  18. config SBUS
  19. bool
  20. config PCI
  21. bool
  22. config PCMCIA
  23. bool
  24. # Yet to do!
  25. config TRACE_IRQFLAGS_SUPPORT
  26. bool
  27. default n
  28. config LOCKDEP_SUPPORT
  29. bool
  30. default y
  31. config STACKTRACE_SUPPORT
  32. bool
  33. default n
  34. config GENERIC_CALIBRATE_DELAY
  35. bool
  36. default y
  37. config GENERIC_BUG
  38. bool
  39. default y
  40. depends on BUG
  41. config GENERIC_CLOCKEVENTS
  42. bool
  43. default y
  44. # Used in kernel/irq/manage.c and include/linux/irq.h
  45. config IRQ_RELEASE_METHOD
  46. bool
  47. default y
  48. config HZ
  49. int
  50. default 100
  51. config SUBARCH
  52. string
  53. option env="SUBARCH"