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. --- toolchain/uClibc/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolchain/uClibc/Config.in') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index fdf35b5be..11790363e 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -45,7 +45,6 @@ config BR2_UCLIBC_CONFIG config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" - default n help Enable locale/gettext/i18n support? @@ -74,13 +73,11 @@ endchoice config BR2_PTHREAD_DEBUG bool "Thread library debugging" depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE - default n help Build the thread library with debugging enabled. config BR2_UCLIBC_PROGRAM_INVOCATION bool "Enable 'program invocation name'" - default n help Support for the GNU-specific program_invocation_name and program_invocation_short_name strings. Some GNU packages -- cgit v1.2.3