1
0

Config.in.misc 3.2 KB

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