zephyr/boards/arduino_due/Kconfig.defconfig
Daniel Leung ee795d87ff boards/arduino_due: remove redundant I2C default kconfigs
Enabling individual I2C controller is done in the SoC kconfig defaults.
There is no need to do that in the board defaults.

Change-Id: I45a62d8bc96a5f42b3fd613f5890bcdf04c92032
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-04-28 01:03:40 +00:00

15 lines
139 B
Plaintext

if BOARD_ARDUINO_DUE
config BOARD
default arduino_due
if I2C
config I2C_ATMEL_SAM3
default y
endif # I2C
endif # BOARD_ARDUINO_DUE