diff --git a/bsp/nxp/mcxn/frdm-mcxn947/board/Kconfig b/bsp/nxp/mcxn/frdm-mcxn947/board/Kconfig index b20cf94e7a..21835dfdcf 100644 --- a/bsp/nxp/mcxn/frdm-mcxn947/board/Kconfig +++ b/bsp/nxp/mcxn/frdm-mcxn947/board/Kconfig @@ -118,24 +118,6 @@ menu "On-chip Peripheral Drivers" select RT_USING_HWTIMER default y - if BSP_USING_HWTIMER - config BSP_USING_CTIMER0 - bool "Enable CIMER0" - default y - - config BSP_USING_CTIMER1 - bool "Enable CIMER1" - default n - - config BSP_USING_CTIMER3 - bool "Enable CIMER3" - default n - - config BSP_USING_CTIMER4 - bool "Enable CIMER4" - default n - endif - menuconfig BSP_USING_PWM config BSP_USING_PWM bool "Enable PWM"