From 60f37fc6aaece8dcf0241435d42b0580c93c7b91 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 26 Mar 2015 09:29:32 -0600 Subject: cros_ec: Drop unused CONFIG_DM_CROS_EC Since all supported boards enable this option now, we can remove it along with the old code. Signed-off-by: Simon Glass --- arch/sandbox/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 52e59d29e8..e1832c931d 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -19,9 +19,6 @@ config DM_GPIO config DM_SERIAL default y -config DM_CROS_EC - default y - config DM_SPI default y -- cgit v1.2.1