Config.in.misc 2.1 KB

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