Config.in.misc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. config ADK_LINUX_INITRAMFS_BUILTIN
  2. select ADK_KERNEL_BLK_DEV_INITRD
  3. select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
  4. boolean
  5. default n
  6. menu "Miscellaneous devices support"
  7. config ADK_KERNEL_WATCHDOG
  8. boolean
  9. default y if ADK_TARGET_WITH_WATCHDOG
  10. default n
  11. config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
  12. prompt "kmod-softdog...................... Software watchdog"
  13. tristate
  14. default n
  15. select ADK_KERNEL_WATCHDOG
  16. help
  17. A software monitoring watchdog. This will fail to reboot your system
  18. from some situations that the hardware watchdog will recover
  19. from. Equally it's a lot cheaper to install.
  20. #config ADK_KPACKAGE_KMOD_WD1100
  21. # prompt "kmod-wd1100....................... Soekris net4801 watchdog"
  22. # tristate
  23. # select ADK_KERNEL_WATCHDOG
  24. # default n
  25. # help
  26. # Driver for the NatSemi SC1x00 series Watchdog
  27. # found on Soekris net4801 boards
  28. config ADK_KPACKAGE_KMOD_PARPORT
  29. prompt "kmod-parport...................... generic parallel port support"
  30. tristate
  31. default n
  32. depends on ADK_TARGET_WITH_PP
  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. depends on !ADK_LINUX_QEMU
  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. depends on !ADK_LINUX_CRIS_FOXBOARD
  73. default n
  74. help
  75. source package/exmap/Config.in.kmod
  76. endmenu