Commit 30f3121c authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

boards: arm: nrf: Remove Kconfig PWM_[0-3] usage



The Kconfig PWM_[0-3] sybmols don't have any meaning for nrf family of
SoCs.  The driver doesn't utilize them and no sample or test code does
either so we can remove setting them in board Kconfig.defconfig files.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent b04b399d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ if BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS
config BOARD
	default "actinius_icarus"

config PWM_0
	default y
	depends on PWM

# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to
# be loaded by MCUboot. If the secure firmware is to be combined with a non-
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ if BOARD_BL652_DVK
config BOARD
	default "bl652_dvk"

config PWM_0
	default y
	depends on PWM

config BT_CTLR
	default BT

+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ if BOARD_BL654_DVK
config BOARD
	default "bl654_dvk"

config PWM_0
	default y
	depends on PWM

if USB

config USB_NRFX
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ if BOARD_DECAWAVE_DWM1001_DEV
config BOARD
	default "decawave_dwm1001_dev"

config PWM_0
	default y
	depends on PWM

config BT_CTLR
	default BT

+0 −4
Original line number Diff line number Diff line
@@ -14,10 +14,6 @@ config GPIO_AS_PINRESET
config UART_NRFX
	default n

config PWM_0
	default y
	depends on PWM

config IEEE802154_NRF5
	default y
	depends on IEEE802154
Loading