Config.in.misc 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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_PLIP
  57. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  58. tristate
  59. default n
  60. depends on ADK_KPACKAGE_KMOD_PARPORT
  61. help
  62. PLIP: IPv4 over parallel port, using a Turbo Laplink
  63. (crossed null-printer) cable. Drivers exist for DOS
  64. (from Crynwr), Linux 2.x (protocol changed and is no
  65. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  66. This will enlarge your kernel by about 8 KiB.
  67. config ADK_KPACKAGE_KMOD_PRINTER
  68. prompt "kmod-lp......................... line printer support"
  69. tristate
  70. default n
  71. depends on ADK_KPACKAGE_KMOD_PARPORT
  72. help
  73. Kernel module for line printer support
  74. config ADK_KPACKAGE_KMOD_PPDEV
  75. prompt "kmod-ppdev...................... userland parallel port driver"
  76. tristate
  77. default n
  78. depends on ADK_KPACKAGE_KMOD_PARPORT
  79. help
  80. Kernel module for userland parallel port access
  81. config ADK_KPACKAGE_KMOD_FW_LOADER
  82. prompt "kmod-fw-loader.................... userspace firmware loading support"
  83. tristate
  84. default n
  85. help
  86. This may be necessary when using drivers which require
  87. loading of external firmware files.
  88. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  89. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  90. tristate
  91. depends on ADK_KPACKAGE_KMOD_MAC80211
  92. default n
  93. help
  94. endmenu