diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-27 07:50:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-27 07:50:12 +0100 |
commit | 661a87a4516edb52ed91681967d34db5b3eb5e48 (patch) | |
tree | e7604f850c0ebd1265fbbebb31c2d6792f6f1466 /target/linux/config | |
parent | c730c395ed3a6d80ebcbbb6902d09a4bcd0fe019 (diff) |
update to 3.18.10, sync rpi patch
Rpi-Kernel includes the rpi-proto driver now.
Always enable device-tree support for raspberry pi /pi2
as most of the new drivers will not work without.
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index cb815e52f..9583beeff 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -228,14 +228,16 @@ config ADK_KERNEL_HIGHMEM Enable high memory support. config ADK_KERNEL_BCM2708_DT - bool "Enable Devicetree support" + bool depends on ADK_TARGET_SYSTEM_RASPBERRY_PI depends on ADK_KERNEL_VERSION_3_18 + default y config ADK_KERNEL_BCM2709_DT - bool "Enable Devicetree support" + 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" |