lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 14 May 2021 18:55:46 +0800
From:   Moriis Ku <saumah@...il.com>
To:     lee.jones@...aro.org
Cc:     linux-kernel@...r.kernel.org, Morris Ku <saumah@...il.com>
Subject: [PATCH] mfd:Add SUNIX SDC series mfd driver

From: Morris Ku <saumah@...il.com>

This patch add support for SUNIX SDC series board.

Signed-off-by: Morris Ku <saumah@...il.com>
---
 mfd/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/mfd/Kconfig b/mfd/Kconfig
index a24ff27..e0247d0 100644
--- a/mfd/Kconfig
+++ b/mfd/Kconfig
@@ -2012,6 +2012,19 @@ 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
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ