disable all other filesystems in menuconfig when initramfs is selected
[openwrt.git] / target / linux / Config.in
index 5257c78..946ace3 100644 (file)
@@ -1,8 +1,15 @@
 menu "Target Root Filesystem"
+       config TARGET_ROOTFS_INITRAMFS
+               bool "ramdisk"
+               default n
+               depends LINUX_2_6
+               help
+                 Embed the rootfs into the kernel (initramfs)
 
        config TARGET_ROOTFS_JFFS2
                bool "jffs2"
                default y
+               depends !TARGET_ROOTFS_INITRAMFS
                help
                  Build a jffs2 root filesystem
 
@@ -10,12 +17,15 @@ menu "Target Root Filesystem"
                bool "squashfs-lzma"
                default y
                depends !LINUX_2_6_ARUBA
+               depends !LINUX_2_6_XSCALE
+               depends !TARGET_ROOTFS_INITRAMFS
                help
                  Build a squashfs-lzma root filesystem
 
        config TARGET_ROOTFS_TGZ
                bool "tgz"
-               default y
+               default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
+               depends !TARGET_ROOTFS_INITRAMFS
                help
                  Build a compressed tar archive of the the root filesystem
 
@@ -53,6 +63,13 @@ config PACKAGE_KMOD_IMQ
         help
           Kernel support for the Intermediate Queueing device
 
+config PACKAGE_KMOD_IPIP
+       prompt "kmod-ipip......................... IP in IP encapsulation support"
+       tristate
+       default m
+       help
+         Kernel module for IP in IP encapsulation
+
 config PACKAGE_KMOD_IPV6
        prompt "kmod-ipv6......................... IPv6 support"
        tristate
@@ -294,7 +311,7 @@ config PACKAGE_KMOD_IDE
            - ide-core
            - ide-detect
            - ide-disk
-           - pdc202old
+           - pdc202xx_old
 
 config PACKAGE_KMOD_LOOP
        prompt "kmod-loop......................... Loop mount support"
@@ -316,7 +333,7 @@ config PACKAGE_KMOD_CRYPTO
        prompt "CryptoAPI modules"
        tristate
        default m
-       select BUSYBOX_FEATURE_CHECK_TAINTED_MODULE
+       select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
        help
          Kernel modules for cryptographic algorithms
 
This page took 0.027316 seconds and 4 git commands to generate.