zephyr/boards/arm/particle_argon/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

29 lines
378 B
Plaintext

# Particle Argon board configuration
# Copyright (c) 2018 Matthias Boesl
# SPDX-License-Identifier: Apache-2.0
if BOARD_PARTICLE_ARGON
config BOARD
default "particle_argon"
if USB
config USB_NRFX
default y
config USB_DEVICE_STACK
default y
endif # USB
config IEEE802154_NRF5
default y
depends on IEEE802154
config BT_CTLR
default BT
endif # BOARD_PARTICLE_ARGON