[U-Boot] [PATCH 1/3] dm: cros_ec: Convert to Kconfig
Simon Glass
sjg at chromium.org
Wed Feb 18 06:01:18 CET 2015
On 13 February 2015 at 12:20, Simon Glass <sjg at chromium.org> wrote:
> Since both I2C and SPI are converted to Kconfig, we can convert cros_ec
> to Kconfig for these buses.
>
> LPC will need to wait until driver mode PCI is available.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> configs/peach-pi_defconfig | 4 ++++
> configs/peach-pit_defconfig | 4 ++++
> configs/sandbox_defconfig | 5 ++++
> configs/snow_defconfig | 5 ++++
> drivers/input/Kconfig | 6 +++++
> drivers/misc/Kconfig | 48 ++++++++++++++++++++++++++++++++++++-
> include/configs/exynos5-dt-common.h | 3 ---
> include/configs/peach-pi.h | 1 -
> include/configs/peach-pit.h | 1 -
> include/configs/sandbox.h | 4 ----
> include/configs/snow.h | 2 --
> 11 files changed, 71 insertions(+), 12 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list