From ee795d87ff990b60eee6e20c07d5a5ebe7f511aa Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Wed, 27 Apr 2016 16:03:59 -0700 Subject: [PATCH] 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 --- boards/arduino_due/Kconfig.defconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/boards/arduino_due/Kconfig.defconfig b/boards/arduino_due/Kconfig.defconfig index c456d020e8a..952d4e0d3e2 100644 --- a/boards/arduino_due/Kconfig.defconfig +++ b/boards/arduino_due/Kconfig.defconfig @@ -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