Commit 1747938a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman
Browse files

staging: spmi: hisi-spmi-controller: add it to the building system

parent 4d914a8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,4 +116,6 @@ source "drivers/staging/qlge/Kconfig"

source "drivers/staging/wfx/Kconfig"

source "drivers/staging/hikey9xx/Kconfig"

endif # STAGING
+1 −0
Original line number Diff line number Diff line
@@ -48,3 +48,4 @@ obj-$(CONFIG_FIELDBUS_DEV) += fieldbus/
obj-$(CONFIG_KPC2000)		+= kpc2000/
obj-$(CONFIG_QLGE)		+= qlge/
obj-$(CONFIG_WFX)		+= wfx/
obj-y				+= hikey9xx/
+10 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

config SPMI_HISI3670
	tristate "Hisilicon 3670 SPMI Controller"
	select IRQ_DOMAIN_HIERARCHY
	depends on HAS_IOMEM
	help
	  If you say yes to this option, support will be included for the
	  built-in SPMI PMIC Arbiter interface on Hisilicon 3670
	  processors.
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_SPMI_HISI3670) += hisi-spmi-controller.o