diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 19:41:24 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 19:41:27 +0200 |
commit | 52836866c942401dd91853105dfc63e1f853b587 (patch) | |
tree | 6fae300cdb0f69d8fae958a37ba434c530abf609 /target/linux/kirkwood/config-4.4 | |
parent | f6785e33a086aca210a611b382ca09a3e2b6cfb5 (diff) | |
download | upstream-52836866c942401dd91853105dfc63e1f853b587.tar.gz upstream-52836866c942401dd91853105dfc63e1f853b587.tar.bz2 upstream-52836866c942401dd91853105dfc63e1f853b587.zip |
kirkwood: add missing kernel symbol
The query for ARMADA_THERMAL is stalling the kconfig process and as long as we
do not package it, simply disable the symbol.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/kirkwood/config-4.4')
-rw-r--r-- | target/linux/kirkwood/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-4.4 b/target/linux/kirkwood/config-4.4 index 666bc04a4f..1caec8b989 100644 --- a/target/linux/kirkwood/config-4.4 +++ b/target/linux/kirkwood/config-4.4 @@ -38,6 +38,7 @@ CONFIG_ARM_L1_CACHE_SHIFT=5 # CONFIG_ARM_MVEBU_V7_CPUIDLE is not set CONFIG_ARM_PATCH_PHYS_VIRT=y # CONFIG_ARM_THUMB is not set +# CONFIG_ARMADA_THERMAL is not set CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y CONFIG_BLK_DEV_SD=y |