soc: arm: microchip: mec172x: Fix PWM dependency
Enable PWM_XEC whenever CONFIG_PWM is selected Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
caadb33202
commit
4430aa22ca
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue