zephyr/boards/arm/96b_nitrogen/Kconfig.defconfig

27 lines
319 B
Plaintext

# Kconfig - 96Boards NITROGEN board configuration
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_96B_NITROGEN
config BOARD
default "96b_nitrogen"
if I2C
config I2C_0
default y
endif # I2C
if SPI
config SPI_0
default y
endif # SPI
endif # BOARD_96B_NITROGEN