mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 07:25:55 +00:00
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>
15 lines
139 B
Plaintext
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
|