Kconfig.common 720 B

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