diff options
| author | Mark Kettenis <[email protected]> | 2021-02-12 23:22:18 +0100 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2021-02-23 15:43:21 +0900 |
| commit | 0d9ff95cd6df6ab25a79eba1ba2f9b81244f48eb (patch) | |
| tree | 528abd31614a6d54e5bf129027d8c86ec9644f2d /drivers/serial/Makefile | |
| parent | d9f960046cbaab136633015a2fec26bf9a871524 (diff) | |
serial: s5p: Allow independent selection
Currently support for the Samsung serial port driver is part
of CONFIG_S5P which controls selection of several drivers for
the S5P family. Give it its own config option such that we
can use it on other SoCs as well.
Signed-off-by: Mark Kettenis <[email protected]>
Reviewed-by: Patrick Wildt <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'drivers/serial/Makefile')
| -rw-r--r-- | drivers/serial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 0c3810f5d5c..92bcb30b850 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -41,7 +41,7 @@ obj-$(CONFIG_EFI_APP) += serial_efi.o obj-$(CONFIG_LPC32XX_HSUART) += lpc32xx_hsuart.o obj-$(CONFIG_MCFUART) += serial_mcf.o obj-$(CONFIG_SYS_NS16550) += ns16550.o -obj-$(CONFIG_S5P) += serial_s5p.o +obj-$(CONFIG_S5P_SERIAL) += serial_s5p.o obj-$(CONFIG_MXC_UART) += serial_mxc.o obj-$(CONFIG_PXA_SERIAL) += serial_pxa.o obj-$(CONFIG_MESON_SERIAL) += serial_meson.o |
