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