From: Morris Ku <saumah@xxxxxxxxx> SUNIX SDC serial port driver. Cc: Jason Lee <jason_lee@xxxxxxxxx> Cc: Taian Chen <taian.chen@xxxxxxxxx> Signed-off-by: Morris Ku <saumah@xxxxxxxxx> --- Kconfig | 6 ++++++ Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/tty/serial/8250/Kconfig b//drivers/tty/serial/8250/Kconfig index d6d408c..3fcd4d3 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -479,6 +479,12 @@ config SERIAL_8250_PXA applicable to both devicetree and legacy boards, and early console is part of its support. +config SERIAL_8250_SDC + tristate "SUNIX SDC serial port support" + depends on SERIAL_8250 && MFD_SUNIX_SDC + help + Support for SUNIX SDC serial port + config SERIAL_OF_PLATFORM tristate "Devicetree based probing for 8250 ports" depends on SERIAL_8250 && OF diff --git a/Makefile b/Makefile index 53d483d..df5cbb5 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_SERIAL_8250_LPSS) += 8250_lpss.o obj-$(CONFIG_SERIAL_8250_MID) += 8250_mid.o obj-$(CONFIG_SERIAL_8250_PXA) += 8250_pxa.o obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o +obj-$(CONFIG_SERIAL_8250_SDC) += 8250_sdc.o CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt -- 2.20.1