diff options
| author | Anup Patel <[email protected]> | 2018-12-15 11:35:15 +0530 |
|---|---|---|
| committer | Andes <[email protected]> | 2018-12-18 09:56:54 +0800 |
| commit | e2842496ac64c19a0c40cb4cbe301d9d91cf0f56 (patch) | |
| tree | 327ef0a22123e963b4f7e0a2bfe3695a49ff2187 /drivers/serial/Makefile | |
| parent | dcad9b8d66d68e9258ce4be89fb0ac9ab95083b0 (diff) | |
drivers: serial: Add SiFive UART driver
This patch adds SiFive UART driver. The driver is 100% DM driver
and it determines input clock using clk framework.
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Palmer Dabbelt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Diffstat (limited to 'drivers/serial/Makefile')
| -rw-r--r-- | drivers/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 2f8d065a4c2..06ee30697de 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_NULLDEV_SERIAL) += serial_nulldev.o obj-$(CONFIG_OWL_SERIAL) += serial_owl.o obj-$(CONFIG_OMAP_SERIAL) += serial_omap.o obj-$(CONFIG_MTK_SERIAL) += serial_mtk.o +obj-$(CONFIG_SIFIVE_SERIAL) += serial_sifive.o ifndef CONFIG_SPL_BUILD obj-$(CONFIG_USB_TTY) += usbtty.o |
