Config.in.misc 3.5 KB

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