From ab3c4fbe8a4f9357b0cf48bb396f8d8baaea5fe3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:04 -0600 Subject: Drop three-wire serial (TWS) support This subsystem has not been converted to driver model, there is only one driver and only one board that uses it. Drop it and its CONFIG option. Also drop the rtc4543 RTC driver since it uses TWS. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- drivers/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index 64c39d3..f16d7fd 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -87,7 +87,6 @@ obj-y += spmi/ obj-y += sysreset/ obj-y += timer/ obj-y += tpm/ -obj-y += twserial/ obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ -- cgit v1.1