diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-25 12:47:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-25 13:25:59 +0200 |
commit | b06358045f8bf3d0a9dc891f6a283f3338492206 (patch) | |
tree | 28c43471af2b71552dc29305bbb530e47efe5780 | |
parent | 5c5c75b76e860db490cdcd3e240f883e0a98ea6c (diff) |
linux: enable highmem for APU
-rw-r--r-- | target/linux/config/Config.in.kernel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 704b4c3dd..7761ced3c 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -215,6 +215,7 @@ config ADK_KERNEL_HIGHMEM default y if ADK_TARGET_MODEL_CUBOX_I2ULTRA default y if ADK_TARGET_MODEL_CUBOX_I2EX default y if ADK_TARGET_SYSTEM_ASUS_P5BVM + default y if ADK_TARGET_SYSTEM_PCENGINES_APU default n help Enable high memory support. |