Skip to content

Commit

Permalink
soc: arm: microchip: mec172x: Fix PWM dependency
Browse files Browse the repository at this point in the history
Enable PWM_XEC whenever CONFIG_PWM is selected

Signed-off-by: Jose Alberto Meza <[email protected]>
  • Loading branch information
albertofloyd authored and nashif committed Mar 31, 2022
1 parent caadb33 commit 4430aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soc/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ config PINMUX_XEC
default y
depends on PINMUX

config PWM_XEC
default y
depends on PWM

config ADC_XEC_V2
default y
depends on ADC
Expand Down

0 comments on commit 4430aa2

Please sign in to comment.