zephyr/boards/arm/nrf51dongle_nrf51422/Kconfig.defconfig
Martí Bolívar bbde37113f adc: nordic: move to new DT API and kconfig style
Use the new devicetree API. Remove per-board enabling of ADC_0 by
setting ADC_0 to default y when the 'adc' node label points at an
enabled node of the expected compatible (depending on SoC).

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-04-13 18:34:39 -04:00

15 lines
276 B
Plaintext

# nRF51 Dongle NRF51422 board configuration
# Copyright (c) 2018-2020 Nordic Semiconductor ASA.
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF51DONGLE_NRF51422
config BOARD
default "nrf51dongle_nrf51422"
config BT_CTLR
default BT
endif # BOARD_NRF51DONGLE_NRF51422