blob: 75773aacfbfa700b93297958b9b9cabc9bc4cbb3 [file] [log] [blame]
if BOARD_ARDUINO_DUE
config BOARD
default arduino_due
if PINMUX
# The pinmux driver does not care
# base address or pin counts.
# So define both as 0.
config PINMUX_BASE
default 0
config PINMUX_NUM_PINS
default 0
endif # PINMUX
if I2C
config I2C_ATMEL_SAM3
default y
if I2C_ATMEL_SAM3
config I2C_ATMEL_SAM3_0
default y
config I2C_ATMEL_SAM3_1
default y
endif # I2C_ATMEL_SAM3
endif # I2C
endif # BOARD_ARDUINO_DUE