zephyr/boards/arm/thingy52_nrf52832/Kconfig.defconfig

21 lines
292 B
Plaintext

# Thingy52 NRF52832 board configuration
# Copyright (c) 2018 Aapo Vienamo
# SPDX-License-Identifier: Apache-2.0
if BOARD_THINGY52_NRF52832
config BOARD
default "thingy52_nrf52832"
config I2C
default y
config GPIO
default y
config BT_CTLR
default BT
endif # BOARD_THINGY52_NRF52832