Config.in.misc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # for DMA driver required
  2. config ADK_KERNEL_FW_LOADER
  3. boolean
  4. default y if ADK_TARGET_SYSTEM_CUBOX_I
  5. default n
  6. config ADK_KERNEL_FIRMWARE_IN_KERNEL
  7. boolean
  8. default y if ADK_TARGET_SYSTEM_CUBOX_I
  9. default n
  10. config ADK_KERNEL_FW_LOADER_USER_HELPER
  11. boolean
  12. default y if ADK_TARGET_SYSTEM_CUBOX_I
  13. default n
  14. config ADK_KPACKAGE_KMOD_DMA_BCM2708
  15. select ADK_KERNEL_DMADEVICES
  16. boolean
  17. config ADK_KPACKAGE_KMOD_REGMAP_MMIO
  18. select ADK_KERNEL_REGMAP
  19. boolean
  20. config ADK_KERNEL_KEYS
  21. boolean
  22. config ADK_KERNEL_RTC_CLASS
  23. boolean
  24. config ADK_KERNEL_RTC_HCTOSYS
  25. boolean
  26. config ADK_KERNEL_RTC_INTF_DEV
  27. boolean
  28. menu "Miscellaneous devices support"
  29. config ADK_KERNEL_KEXEC
  30. prompt ".................................. Add KEXEC syscall"
  31. boolean
  32. help
  33. You need also kexec-tools to benefit from it.
  34. config ADK_KERNEL_RTC_DRV_PXA
  35. prompt ".................................. RTC support for Sharp Zaurus"
  36. boolean
  37. select ADK_KERNEL_RTC_CLASS
  38. select ADK_KERNEL_RTC_HCTOSYS
  39. select ADK_KERNEL_RTC_INTF_DEV
  40. default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS
  41. default n
  42. depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS
  43. help
  44. Sharp Zaurus RTC.
  45. config ADK_KERNEL_RTC_DRV_AT91SAM9
  46. prompt ".................................. RTC support for AT91SAM9 (Fox G20)"
  47. boolean
  48. select ADK_KERNEL_RTC_CLASS
  49. select ADK_KERNEL_RTC_HCTOSYS
  50. select ADK_KERNEL_RTC_INTF_DEV
  51. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  52. default n
  53. depends on ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  54. help
  55. Fox G20 RTC support.
  56. config ADK_KERNEL_RTC_DRV_CMOS
  57. prompt ".................................. RTC support for PC CMOS"
  58. boolean
  59. select ADK_KERNEL_RTC_CLASS
  60. select ADK_KERNEL_RTC_HCTOSYS
  61. select ADK_KERNEL_RTC_INTF_DEV
  62. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  63. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  64. default y if ADK_TARGET_SYSTEM_IBM_X40
  65. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  66. default n
  67. depends on (ADK_TARGET_SYSTEM_PCENGINES_ALIX1C || ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 || ADK_TARGET_SYSTEM_IBM_X40 || ADK_TARGET_SYSTEM_LEMOTE_YEELONG)
  68. help
  69. PC CMOS RTC support.
  70. config ADK_KPACKAGE_KMOD_PARPORT
  71. prompt "kmod-parport...................... generic parallel port support"
  72. tristate
  73. default n
  74. depends on ADK_TARGET_WITH_PP
  75. help
  76. Kernel module for generic parallel port support.
  77. config ADK_KPACKAGE_KMOD_PARPORT_PC
  78. prompt "kmod-parport-pc................. PC style parallel port support"
  79. tristate
  80. default n
  81. depends on ADK_KPACKAGE_KMOD_PARPORT
  82. help
  83. Kernel module for PC style parallel port support.
  84. config ADK_KPACKAGE_KMOD_PLIP
  85. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  86. tristate
  87. default n
  88. depends on ADK_KPACKAGE_KMOD_PARPORT
  89. select ADK_KPACKAGE_KMOD_PARPORT_PC
  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. select ADK_KPACKAGE_KMOD_PARPORT_PC
  102. help
  103. Kernel module for line printer support
  104. config ADK_KPACKAGE_KMOD_PPDEV
  105. prompt "kmod-ppdev...................... userland parallel port driver"
  106. tristate
  107. default n
  108. depends on ADK_KPACKAGE_KMOD_PARPORT
  109. select ADK_KPACKAGE_KMOD_PARPORT_PC
  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. depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS
  116. default n
  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. select ADK_KERNEL_MISC_DEVICES
  125. default n
  126. help
  127. endmenu