Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da6a764a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: defconfig: Add support for Global clock controller for YUPIK"

parents 34dc2b15 e5af27d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,3 +234,4 @@ CONFIG_PINCTRL_YUPIK=m
CONFIG_QCOM_QFPROM_SYS=m
CONFIG_RELAY=y
CONFIG_MSM_PERFORMANCE=m
CONFIG_SM_GCC_YUPIK=m
+9 −0
Original line number Diff line number Diff line
@@ -575,4 +575,13 @@ config CLOCK_CPU_SDXLEMUR
	  Say Y if you want to support CPU clock scaling using
	  CPUfreq drivers for dynamic power management.

config SM_GCC_YUPIK
	tristate "YUPIK Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc.
	  YUPIK devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.

endif
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
obj-$(CONFIG_SM_GCC_SHIMA) += gcc-shima.o
obj-$(CONFIG_SM_GCC_YUPIK) += gcc-yupik.o
obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
obj-$(CONFIG_SM_GPUCC_HOLI) += gpucc-holi.o
obj-$(CONFIG_SM_GPUCC_SHIMA) += gpucc-shima.o
+3602 −0

File added.

Preview size limit exceeded, changes collapsed.