zephyr/boards/arm/thingy52_nrf52832/Kconfig
Carles Cufi 0f9b3626c1 boards: nrf52_pca20020: Rename to thingy52_nrf52832
The board name for the Thingy:52, so far known as nrf52_pca20020, is
renamed to thingy52_nrf52832.  Its documentation and all references to
its name in the tree are updated accordingly. Overlay and configuration
files specific to this board are also renamed, to match the new board
name.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-04-06 13:09:07 +02:00

26 lines
717 B
Plaintext

# Thingy52 NRF52832 board configuration
# Copyright (c) 2018 Aapo Vienamo
# SPDX-License-Identifier: Apache-2.0
if BOARD_THINGY52_NRF52832
config BOARD_VDD_PWR_CTRL_INIT_PRIORITY
int "VDD power rail init priority"
default 50
depends on GPIO
help
Initialization priority for the VDD power rail. Has to be greater
than GPIO_NRF_INIT_PRIORITY.
config BOARD_CCS_VDD_PWR_CTRL_INIT_PRIORITY
int "CCS_VDD power rail init priority"
default 85
depends on GPIO_SX1509B
help
Initialization priority for the CCS_VDD power rail. This powers the
CCS811 gas sensor. The value has to be greater than
BOARD_VDD_PWR_CTRL_INIT_PRIORITY, but smaller than SENSOR_INIT_PRIORITY.
endif # BOARD_THINGY52_NRF52832