diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-06 16:18:20 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-06 16:18:20 +0200 |
commit | ce54bf6701824678fcf98c5fcdad8099bc1bb428 (patch) | |
tree | c80df6d9bd4c0fb076af07c513c429951277e9a2 /target/linux/kirkwood | |
parent | bd95bc6be6487ac41220023e0b4798f78dfb902d (diff) | |
download | master-187ad058-ce54bf6701824678fcf98c5fcdad8099bc1bb428.tar.gz master-187ad058-ce54bf6701824678fcf98c5fcdad8099bc1bb428.tar.bz2 master-187ad058-ce54bf6701824678fcf98c5fcdad8099bc1bb428.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')
-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 |