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/ramips/mt76x8 | |
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/ramips/mt76x8')
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10 index fd1e03685e..f20e9a96a1 100644 --- a/target/linux/ramips/mt76x8/config-5.10 +++ b/target/linux/ramips/mt76x8/config-5.10 @@ -147,6 +147,7 @@ CONFIG_PINCTRL=y # CONFIG_PINCTRL_AW9523 is not set CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set +# CONFIG_PWM_MEDIATEK is not set CONFIG_RALINK=y # CONFIG_RALINK_WDT is not set CONFIG_REGMAP=y diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4 index 5b9792b30e..d655d7ff83 100644 --- a/target/linux/ramips/mt76x8/config-5.4 +++ b/target/linux/ramips/mt76x8/config-5.4 @@ -147,6 +147,7 @@ CONFIG_PINCTRL=y # CONFIG_PINCTRL_AW9523 is not set CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set +# CONFIG_PWM_MEDIATEK is not set CONFIG_RALINK=y # CONFIG_RALINK_WDT is not set CONFIG_REGMAP=y |