Home
last modified time | relevance | path

Searched hist:"98149 d72f36f5543854568cb2d48277b0e7a88ba" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dpeach-pit.h98149d72f36f5543854568cb2d48277b0e7a88ba Wed Oct 08 04:01:42 UTC 2014 Simon Glass <sjg@chromium.org> dm: exynos: Split out the cros_ec drivers

With the driver model conversion we are going to be using driver model for
SPI and not for I2C. This works OK so long as a board doesn't need both
dm and non-dm versions of the cros_ec driver. Since pit uses SPI and snow
uses I2C we need to split the configs so that only one driver is compiled
for each platform.

We can fix this later when driver model supports I2C.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>