From a5ac61715b70ef628e1239e92ffd7aae859e8294 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 19:06:25 +0000 Subject: buildroot: s/depends/depends on/ The new kconfig is more strict regarding depends/depends on, so fixup the tree. --- target/device/ARMLTD/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/device/ARMLTD') diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in index ffa6a2749..76c92860e 100644 --- a/target/device/ARMLTD/Config.in +++ b/target/device/ARMLTD/Config.in @@ -1,14 +1,14 @@ menuconfig BR2_TARGET_ARMLTD bool "ARM Ltd. Device Support" - depends BR2_arm + depends on BR2_arm default n comment "Arm based Device Support" - depends BR2_arm && BR2_TARGET_ARMLTD + depends on BR2_arm && BR2_TARGET_ARMLTD config BR2_TARGET_ARM_INTEGRATOR_926 bool "Integrator arm926" - depends BR2_arm && BR2_TARGET_ARMLTD + depends on BR2_arm && BR2_TARGET_ARMLTD default y select BR2_PACKAGE_LINUX select BR2_ARM_EABI -- cgit v1.2.3