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/AMD/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/device/AMD') diff --git a/target/device/AMD/Config.in b/target/device/AMD/Config.in index a636fdae4..04f39509b 100644 --- a/target/device/AMD/Config.in +++ b/target/device/AMD/Config.in @@ -4,13 +4,11 @@ comment "AMD Specific Device Support" config BR2_TARGET_AMD_ALCHEMY bool "Board support for the AMD development boards" depends on BR2_mipsel || BR2_mips - default n help AMD Alchemy mips based systems config BR2_TARGET_AMD_ALCHEMY_DBAU1500 bool "AMD Alchemy DBAu1500 Development Board Support" - default n depends on BR2_TARGET_AMD_ALCHEMY select BR2_PACKAGE_LINUX help -- cgit v1.2.3