From 1fa4bfde181c020274b9689af9b001c31ae43f0f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 18 Oct 2015 21:17:17 -0600 Subject: dm: cros_ec: Convert cros_ec keyboard driver to driver model Adjust the cros_ec keyboard driver to support driver model. Make this the default for all Exynos boards so that those that use a keyboard will build correctly with this driver. Signed-off-by: Simon Glass --- arch/sandbox/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sandbox') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index f078c9e504..25e316cf9f 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -17,4 +17,7 @@ config PCI used on some devices to allow the CPU to communicate with its peripherals. +config DM_KEYBOARD + default y + endmenu -- cgit v1.2.1