blob: b318ca8c2c1010a8ac48491d6a08fe2a3796ebfb [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
string
default "sam4s_xplained"
if I2C
config I2C_SAM_TWI
default y
config I2C_0
default y
endif # I2C
endif # BOARD_SAM4S_XPLAINED