Config.in.misc 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. config ADK_KERNEL_KEYS
  2. boolean
  3. config ADK_KERNEL_I2C
  4. boolean
  5. config ADK_KERNEL_I2C_CHARDEV
  6. tristate
  7. config ADK_KERNEL_RTC_CLASS
  8. boolean
  9. config ADK_KERNEL_RTC_HCTOSYS
  10. boolean
  11. config ADK_KERNEL_RTC_INTF_DEV
  12. boolean
  13. menu "Miscellaneous devices support"
  14. config ADK_KERNEL_KEXEC
  15. prompt ".................................. Add KEXEC syscall"
  16. boolean
  17. help
  18. You need also kexec-tools to benefit from it.
  19. config ADK_KERNEL_RTC_DRV_PXA
  20. prompt ".................................. RTC support for Sharp Zaurus"
  21. boolean
  22. select ADK_KERNEL_RTC_CLASS
  23. select ADK_KERNEL_RTC_HCTOSYS
  24. select ADK_KERNEL_RTC_INTF_DEV
  25. default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS
  26. default n
  27. depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS
  28. help
  29. Sharp Zaurus RTC.
  30. config ADK_KERNEL_RTC_DRV_AT91SAM9
  31. prompt ".................................. RTC support for AT91SAM9 (Fox G20)"
  32. boolean
  33. select ADK_KERNEL_RTC_CLASS
  34. select ADK_KERNEL_RTC_HCTOSYS
  35. select ADK_KERNEL_RTC_INTF_DEV
  36. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  37. default n
  38. depends on ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  39. help
  40. Fox G20 RTC support.
  41. config ADK_KERNEL_RTC_DRV_CMOS
  42. prompt ".................................. RTC support for PC CMOS"
  43. boolean
  44. select ADK_KERNEL_RTC_CLASS
  45. select ADK_KERNEL_RTC_HCTOSYS
  46. select ADK_KERNEL_RTC_INTF_DEV
  47. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  48. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  49. default y if ADK_TARGET_SYSTEM_IBM_X40
  50. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  51. default n
  52. depends on (ADK_TARGET_SYSTEM_PCENGINES_ALIX1C || ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 || ADK_TARGET_SYSTEM_IBM_X40 || ADK_TARGET_SYSTEM_LEMOTE_YEELONG)
  53. help
  54. PC CMOS RTC support.
  55. config ADK_KPACKAGE_KMOD_SCx200_ACB
  56. prompt "kmod-i2c-geode.................... I2C driver for Geode"
  57. tristate
  58. select ADK_KERNEL_I2C
  59. select ADK_KERNEL_I2C_CHARDEV
  60. default n
  61. depends on ADK_CPU_GEODE
  62. help
  63. I2C driver for Geode boards.
  64. config ADK_KPACKAGE_KMOD_PARPORT
  65. prompt "kmod-parport...................... generic parallel port support"
  66. tristate
  67. default n
  68. depends on ADK_TARGET_WITH_PP
  69. help
  70. Kernel module for generic parallel port support.
  71. config ADK_KPACKAGE_KMOD_PARPORT_PC
  72. prompt "kmod-parport-pc................. PC style parallel port support"
  73. tristate
  74. default n
  75. depends on ADK_KPACKAGE_KMOD_PARPORT
  76. help
  77. Kernel module for PC style parallel port support.
  78. config ADK_KPACKAGE_KMOD_PLIP
  79. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  80. tristate
  81. default n
  82. depends on ADK_KPACKAGE_KMOD_PARPORT
  83. select ADK_KPACKAGE_KMOD_PARPORT_PC
  84. help
  85. PLIP: IPv4 over parallel port, using a Turbo Laplink
  86. (crossed null-printer) cable. Drivers exist for DOS
  87. (from Crynwr), Linux 2.x (protocol changed and is no
  88. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  89. This will enlarge your kernel by about 8 KiB.
  90. config ADK_KPACKAGE_KMOD_PRINTER
  91. prompt "kmod-lp......................... line printer support"
  92. tristate
  93. default n
  94. depends on ADK_KPACKAGE_KMOD_PARPORT
  95. select ADK_KPACKAGE_KMOD_PARPORT_PC
  96. help
  97. Kernel module for line printer support
  98. config ADK_KPACKAGE_KMOD_PPDEV
  99. prompt "kmod-ppdev...................... userland parallel port driver"
  100. tristate
  101. default n
  102. depends on ADK_KPACKAGE_KMOD_PARPORT
  103. select ADK_KPACKAGE_KMOD_PARPORT_PC
  104. help
  105. Kernel module for userland parallel port access
  106. config ADK_KPACKAGE_KMOD_FW_LOADER
  107. prompt "kmod-fw-loader.................... userspace firmware loading support"
  108. tristate
  109. depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS
  110. default n
  111. help
  112. This may be necessary when using drivers which require
  113. loading of external firmware files.
  114. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  115. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  116. tristate
  117. depends on ADK_KPACKAGE_KMOD_MAC80211
  118. select ADK_KERNEL_MISC_DEVICES
  119. default n
  120. help
  121. endmenu