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/ccache/Config.in | 1 - toolchain/ccache/Config.in.2 | 1 - 2 files changed, 2 deletions(-) (limited to 'toolchain/ccache') diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index df4f1ef68..95f3a9c1a 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -4,7 +4,6 @@ comment "Ccache Options" config BR2_CCACHE bool "Enable ccache support?" - default n help Enable ccache support? diff --git a/toolchain/ccache/Config.in.2 b/toolchain/ccache/Config.in.2 index 713037461..dc09ac5a6 100644 --- a/toolchain/ccache/Config.in.2 +++ b/toolchain/ccache/Config.in.2 @@ -2,7 +2,6 @@ config BR2_PACKAGE_CCACHE_TARGET bool"ccache support in the target filesystem" - default n help Add help text here. -- cgit v1.2.3