Kconfig.common 722 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. config UML
  2. bool
  3. default y
  4. select HAVE_ARCH_AUDITSYSCALL
  5. select HAVE_UID16
  6. select HAVE_FUTEX_CMPXCHG if FUTEX
  7. select GENERIC_IRQ_SHOW
  8. select GENERIC_CPU_DEVICES
  9. select GENERIC_IO
  10. select GENERIC_CLOCKEVENTS
  11. select TTY # Needed for line.c
  12. config MMU
  13. bool
  14. default y
  15. config NO_IOMEM
  16. def_bool y
  17. config ISA
  18. bool
  19. config SBUS
  20. bool
  21. config PCI
  22. bool
  23. config PCMCIA
  24. bool
  25. # Yet to do!
  26. config TRACE_IRQFLAGS_SUPPORT
  27. bool
  28. default n
  29. config LOCKDEP_SUPPORT
  30. bool
  31. default y
  32. config STACKTRACE_SUPPORT
  33. bool
  34. default y
  35. select STACKTRACE
  36. config GENERIC_CALIBRATE_DELAY
  37. bool
  38. default y
  39. config GENERIC_BUG
  40. bool
  41. default y
  42. depends on BUG
  43. config HZ
  44. int
  45. default 100
  46. config SUBARCH
  47. string
  48. option env="SUBARCH"