diff options
author | John Crispin <john@openwrt.org> | 2014-10-20 06:28:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-20 06:28:57 +0000 |
commit | 24d886c4724207d91a02f1c7d7fc934989c657e3 (patch) | |
tree | e1773974324ed257a9425d51ab3cffd075e36f64 /target/linux/generic | |
parent | 7bac455a4ccd4a55e5db64c7eac224c98be045b6 (diff) | |
download | upstream-24d886c4724207d91a02f1c7d7fc934989c657e3.tar.gz upstream-24d886c4724207d91a02f1c7d7fc934989c657e3.tar.bz2 upstream-24d886c4724207d91a02f1c7d7fc934989c657e3.zip |
kernel: add another missing symbol for 3.14
SENSORS_VEXPRESS is masked by HWMON
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 42984
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 830efff6bf..fadcb5e647 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -3226,6 +3226,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_TSL2563 is not set +# CONFIG_SENSORS_VEXPRESS is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VIA_CPUTEMP is not set # CONFIG_SENSORS_VT1211 is not set |