Kconfig.common 636 B

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