Kconfig.common 744 B

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