Config.in.misc 2.3 KB

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