Config.in.misc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. depends on ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20
  28. help
  29. Fox G20 RTC support.
  30. config ADK_KERNEL_RTC_DRV_CMOS
  31. prompt ".................................. RTC support for PC CMOS"
  32. boolean
  33. select ADK_KERNEL_RTC_CLASS
  34. select ADK_KERNEL_RTC_HCTOSYS
  35. select ADK_KERNEL_RTC_INTF_DEV
  36. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
  37. default y if ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13
  38. default y if ADK_TARGET_SYSTEM_IBM_X40
  39. default n
  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. default n
  105. help
  106. endmenu