diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-10 20:22:18 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-10 20:22:59 +0200 |
commit | 1c9a9f7c7a242766ea07c2a7927a6b99b7344354 (patch) | |
tree | d200d41829f71a12f6ddbce5a4726d98f1841af2 /target/linux/mpc85xx | |
parent | eaa9c94c75748265b9260691d5f59c9d3711f7d4 (diff) | |
download | upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.tar.gz upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.tar.bz2 upstream-1c9a9f7c7a242766ea07c2a7927a6b99b7344354.zip |
treewide: add various missing config symbols
Fixes commit 91a52f22a13d ("treewide: backport support for nvmem on non platform devices")
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index c9a84a344a..3886e05579 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -15,6 +15,7 @@ CONFIG_I2C_CHARDEV=y CONFIG_LEDS_LP5521=y CONFIG_LEDS_LP55XX_COMMON=y CONFIG_LOCK_SPIN_ON_OWNER=y +# CONFIG_MAX77620_THERMAL is not set # CONFIG_MAX77620_WATCHDOG is not set CONFIG_MFD_CORE=y CONFIG_MFD_MAX77620=y |