]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: exynos: Split out the cros_ec drivers
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:42 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:47 +0000 (17:25 +0900)
commit98149d72f36f5543854568cb2d48277b0e7a88ba
tree772ec9a114360a4582aa41ccf73bf491ef7f40b9
parent5b9c8cb6cbb822594b9e5171a7ee2839f497352e
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>
include/configs/exynos5-dt.h
include/configs/exynos5250-dt.h
include/configs/peach-pit.h