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:
parent
632628ec63
commit
4606b0bcc4
3 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if(CONFIG_GPIO)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
endif()
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
|
||||
config BOARD_THINGY52_NRF52832
|
||||
bool "Thingy52 NRF52832"
|
||||
select GPIO
|
||||
depends on SOC_NRF52832_QFAA
|
||||
|
|
|
@ -11,6 +11,9 @@ config BOARD
|
|||
config I2C
|
||||
default y
|
||||
|
||||
config GPIO
|
||||
default y
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue