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:
Daniel Leung 2016-04-27 16:03:59 -07:00 committed by Anas Nashif
parent c977b1b8cd
commit ee795d87ff

View file

@ -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