diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-29 22:58:57 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-30 20:12:58 +0200 |
commit | a205de55941b025f6f85ac19005496c726d6e157 (patch) | |
tree | 90be417c14f4ae16aeb48540cd24f5ff56371bdf /target/linux | |
parent | 8abe67d6d2125823e6c3aa7786498da92c3efc8e (diff) | |
download | upstream-a205de55941b025f6f85ac19005496c726d6e157.tar.gz upstream-a205de55941b025f6f85ac19005496c726d6e157.tar.bz2 upstream-a205de55941b025f6f85ac19005496c726d6e157.zip |
ramips: mt76x8: add missing config symbol
PWM_MEDIATEK was not defined, breaking builds for the mt76x8 subtarget.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4 index ec21b3722b..dfd01598ad 100644 --- a/target/linux/ramips/mt76x8/config-5.4 +++ b/target/linux/ramips/mt76x8/config-5.4 @@ -199,6 +199,7 @@ CONFIG_PHY_RALINK_USB=y CONFIG_PINCTRL=y 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 |