Kconfig.common 686 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. config UML
  2. bool
  3. default y
  4. select HAVE_ARCH_AUDITSYSCALL
  5. select HAVE_UID16
  6. select GENERIC_IRQ_SHOW
  7. select GENERIC_CPU_DEVICES
  8. select GENERIC_IO
  9. select GENERIC_CLOCKEVENTS
  10. select TTY # Needed for line.c
  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 y
  34. select STACKTRACE
  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 HZ
  43. int
  44. default 100
  45. config SUBARCH
  46. string
  47. option env="SUBARCH"