Config.in.misc 3.2 KB

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