Config.in.misc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. config ADK_LINUX_INITRAMFS_BUILTIN
  2. select ADK_KERNEL_BLK_DEV_INITRD
  3. boolean
  4. default n
  5. menu "Miscellaneous devices support"
  6. config ADK_KERNEL_WATCHDOG
  7. boolean
  8. default y if ADK_TARGET_WITH_WATCHDOG
  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. depends on ADK_TARGET_WITH_PP
  32. help
  33. Kernel module for generic parallel port support
  34. config ADK_KPACKAGE_KMOD_PLIP
  35. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  36. tristate
  37. default n
  38. depends on ADK_KPACKAGE_KMOD_PARPORT
  39. help
  40. PLIP: IPv4 over parallel port, using a Turbo Laplink
  41. (crossed null-printer) cable. Drivers exist for DOS
  42. (from Crynwr), Linux 2.x (protocol changed and is no
  43. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  44. This will enlarge your kernel by about 8 KiB.
  45. config ADK_KPACKAGE_KMOD_PRINTER
  46. prompt "kmod-lp......................... line printer support"
  47. tristate
  48. default n
  49. depends on ADK_KPACKAGE_KMOD_PARPORT
  50. help
  51. Kernel module for line printer support
  52. config ADK_KPACKAGE_KMOD_PPDEV
  53. prompt "kmod-ppdev...................... userland parallel port driver"
  54. tristate
  55. default n
  56. depends on ADK_KPACKAGE_KMOD_PARPORT
  57. help
  58. Kernel module for userland parallel port access
  59. config ADK_KPACKAGE_KMOD_FW_LOADER
  60. prompt "kmod-fw-loader.................... userspace firmware loading support"
  61. tristate
  62. default n
  63. help
  64. This may be necessary when using drivers which require
  65. loading of external firmware files.
  66. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  67. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  68. tristate
  69. depends on ADK_KPACKAGE_KMOD_MAC80211
  70. default n
  71. help
  72. source package/exmap/Config.in.kmod
  73. endmenu