Config.in.misc 3.4 KB

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