Config.in.misc 2.2 KB

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