linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Moriis Ku <saumah@gmail.com>
To: lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org, jason_lee@sunix.com,
	taian.chen@sunix.com, Morris Ku <saumah@gmail.com>
Subject: [PATCH] mfd:Add supprt for SUNIX mfd & PCIe driver
Date: Fri, 28 May 2021 17:58:14 +0800	[thread overview]
Message-ID: <20210528095814.6939-1-saumah@gmail.com> (raw)

From: Morris Ku <saumah@gmail.com>

Add support for SUNIX mfd & PCIe driver

Cc: Jason Lee <jason_lee@sunix.com>
Cc: Taian Chen <taian.chen@sunix.com>
Signed-off-by: Morris Ku <saumah@gmail.com>
---
 Kconfig  | 12 ++++++++++++
 Makefile |  4 ++++
 2 files changed, 16 insertions(+)

diff --git a/Kconfig b/Kconfig
index 17d0ad2..25b7db5 100644
--- a/Kconfig
+++ b/Kconfig
@@ -2012,6 +2012,18 @@ config RAVE_SP_CORE
 	  Select this to get support for the Supervisory Processor
 	  device found on several devices in RAVE line of hardware.
 
+config MFD_SUNIX_SDC
+	tristate
+	select MFD_CORE
+	select SERIAL_8250_SDC
+
+config MFD_SUNIX_SDC_PCI
+	tristate "SUNIX SDC PCIe multi-function board support"
+	select MFD_SUNIX_SDC
+	depends on X86 && PCI
+	help
+	  Selecting this option will add support for SUNIX SDC PCIe
+	  multi-function board.
 
 endmenu
 endif
diff --git a/Makefile b/Makefile
index a1872e4..52fa8be 100644
--- a/Makefile
+++ b/Makefile
@@ -256,4 +256,8 @@ obj-$(CONFIG_MFD_ROHM_BD70528)	+= rohm-bd70528.o
 obj-$(CONFIG_MFD_ROHM_BD718XX)	+= rohm-bd718x7.o
 obj-$(CONFIG_MFD_STMFX) 	+= stmfx.o
 
+obj-$(CONFIG_MFD_SUNIX_SDC)		+= sdc_mfd.o
+obj-$(CONFIG_MFD_SUNIX_SDC_PCI)	+= sdc_pci.o
+
+
 
-- 
2.20.1


             reply	other threads:[~2021-05-28  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28  9:58 Moriis Ku [this message]
2021-06-01  9:09 ` [PATCH] mfd:Add supprt for SUNIX mfd & PCIe driver Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210528095814.6939-1-saumah@gmail.com \
    --to=saumah@gmail.com \
    --cc=jason_lee@sunix.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=taian.chen@sunix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).