Config.in.misc 3.1 KB

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