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: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-05-05 05:50:16 -05:00 committed by Kumar Gala
parent b04b399d63
commit 30f3121c55
19 changed files with 0 additions and 76 deletions

View file

@ -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-

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -8,10 +8,6 @@ if BOARD_NRF52832_MDK
config BOARD
default "nrf52832_mdk"
config PWM_0
default y
depends on PWM
config BT_CTLR
default BT

View file

@ -8,10 +8,6 @@ if BOARD_NRF52833DK_NRF52833
config BOARD
default "nrf52833dk_nrf52833"
config PWM_0
default y
depends on PWM
if USB
config USB_NRFX

View file

@ -25,8 +25,4 @@ config IEEE802154_NRF5
config BT_CTLR
default BT
config PWM_0
default y
depends on PWM
endif # BOARD_NRF52840_BLIP

View file

@ -8,10 +8,6 @@ if BOARD_NRF52840_MDK
config BOARD
default "nrf52840_mdk"
config PWM_0
default y
depends on PWM
if USB
config USB_NRFX

View file

@ -22,10 +22,6 @@ config IEEE802154_NRF5
default y
depends on IEEE802154
config PWM_0
default y
depends on PWM
config BT_CTLR
default BT

View file

@ -11,10 +11,6 @@ config BOARD
config BT_CTLR
default BT
config PWM_0
default y
depends on PWM
config IEEE802154_NRF5
default y
depends on IEEE802154

View file

@ -8,10 +8,6 @@ if BOARD_NRF52840DK_NRF52840
config BOARD
default "nrf52840dk_nrf52840"
config PWM_0
default y
depends on PWM
if USB
config USB_NRFX

View file

@ -24,10 +24,6 @@ config FLASH_LOAD_OFFSET
default 0x1000
depends on BOARD_HAS_NRF5_BOOTLOADER && !USE_DT_CODE_PARTITION
config PWM_0
default y
depends on PWM
if USB
config USB_NRFX

View file

@ -8,10 +8,6 @@ if BOARD_NRF52DK_NRF52832
config BOARD
default "nrf52dk_nrf52832"
config PWM_0
default y
depends on PWM
config BT_CTLR
default BT

View file

@ -8,10 +8,6 @@ if BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS
config BOARD
default "nrf5340pdk_nrf5340_cpuapp"
config PWM_0
default y
depends on PWM
# Code Partition:
#
# For the secure version of the board the firmware is linked at the beginning

View file

@ -8,10 +8,6 @@ if BOARD_NRF9160_INNBLUE21 || BOARD_NRF9160_INNBLUE21NS
config BOARD
default "nrf9160_innblue21"
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-

View file

@ -8,10 +8,6 @@ if BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22NS
config BOARD
default "nrf9160_innblue22"
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-

View file

@ -8,10 +8,6 @@ if BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160NS
config BOARD
default "nrf9160dk_nrf9160"
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-

View file

@ -12,10 +12,6 @@ config BOARD
config I2C
default y
config PWM_0
default y
depends on PWM
config SPI_NRFX_RAM_BUFFER_SIZE
default 8
depends on SPI