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

staging: hikey9xx: add build for the Kirin 970 PHY driver

parent 8971a3b8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

# to be placed at drivers/phy
config PHY_HI3670_USB
	tristate "hi3670 USB PHY support"
	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
	select GENERIC_PHY
	select MFD_SYSCON
	help
	  Enable this to support the HISILICON HI3670 USB PHY.

	  To compile this driver as a module, choose M here.

# to be placed at drivers/spmi
config SPMI_HISI3670
	tristate "Hisilicon 3670 SPMI Controller"
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_PHY_HI3670_USB)		+= phy-hi3670-usb3.o

obj-$(CONFIG_SPMI_HISI3670)		+= hisi-spmi-controller.o
obj-$(CONFIG_MFD_HI6421_SPMI)		+= hi6421-spmi-pmic.o
obj-$(CONFIG_REGULATOR_HI6421V600)	+= hi6421v600-regulator.o