f103c82c31
Replaces inaccurate or wrong vendor prefixes in board and soc folder names with those from thr vendor prefix file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
# Blue Clover PLT Demo V2 Configuration
|
|
|
|
# Copyright (c) 2021 Blue Clover
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
config I2C
|
|
default SENSOR
|
|
|
|
endif # BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
|