Config.in.misc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. config ADK_LINUX_INITRAMFS_BUILTIN
  2. select ADK_KERNEL_BLK_DEV_INITRD
  3. select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
  4. boolean
  5. default n
  6. config ADK_KERNEL_MISC_DEVICES
  7. boolean
  8. default n
  9. config ADK_KERNEL_CS5535_MFGPT
  10. boolean
  11. default n
  12. config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
  13. boolean
  14. default n
  15. config ADK_KERNEL_RFKILL
  16. boolean
  17. default n
  18. config ADK_KERNEL_WATCHDOG
  19. boolean
  20. default n
  21. config ADK_KERNEL_I2C
  22. boolean
  23. default n
  24. config ADK_KERNEL_I2C_CHARDEV
  25. tristate
  26. default n
  27. config ADK_KERNEL_RTC_CLASS
  28. boolean
  29. default n
  30. config ADK_KERNEL_RTC_HCTOSYS
  31. boolean
  32. default n
  33. config ADK_KERNEL_RTC_INTF_DEV
  34. boolean
  35. default n
  36. menu "Miscellaneous devices support"
  37. config ADK_KERNEL_GEODE_WDT
  38. prompt "geode-wdt......................... Geode Hardware Watchdog"
  39. tristate
  40. select ADK_KERNEL_WATCHDOG
  41. select ADK_KERNEL_MISC_DEVICES
  42. select ADK_KERNEL_CS5535_MFGPT
  43. select ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
  44. depends on ADK_LINUX_X86_ALIX
  45. default y if ADK_HARDWARE_ALIX2D2
  46. default y if ADK_HARDWARE_ALIX2D13
  47. default n
  48. help
  49. Geode watchdog.
  50. config ADK_KERNEL_RTC_DRV_CMOS
  51. prompt "rtc-cmos.......................... RTC support for PC CMOS"
  52. tristate
  53. select ADK_KERNEL_RTC_CLASS
  54. select ADK_KERNEL_RTC_HCTOSYS
  55. select ADK_KERNEL_RTC_INTF_DEV
  56. default y if ADK_TARGET_WITH_RTC
  57. default n
  58. help
  59. RTC support for ALIX boards.
  60. config ADK_KPACKAGE_KMOD_SCx200_ACB
  61. prompt "kmod-i2c-geode.................... I2C driver for Geode"
  62. tristate
  63. select ADK_KERNEL_I2C
  64. select ADK_KERNEL_I2C_CHARDEV
  65. depends on ADK_LINUX_X86_ALIX
  66. default n
  67. help
  68. I2C driver for Geode boards.
  69. config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
  70. prompt "kmod-softdog...................... Software watchdog"
  71. tristate
  72. default n
  73. select ADK_KERNEL_WATCHDOG
  74. help
  75. A software monitoring watchdog. This will fail to reboot your system
  76. from some situations that the hardware watchdog will recover
  77. from. Equally it's a lot cheaper to install.
  78. config ADK_KPACKAGE_KMOD_PARPORT
  79. prompt "kmod-parport...................... generic parallel port support"
  80. tristate
  81. default n
  82. depends on ADK_TARGET_WITH_PP
  83. help
  84. Kernel module for generic parallel port support
  85. config ADK_KPACKAGE_KMOD_PLIP
  86. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  87. tristate
  88. default n
  89. depends on ADK_KPACKAGE_KMOD_PARPORT
  90. help
  91. PLIP: IPv4 over parallel port, using a Turbo Laplink
  92. (crossed null-printer) cable. Drivers exist for DOS
  93. (from Crynwr), Linux 2.x (protocol changed and is no
  94. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  95. This will enlarge your kernel by about 8 KiB.
  96. config ADK_KPACKAGE_KMOD_PRINTER
  97. prompt "kmod-lp......................... line printer support"
  98. tristate
  99. default n
  100. depends on ADK_KPACKAGE_KMOD_PARPORT
  101. help
  102. Kernel module for line printer support
  103. config ADK_KPACKAGE_KMOD_PPDEV
  104. prompt "kmod-ppdev...................... userland parallel port driver"
  105. tristate
  106. default n
  107. depends on ADK_KPACKAGE_KMOD_PARPORT
  108. help
  109. Kernel module for userland parallel port access
  110. config ADK_KPACKAGE_KMOD_FW_LOADER
  111. prompt "kmod-fw-loader.................... userspace firmware loading support"
  112. tristate
  113. default n
  114. depends on !ADK_LINUX_QEMU
  115. help
  116. This may be necessary when using drivers which require
  117. loading of external firmware files.
  118. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  119. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  120. tristate
  121. depends on ADK_KPACKAGE_KMOD_MAC80211
  122. depends on !ADK_LINUX_CRIS_FOXBOARD && !ADK_HARDWARE_LEMOTE_YEELONG
  123. default n
  124. help
  125. endmenu