mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
f7496df804
We now 'select I2C' and/or SPI bus in Kconfig in the sensor driver Kconfig's so there is no need to have boards do the following: config I2C default y if SENSOR config SPI default y if SENSOR Signed-off-by: Kumar Gala <galak@kernel.org>
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
# nRF52 BBC_MICROBIT_V2 board configuration
|
|
|
|
# Copyright (c) 2020 Lingao Meng
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_BBC_MICROBIT_V2
|
|
|
|
config BOARD
|
|
default "bbc_microbit_v2"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_BBC_MICROBIT_V2
|