summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelcfg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-07-11 22:47:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-07-11 22:49:45 +0200
commitd5ca856aa5e2db0d6461200dc3bf9f2b2dc63b48 (patch)
treee807e58e9ce67d2861e8e118beba5b60b6940342 /target/config/Config.in.kernelcfg
parente869cd4db42fd9ccafc4bef35cd15c341375f600 (diff)
rework kernel patches for rpi/imx6
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig.
Diffstat (limited to 'target/config/Config.in.kernelcfg')
-rw-r--r--target/config/Config.in.kernelcfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg
index 27a6bbf1e..015978e0c 100644
--- a/target/config/Config.in.kernelcfg
+++ b/target/config/Config.in.kernelcfg
@@ -6,6 +6,8 @@ prompt "Kernel configuration" if !ADK_TARGET_CHOOSE_ARCH
config ADK_TARGET_KERNEL_USE_MINICONFIG
bool "Use mini.config from OpenADK"
+ depends on !ADK_TARGET_KERNEL_VERSION_RPI \
+ && !ADK_TARGET_KERNEL_VERSION_FSLC
config ADK_TARGET_KERNEL_USE_DEFCONFIG
bool "Use defconfig from Linux kernel"