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/Sharp/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/device/Sharp') diff --git a/target/device/Sharp/Config.in b/target/device/Sharp/Config.in index 6c750420f..41286027d 100644 --- a/target/device/Sharp/Config.in +++ b/target/device/Sharp/Config.in @@ -1,7 +1,6 @@ menuconfig BR2_TARGET_SHARP bool "Sharp Device Support" depends on BR2_arm - default n if BR2_TARGET_SHARP comment "Sharp Specific Device Support" @@ -10,7 +9,6 @@ comment "Sharp Specific Device Support" config BR2_TARGET_SHARP_LNODE80 bool "Board support for the LNode80 development board" depends on BR2_arm - default n help Support for the LNode80 LH79520 based device endif -- cgit v1.2.3