diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 08:37:10 -0400 |
| commit | ab3c4fbe8a4f9357b0cf48bb396f8d8baaea5fe3 (patch) | |
| tree | d8e4c0a6b873ad570916ac318aee8b00f2efa478 /drivers/twserial/Makefile | |
| parent | 2c6ebff1e12a6553719356c879e2b41ee8d36af8 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/twserial/Makefile')
| -rw-r--r-- | drivers/twserial/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/twserial/Makefile b/drivers/twserial/Makefile deleted file mode 100644 index 7cc7c4de824..00000000000 --- a/drivers/twserial/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2009 -# Detlev Zundel, DENX Software Engineering, [email protected]. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-$(CONFIG_SOFT_TWS) += soft_tws.o |
