Boards: Thingy52 config

Changed the config to allow turning off GPIO for thingy52.

Signed-off-by: Dominik Chat <dominik.chat@nordicsemi.no>
This commit is contained in:
Dominik Chat 2021-11-04 13:16:49 +01:00 committed by Carles Cufí
commit 4606b0bcc4
3 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_GPIO)
zephyr_library()
zephyr_library_sources(board.c)
endif()

View file

@ -5,5 +5,4 @@
config BOARD_THINGY52_NRF52832
bool "Thingy52 NRF52832"
select GPIO
depends on SOC_NRF52832_QFAA

View file

@ -11,6 +11,9 @@ config BOARD
config I2C
default y
config GPIO
default y
config BT_CTLR
default BT