Config.in.misc 2.4 KB

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