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

Commit 7d6f957e 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 BLAIR"

parents f50cb5eb e6d56640
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,3 +231,4 @@ CONFIG_MSM_PERFORMANCE=m
CONFIG_QCOM_SUBSYSTEM_SLEEP_STATS=m
CONFIG_ARCH_BLAIR=y
CONFIG_PINCTRL_BLAIR=m
CONFIG_SM_GCC_BLAIR=m
+9 −0
Original line number Diff line number Diff line
@@ -766,6 +766,15 @@ config SDW_GPUCC_MONACO
	  Say Y if you want to support graphics controller devices and
	  functionality such as 3D graphics.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_DISPCC_YUPIK) += dispcc-yupik.o
obj-$(CONFIG_SM_GCC_6150) += gcc-sm6150.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_BLAIR) += gcc-blair.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
+4334 −0

File added.

Preview size limit exceeded, changes collapsed.