Kconfig.common 755 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. config UML
  2. bool
  3. default y
  4. select HAVE_ARCH_AUDITSYSCALL
  5. select HAVE_ARCH_SECCOMP_FILTER
  6. select HAVE_UID16
  7. select HAVE_FUTEX_CMPXCHG if FUTEX
  8. select GENERIC_IRQ_SHOW
  9. select GENERIC_CPU_DEVICES
  10. select GENERIC_IO
  11. select GENERIC_CLOCKEVENTS
  12. select TTY # Needed for line.c
  13. config MMU
  14. bool
  15. default y
  16. config NO_IOMEM
  17. def_bool y
  18. config ISA
  19. bool
  20. config SBUS
  21. bool
  22. config PCI
  23. bool
  24. config PCMCIA
  25. bool
  26. # Yet to do!
  27. config TRACE_IRQFLAGS_SUPPORT
  28. bool
  29. default n
  30. config LOCKDEP_SUPPORT
  31. bool
  32. default y
  33. config STACKTRACE_SUPPORT
  34. bool
  35. default y
  36. select STACKTRACE
  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"