[PATCH 1/5] UBUNTU: SAUCE: Add support for SUNIX Multi-I/O board

Kai-Heng Feng kai.heng.feng at canonical.com
Sun Apr 28 09:32:38 UTC 2019


From: Morris Ku <saumah at gmail.com>

BugLink: https://bugs.launchpad.net/bugs/1826716

Add Kconfig and Makefile entry.

Signed-off-by: Morris Ku <saumah at gmail.com>
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
 drivers/mfd/Kconfig  | 5 +++++
 drivers/mfd/Makefile | 1 +
 2 files changed, 6 insertions(+)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1246ba1832d7..431a5e821f3c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1838,5 +1838,10 @@ config MFD_VEXPRESS_SYSREG
 	  System Registers are the platform configuration block
 	  on the ARM Ltd. Versatile Express board.
 
+config SUNIX
+	tristate "SUNIX Multi-I/O Board Driver"
+	help
+	  Support for SUNIX Multi-I/O controller.
+
 endmenu
 endif
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 293e223c373d..d5b14b2f887c 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -226,3 +226,4 @@ obj-$(CONFIG_MFD_STM32_LPTIMER)	+= stm32-lptimer.o
 obj-$(CONFIG_MFD_STM32_TIMERS) 	+= stm32-timers.o
 obj-$(CONFIG_MFD_MXS_LRADC)     += mxs-lradc.o
 obj-$(CONFIG_MFD_SC27XX_PMIC)	+= sprd-sc27xx-spi.o
+obj-$(CONFIG_SUNIX)	+= sunix/
-- 
2.17.1




More information about the kernel-team mailing list