From eebde77970ce3476e24d11e4adad992f5b670784 Mon Sep 17 00:00:00 2001
From: Phil Sutter <phil.sutter@viprinet.com>
Date: Fri, 7 Jan 2011 18:21:52 +0100
Subject: allow disabling kernel customisation completely

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
---
 target/config/Config.in | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'target/config')

diff --git a/target/config/Config.in b/target/config/Config.in
index 47fde82ce..5e9f42073 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -89,6 +89,17 @@ config ADK_HARDWARE_QEMU
 config ADK_NATIVE
 	boolean
 
+# the inverse of ADK_TARGET_KERNEL_CUSTOMISING,
+# allows for selecting it off (i.e., to disable it)
+config ADK_TARGET_FIXED_KERNEL
+	bool
+	default n
+
+config ADK_TARGET_KERNEL_CUSTOMISING
+	bool
+	default y
+	depends on !ADK_TARGET_FIXED_KERNEL
+
 # cpu features
 config ADK_TARGET_CPU_WITH_VT
 	boolean
-- 
cgit v1.2.3