summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.misc
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.misc')
-rw-r--r--target/linux/config/Config.in.misc31
1 files changed, 17 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc
index bed0ac451..71c07e553 100644
--- a/target/linux/config/Config.in.misc
+++ b/target/linux/config/Config.in.misc
@@ -1,16 +1,14 @@
config ADK_LINUX_INITRAMFS_BUILTIN
select ADK_KERNEL_BLK_DEV_INITRD
- select ADK_KERNEL_RD_LZMA
- select ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
+ select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
boolean
default n
menu "Miscellaneous devices support"
-source target/linux/config/Config.in.leds
-
config ADK_KERNEL_WATCHDOG
boolean
+ default y if ADK_TARGET_WITH_WATCHDOG
default n
config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
@@ -23,19 +21,20 @@ config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
from some situations that the hardware watchdog will recover
from. Equally it's a lot cheaper to install.
-config ADK_KPACKAGE_KMOD_WD1100
- prompt "kmod-wd1100....................... Soekris net4801 watchdog"
- tristate
- select ADK_KERNEL_WATCHDOG
- default n
- help
- Driver for the NatSemi SC1x00 series Watchdog
- found on Soekris net4801 boards
+#config ADK_KPACKAGE_KMOD_WD1100
+# prompt "kmod-wd1100....................... Soekris net4801 watchdog"
+# tristate
+# select ADK_KERNEL_WATCHDOG
+# default n
+# help
+# Driver for the NatSemi SC1x00 series Watchdog
+# found on Soekris net4801 boards
config ADK_KPACKAGE_KMOD_PARPORT
prompt "kmod-parport...................... generic parallel port support"
tristate
default n
+ depends on ADK_TARGET_WITH_PP
help
Kernel module for generic parallel port support
@@ -68,7 +67,7 @@ config ADK_KPACKAGE_KMOD_PPDEV
Kernel module for userland parallel port access
config ADK_KPACKAGE_KMOD_FW_LOADER
- prompt "kmod-fw-loader.................. userspace firmware loading support"
+ prompt "kmod-fw-loader.................... userspace firmware loading support"
tristate
default n
help
@@ -76,9 +75,13 @@ config ADK_KPACKAGE_KMOD_FW_LOADER
loading of external firmware files.
config ADK_KPACKAGE_KMOD_EEPROM_93CX6
- prompt "kmod-eeprom-93cx6................ 93cx6 eeprom support"
+ prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
tristate
+ depends on ADK_KPACKAGE_KMOD_MAC80211
default n
help
+
+source package/exmap/Config.in.kmod
+
endmenu