Loading arch/arm64/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -411,6 +411,7 @@ CONFIG_RMNET_IPA3=y CONFIG_RNDIS_IPA=y CONFIG_IPA_UT=y CONFIG_QCOM_GENI_SE=y CONFIG_SM_GCC_BENGAL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y Loading drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -407,3 +407,12 @@ config SM_DEBUGCC_LITO Support for the debug clock controller on Qualcomm Technologies, Inc LITO devices. Say Y if you want to support the clock measurement functionality. config SM_GCC_BENGAL tristate "BENGAL Global Clock Controller" select QCOM_GDSC depends on COMMON_CLK_QCOM help Support for the global clock controller on Bengal devices. Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, UFS, SDCC, PCIe, Camera, Video etc. drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o obj-$(CONFIG_SM_GCC_BENGAL) += gcc-bengal.o obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o Loading Loading
arch/arm64/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -411,6 +411,7 @@ CONFIG_RMNET_IPA3=y CONFIG_RNDIS_IPA=y CONFIG_IPA_UT=y CONFIG_QCOM_GENI_SE=y CONFIG_SM_GCC_BENGAL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y Loading
drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -407,3 +407,12 @@ config SM_DEBUGCC_LITO Support for the debug clock controller on Qualcomm Technologies, Inc LITO devices. Say Y if you want to support the clock measurement functionality. config SM_GCC_BENGAL tristate "BENGAL Global Clock Controller" select QCOM_GDSC depends on COMMON_CLK_QCOM help Support for the global clock controller on Bengal devices. Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, UFS, SDCC, PCIe, Camera, Video etc.
drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o obj-$(CONFIG_SM_GCC_BENGAL) += gcc-bengal.o obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o Loading