Config.in: remove obsolete dependency
[openwrt/staging/chunkeey.git] / Config.in
index 2733ecb6950b3f3c297ed8690a05bd9d0487b400..ddf02614b3222145f59c6c7565bf7e29615cf66e 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -46,7 +46,6 @@ menu "Target Images"
 
                        config TARGET_INITRAMFS_COMPRESSION_XZ
                                bool "xz"
 
                        config TARGET_INITRAMFS_COMPRESSION_XZ
                                bool "xz"
-                               depends !LINUX_2_6_30&&!LINUX_2_6_31&&!LINUX_2_6_32&&!LINUX_2_6_36&&!LINUX_2_6_37
                endchoice
 
                config EXTERNAL_CPIO
                endchoice
 
                config EXTERNAL_CPIO
@@ -220,10 +219,16 @@ menu "Global build settings"
                help
                  This will compile your kernel and modules with debug information.
 
                help
                  This will compile your kernel and modules with debug information.
 
+       config KERNEL_DEBUG_LL_UART_NONE
+               bool
+               default n
+               depends on arm
+
        config KERNEL_DEBUG_LL
                bool
                default n
                depends on arm
        config KERNEL_DEBUG_LL
                bool
                default n
                depends on arm
+               select KERNEL_DEBUG_LL_UART_NONE
                help
                  ARM low level debugging
 
                help
                  ARM low level debugging