lkml.org 
[lkml]   [2013]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/3] Show option to not include kernel configuration only for embedded systems
Date
The included kernel configuration only consumes a few kb. In order to
prevent premature optimization, show the the option for not including
the kernel configuration only for embedded systems.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
---
init/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index ccf43c6..0b01c41 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -679,7 +679,7 @@ config RCU_NOCB_CPU
endmenu # "RCU Subsystem"

config IKCONFIG
- tristate "Kernel .config support"
+ tristate "Kernel .config support" if EMBEDDED
default y
---help---
This option enables the complete Linux kernel ".config" file
@@ -692,7 +692,7 @@ config IKCONFIG
/proc/config.gz if enabled (below).

config IKCONFIG_PROC
- bool "Enable access to .config through /proc/config.gz"
+ bool "Enable access to .config through /proc/config.gz" if EMBEDDED
default y
depends on IKCONFIG && PROC_FS
---help---
--
1.7.11.7


\
 
 \ /
  Last update: 2013-01-26 15:21    [W:0.074 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site