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. --- package/gmp/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/gmp') diff --git a/package/gmp/Config.in b/package/gmp/Config.in index 41d5ee82a..74596f86a 100644 --- a/package/gmp/Config.in +++ b/package/gmp/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_LIBGMP bool "gmp" - default n help GNU Multiple Precision Arithmetic Library. @@ -9,7 +8,6 @@ config BR2_PACKAGE_LIBGMP config BR2_PACKAGE_LIBGMP_HEADERS bool "gmp headers for target" - default n depends on BR2_PACKAGE_LIBGMP help Install the gmp.h for the target. -- cgit v1.2.3