Config.in.misc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. config ADK_KERNEL_RFKILL
  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_RTC_DRV_AT91SAM9
  15. prompt ".................................. RTC support for AT91SAM9 (Fox G20)"
  16. boolean
  17. select ADK_KERNEL_RTC_CLASS
  18. select ADK_KERNEL_RTC_HCTOSYS
  19. select ADK_KERNEL_RTC_INTF_DEV
  20. default y if ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  21. default n
  22. depends on ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  23. help
  24. Fox G20 RTC support.
  25. config ADK_KERNEL_RTC_DRV_CMOS
  26. prompt ".................................. RTC support for PC CMOS"
  27. boolean
  28. select ADK_KERNEL_RTC_CLASS
  29. select ADK_KERNEL_RTC_HCTOSYS
  30. select ADK_KERNEL_RTC_INTF_DEV
  31. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  32. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  33. default y if ADK_TARGET_SYSTEM_IBM_X40
  34. default y if ADK_NATIVE_SYSTEM_IBM_X40
  35. default n
  36. depends on (ADK_TARGET_SYSTEM_PCENGINES_ALIX1C || ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13 || ADK_TARGET_SYSTEM_IBM_X40 || ADK_NATIVE_SYSTEM_IBM_X40)
  37. help
  38. PC CMOS RTC support.
  39. config ADK_KPACKAGE_KMOD_SCx200_ACB
  40. prompt "kmod-i2c-geode.................... I2C driver for Geode"
  41. tristate
  42. select ADK_KERNEL_I2C
  43. select ADK_KERNEL_I2C_CHARDEV
  44. default n
  45. depends on ADK_CPU_GEODE
  46. help
  47. I2C driver for Geode boards.
  48. config ADK_KPACKAGE_KMOD_PARPORT
  49. prompt "kmod-parport...................... generic parallel port support"
  50. tristate
  51. default n
  52. depends on ADK_TARGET_WITH_PP
  53. help
  54. Kernel module for generic parallel port support.
  55. config ADK_KPACKAGE_KMOD_PARPORT_PC
  56. prompt "kmod-parport-pc................. PC style parallel port support"
  57. tristate
  58. default n
  59. depends on ADK_KPACKAGE_KMOD_PARPORT
  60. help
  61. Kernel module for PC style parallel port support.
  62. config ADK_KPACKAGE_KMOD_PLIP
  63. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  64. tristate
  65. default n
  66. depends on ADK_KPACKAGE_KMOD_PARPORT
  67. select ADK_KPACKAGE_KMOD_PARPORT_PC
  68. help
  69. PLIP: IPv4 over parallel port, using a Turbo Laplink
  70. (crossed null-printer) cable. Drivers exist for DOS
  71. (from Crynwr), Linux 2.x (protocol changed and is no
  72. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  73. This will enlarge your kernel by about 8 KiB.
  74. config ADK_KPACKAGE_KMOD_PRINTER
  75. prompt "kmod-lp......................... line printer support"
  76. tristate
  77. default n
  78. depends on ADK_KPACKAGE_KMOD_PARPORT
  79. select ADK_KPACKAGE_KMOD_PARPORT_PC
  80. help
  81. Kernel module for line printer support
  82. config ADK_KPACKAGE_KMOD_PPDEV
  83. prompt "kmod-ppdev...................... userland parallel port driver"
  84. tristate
  85. default n
  86. depends on ADK_KPACKAGE_KMOD_PARPORT
  87. select ADK_KPACKAGE_KMOD_PARPORT_PC
  88. help
  89. Kernel module for userland parallel port access
  90. config ADK_KPACKAGE_KMOD_FW_LOADER
  91. prompt "kmod-fw-loader.................... userspace firmware loading support"
  92. tristate
  93. default n
  94. help
  95. This may be necessary when using drivers which require
  96. loading of external firmware files.
  97. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  98. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  99. tristate
  100. depends on ADK_KPACKAGE_KMOD_MAC80211
  101. default n
  102. help
  103. endmenu