Skip to content

Commit

Permalink
Update Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hywing authored and Rbb666 committed Dec 25, 2024
1 parent 4809044 commit 54dc928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bsp/nxp/mcx/mcxa/frdm-mcxa153/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,18 @@ menu "On-chip Peripheral Drivers"
config BSP_USING_PWM
bool "Enable PWM"
select RT_USING_PWM
default N
default n

if BSP_USING_PWM
config BSP_USING_PWM0
bool "Enable eFlex PWM0"
default N
default n
config BSP_USING_PWM1
bool "Enable eFlex PWM1"
default N
default n
config BSP_USING_PWM2
bool "Enable eFlex PWM2"
default N
default n
endif
endmenu

Expand Down

0 comments on commit 54dc928

Please sign in to comment.