From: Nicolas Boichat Date: Mon, 18 Apr 2016 13:22:07 +0000 (+0800) Subject: elm: Enable CONFIG_DRIVER_BUS_I2C_CROS_EC_TUNNEL X-Git-Url: http://git.legacy.paulk.fr/gitweb/?p=depthcharge.git;a=commitdiff_plain;h=13a3d8c938bf9b53ffe2b0e0d2fb0cccee352713 elm: Enable CONFIG_DRIVER_BUS_I2C_CROS_EC_TUNNEL On elm board, we'd like to be able to talk to anx7688 through EC tunnel. We need the option enabled on oak as well, so that we can share the same firmware board file. BRANCH=none BUG=chrome-os-partner:52442 TEST=Boot elm-rev0 Change-Id: Ic6f3d19db03c740087e41638187349055bbe185c Signed-off-by: Nicolas Boichat Reviewed-on: https://chromium-review.googlesource.com/350610 Reviewed-by: Julius Werner --- diff --git a/board/oak/defconfig b/board/oak/defconfig index b41a6b95..b618ddb8 100644 --- a/board/oak/defconfig +++ b/board/oak/defconfig @@ -24,6 +24,7 @@ CONFIG_KERNEL_FIT_FDT_ADDR=0x5ff00000 # Drivers CONFIG_DRIVER_BUS_I2C_MT8173=y +CONFIG_DRIVER_BUS_I2C_CROS_EC_TUNNEL=y CONFIG_DRIVER_BUS_I2S_MT8173=y CONFIG_DRIVER_BUS_SPI_MT8173=y CONFIG_DRIVER_EC_CROS=y