arm/fsl_frdm_k64f: remove kconfig default "n" for PWM
CONFIG_PWM is set to "no" by default, so there is no need to do it in the SoC kconfig file. Also, setting CONFIG_PWM there causes kconfig to think that CONFIG_PWM depends on CONFIG_SOC_FSL_FRDM_K64F and gives warnings about unmet dependencies if the certain combinations of CONFIG are set. Change-Id: I0028accfc4b585dcfa87e0d5733b789691a598e3 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
f4d6dbb211
commit
5b8c5fcc48
1 changed files with 0 additions and 3 deletions
|
@ -189,9 +189,6 @@ config GPIO
|
|||
config PINMUX
|
||||
def_bool y
|
||||
|
||||
config PWM
|
||||
def_bool n
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_K64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue