From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- target/device/Soekris/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/device/Soekris/Config.in') diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in index 54cc152a8..c8508c42c 100644 --- a/target/device/Soekris/Config.in +++ b/target/device/Soekris/Config.in @@ -1,12 +1,10 @@ menuconfig BR2_TARGET_SOEKRIS bool "Soekris device support" depends on BR2_i386 - default n if BR2_TARGET_SOEKRIS config BR2_TARGET_SOEKRIS_NET4521 bool "Soekris net4521" - default n select BR2_PACKAGE_LINUX help The Soekris net4521 @@ -14,7 +12,6 @@ config BR2_TARGET_SOEKRIS_NET4521 config BR2_TARGET_SOEKRIS_NET4801 bool "Soekris net4801" depends on BR2_i386 - default n select BR2_PACKAGE_LINUX help The Soekris net4801 -- cgit v1.2.3