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>
This commit is contained in:
parent
c977b1b8cd
commit
ee795d87ff
|
@ -9,16 +9,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue