summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-29 20:58:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-29 20:58:19 +0200
commitd72b0c1432f977bbd93807ef4706f861299726a2 (patch)
treeb6cbec69a0ce22bd722fe0384a4a4fee4188ca65 /target/linux/config/Config.in.kernel
parent2d17a8dfb6a0eb3e36875efd1b965ad01be48818 (diff)
unbreak rpi kernel support, HIGHMEM seems unusable
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index e4a95d94f..9478e2860 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -195,9 +195,9 @@ config ADK_KERNEL_SMP
config ADK_KERNEL_HIGHMEM
bool "Enable high memory"
+ # produces broken kernel on bcm28xx
+ depends on !ADK_TARGET_BOARD_BCM28XX
default y if ADK_TARGET_SYSTEM_IBM_X40
- default y if ADK_TARGET_SYSTEM_RASPBERRY_PI2
- default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3
default y if ADK_TARGET_MODEL_CUBOX_I4PRO
default y if ADK_TARGET_MODEL_CUBOX_I2ULTRA
default y if ADK_TARGET_MODEL_CUBOX_I2EX