Config.in.misc 2.4 KB

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