zephyr/boards/arm/sam4s_xplained/Kconfig.defconfig

24 lines
308 B
Plaintext

# Kconfig - Atmel SAM4S Xplained Board configuration
#
# Copyright (c) 2017 Justin Watson
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_SAM4S_XPLAINED
config BOARD
string
default sam4s_xplained
if I2C
config I2C_SAM_TWI
default y
config I2C_0
default y
endif # I2C
endif # BOARD_SAM4S_XPLAINED