Config.in.misc 3.7 KB

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