zephyr/boards/arm/bbc_microbit_v2/Kconfig.defconfig
Kumar Gala f7496df804 boards: remove unnecessary I2C / SPI bus Kconfig enablement
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>
2022-08-09 07:28:11 -05:00

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