All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moriis Ku <saumah@gmail.com>
To: wg@grandegger.com
Cc: mkl@pengutronix.de, linux-can@vger.kernel.org,
	jason_lee@sunix.com, taian.chen@sunix.com, morris_ku@sunix.com,
	edward.lee@sunix.com, Morris Ku <saumah@gmail.com>,
	Edward Lee <Edward.lee@sunix.com>
Subject: [PATCH] SUNIX SDC CAN controller driver
Date: Fri, 25 Jun 2021 17:45:00 +0800	[thread overview]
Message-ID: <20210625094500.13234-1-saumah@gmail.com> (raw)

From: Morris Ku <saumah@gmail.com>

Add support for SUNIX SDC CAN controller

Cc: Jason Lee <jason_lee@sunix.com>
Cc: Taian Chen <taian.chen@sunix.com>
Cc: Morris Ku <morris_ku@sunix.com>
Cc: Edward Lee <Edward.lee@sunix.com>
Signed-off-by: Morris Ku <saumah@gmail.com>
---
 Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Kconfig b/Kconfig
index 1c28ead..6b2175c 100644
--- a/Kconfig
+++ b/Kconfig
@@ -167,6 +167,12 @@ config PCH_CAN
 	  is an IOH for x86 embedded processor (Intel Atom E6xx series).
 	  This driver can access CAN bus.
 
+config CAN_SX2010
+	tristate "SUNIX SDC CAN controller support"
+	depends on MFD_SUNIX_SDC && HAS_IOMEM
+	help
+	  Support for SUNIX SDC CAN controller.
+
 source "drivers/net/can/c_can/Kconfig"
 source "drivers/net/can/cc770/Kconfig"
 source "drivers/net/can/ifi_canfd/Kconfig"
-- 
2.20.1


             reply	other threads:[~2021-06-25  9:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  9:45 Moriis Ku [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-25  9:45 [PATCH] SUNIX SDC CAN controller driver Moriis Ku
2021-06-25 10:09 ` Marc Kleine-Budde
2021-06-25 10:14 ` Marc Kleine-Budde
2021-06-25  9:44 Moriis Ku

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=20210625094500.13234-1-saumah@gmail.com \
    --to=saumah@gmail.com \
    --cc=edward.lee@sunix.com \
    --cc=jason_lee@sunix.com \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=morris_ku@sunix.com \
    --cc=taian.chen@sunix.com \
    --cc=wg@grandegger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.