Config.in.misc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. default n
  9. config ADK_KERNEL_WATCHDOG
  10. boolean
  11. default y if ADK_TARGET_WITH_WATCHDOG
  12. default n
  13. config ADK_KERNEL_I2C_CHARDEV
  14. boolean
  15. default n
  16. menu "Miscellaneous devices support"
  17. config ADK_KPACKAGE_KMOD_I2C
  18. prompt "kmod-i2c.......................... I2C support"
  19. tristate
  20. select ADK_KERNEL_I2C_CHARDEV
  21. default n
  22. help
  23. I2C support
  24. config ADK_KPACKAGE_KMOD_SCx200_ACB
  25. prompt "kmod-i2c-geode.................... I2C driver for Geode"
  26. tristate
  27. depends on ADK_KPACKAGE_KMOD_I2C
  28. depends on ADK_LINUX_X86_ALIX1C || ADK_LINUX_X86_ALIX2D || ADK_LINUX_X86_ALIX2D13
  29. default n
  30. help
  31. I2C driver for Geode boards.
  32. config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
  33. prompt "kmod-softdog...................... Software watchdog"
  34. tristate
  35. default n
  36. select ADK_KERNEL_WATCHDOG
  37. help
  38. A software monitoring watchdog. This will fail to reboot your system
  39. from some situations that the hardware watchdog will recover
  40. from. Equally it's a lot cheaper to install.
  41. config ADK_KPACKAGE_KMOD_PARPORT
  42. prompt "kmod-parport...................... generic parallel port support"
  43. tristate
  44. default n
  45. depends on ADK_TARGET_WITH_PP
  46. help
  47. Kernel module for generic parallel port support
  48. config ADK_KPACKAGE_KMOD_PLIP
  49. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  50. tristate
  51. default n
  52. depends on ADK_KPACKAGE_KMOD_PARPORT
  53. help
  54. PLIP: IPv4 over parallel port, using a Turbo Laplink
  55. (crossed null-printer) cable. Drivers exist for DOS
  56. (from Crynwr), Linux 2.x (protocol changed and is no
  57. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  58. This will enlarge your kernel by about 8 KiB.
  59. config ADK_KPACKAGE_KMOD_PRINTER
  60. prompt "kmod-lp......................... line printer support"
  61. tristate
  62. default n
  63. depends on ADK_KPACKAGE_KMOD_PARPORT
  64. help
  65. Kernel module for line printer support
  66. config ADK_KPACKAGE_KMOD_PPDEV
  67. prompt "kmod-ppdev...................... userland parallel port driver"
  68. tristate
  69. default n
  70. depends on ADK_KPACKAGE_KMOD_PARPORT
  71. help
  72. Kernel module for userland parallel port access
  73. config ADK_KPACKAGE_KMOD_FW_LOADER
  74. prompt "kmod-fw-loader.................... userspace firmware loading support"
  75. tristate
  76. default n
  77. depends on !ADK_LINUX_QEMU
  78. help
  79. This may be necessary when using drivers which require
  80. loading of external firmware files.
  81. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  82. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  83. tristate
  84. depends on ADK_KPACKAGE_KMOD_MAC80211
  85. depends on !ADK_LINUX_CRIS_FOXBOARD && !ADK_LINUX_MIPS64_LEMOTE
  86. default n
  87. help
  88. endmenu