blob: 00a6f637ec95583d729bf6b02a9e9293af87523d [file] [log] [blame]
# Kconfig - Atmel SAM4S Xplained Board configuration
#
# Copyright (c) 2017 Justin Watson
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_SAM4S_XPLAINED
config BOARD
default "sam4s_xplained"
if I2C
config I2C_SAM_TWI
default y
config I2C_0
default y
endif # I2C
endif # BOARD_SAM4S_XPLAINED