From f4d07b4d155c15a640692a9b0d44303e32110ece Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Jan 2015 09:47:10 +0100 Subject: add devicetree support for raspberry pi and kernel 3.18 --- target/linux/config/Config.in.kernel | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 816982b12..1da519c1c 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -203,6 +203,12 @@ config ADK_KERNEL_PREEMPT bool "Enable preemptive kernel" default n +config ADK_KERNEL_BCM2708_DT + bool "Enable Devicetree support" + depends on ADK_TARGET_SYSTEM_RASPBERRY_PI + depends on ADK_KERNEL_VERSION_3_18 + default n + config ADK_KERNEL_CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" # does not boot in qemu -- cgit v1.2.3