diff options
| author | Furong Xu | 2017-03-15 08:47:59 +0000 |
|---|---|---|
| committer | John Crispin | 2017-03-20 07:17:34 +0000 |
| commit | 2fd1a3e9129bb51b1747924264996aaf26570493 (patch) | |
| tree | 31ddf6f6db6ca20603bade32835c0e348b5ea1b0 | |
| parent | 65d2800bd648a73a6814de2d42c074db1d290521 (diff) | |
| download | openwrt-2fd1a3e9129bb51b1747924264996aaf26570493.tar.gz | |
ramips: clean kernel config symbol conflicts for MT7688 PWM
pwm-mediatek should be selected in Other Modules submenu, not default to yes.
Signed-off-by: Furong Xu <xfr@outlook.com>
| -rw-r--r-- | target/linux/ramips/mt7688/config-4.4 | 3 | ||||
| -rw-r--r-- | target/linux/ramips/mt7688/config-4.9 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ramips/mt7688/config-4.4 b/target/linux/ramips/mt7688/config-4.4 index aad333bfdb..6a962664d4 100644 --- a/target/linux/ramips/mt7688/config-4.4 +++ b/target/linux/ramips/mt7688/config-4.4 @@ -170,9 +170,6 @@ CONFIG_PHY_RALINK_USB=y CONFIG_PINCTRL=y CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set -CONFIG_PWM=y -CONFIG_PWM_MEDIATEK=y -CONFIG_PWM_SYSFS=y CONFIG_RALINK=y # CONFIG_RALINK_WDT is not set # CONFIG_RCU_STALL_COMMON is not set diff --git a/target/linux/ramips/mt7688/config-4.9 b/target/linux/ramips/mt7688/config-4.9 index ab29e8e0a5..5e1290b742 100644 --- a/target/linux/ramips/mt7688/config-4.9 +++ b/target/linux/ramips/mt7688/config-4.9 @@ -172,9 +172,6 @@ CONFIG_PHY_RALINK_USB=y CONFIG_PINCTRL=y CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set -CONFIG_PWM=y -CONFIG_PWM_MEDIATEK=y -CONFIG_PWM_SYSFS=y CONFIG_RALINK=y # CONFIG_RALINK_WDT is not set # CONFIG_RCU_STALL_COMMON is not set |