-
CONFIG_PWM_0
¶
Enable PWM port 0
Type: bool
Direct dependencies¶
(PWM
&& BOARD_BL652_DVK
) || (PWM
&& BOARD_BL654_DVK
) || (PWM
&& BOARD_NRF52832_MDK
) || (PWM
&& BOARD_NRF52840_MDK
) || (PWM
&& BOARD_NRF52840_PAPYR
) || (PWM
&& BOARD_NRF52840_PCA10056
) || (PWM
&& BOARD_NRF52_PCA10040
) || (PWM
&& (BOARD_NRF9160_PCA10090
|| BOARD_NRF9160_PCA10090NS
)) || PWM
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
PWM
&&BOARD_BL652_DVK
- “y” if
PWM
&&BOARD_BL654_DVK
- “y” if
PWM
&&BOARD_NRF52832_MDK
- “y” if
PWM
&&BOARD_NRF52840_MDK
- “y” if
PWM
&&BOARD_NRF52840_PAPYR
- “y” if
PWM
&&BOARD_NRF52840_PCA10056
- “y” if
PWM
&&BOARD_NRF52_PCA10040
- “y” if
PWM
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
)
Kconfig definitions¶
At boards/arm/bl652_dvk/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_BL652_DVK
depends onPWM
&&BOARD_BL652_DVK
At boards/arm/bl654_dvk/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_BL654_DVK
depends onPWM
&&BOARD_BL654_DVK
At boards/arm/nrf52832_mdk/Kconfig.defconfig:21
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_NRF52832_MDK
depends onPWM
&&BOARD_NRF52832_MDK
At boards/arm/nrf52840_mdk/Kconfig.defconfig:21
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_NRF52840_MDK
depends onPWM
&&BOARD_NRF52840_MDK
At boards/arm/nrf52840_papyr/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_NRF52840_PAPYR
depends onPWM
&&BOARD_NRF52840_PAPYR
At boards/arm/nrf52840_pca10056/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_NRF52840_PCA10056
depends onPWM
&&BOARD_NRF52840_PCA10056
At boards/arm/nrf52_pca10040/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&&BOARD_NRF52_PCA10040
depends onPWM
&&BOARD_NRF52_PCA10040
At boards/arm/nrf9160_pca10090/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_0 bool default "y" ifPWM
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
) depends onPWM
&& (BOARD_NRF9160_PCA10090
||BOARD_NRF9160_PCA10090NS
)
At drivers/pwm/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_0 bool prompt "Enable PWM port 0" ifPWM
depends onPWM
(Definitions include propagated dependencies, including from if’s and menus.)