zephyr/boards/arm/nrf52832_mdk/Kconfig.defconfig
Kumar Gala 30f3121c55 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>
2020-05-05 08:40:19 -05:00

15 lines
228 B
Plaintext

# nRF52832-MDK board configuration
# Copyright (c) 2018 makerdiary.com.
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52832_MDK
config BOARD
default "nrf52832_mdk"
config BT_CTLR
default BT
endif # BOARD_NRF52832_MDK