diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-04 14:11:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-05 10:29:53 -0500 |
commit | d4408fa754351bfab44e7657d0d7473d820218bd (patch) | |
tree | 08a544b2cc123955ad6158090a5cea709a933747 /target/linux | |
parent | 095dce1161da25a0dc31ec92f350be725c9bcdb6 (diff) |
always enable device tree for raspberry pi{,2}. enable only 3.18 kernel
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.kernel | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 95904d9af..296dba2fc 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -227,18 +227,6 @@ config ADK_KERNEL_HIGHMEM help Enable high memory support. -config ADK_KERNEL_BCM2708_DT - bool - depends on ADK_TARGET_SYSTEM_RASPBERRY_PI - depends on ADK_KERNEL_VERSION_3_18 - default y - -config ADK_KERNEL_BCM2709_DT - bool - depends on ADK_TARGET_SYSTEM_RASPBERRY_PI2 - depends on ADK_KERNEL_VERSION_3_18 - default y - config ADK_KERNEL_CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" # does not boot in qemu-microblaze |