12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502 |
- # SPDX-License-Identifier: GPL-2.0-only
- config KRAIT_CLOCKS
- bool
- select KRAIT_L2_ACCESSORS
- config QCOM_GDSC
- bool
- select PM_GENERIC_DOMAINS if PM
- config QCOM_RPMCC
- bool
- menuconfig COMMON_CLK_QCOM
- tristate "Support for Qualcomm's clock controllers"
- depends on OF
- depends on ARCH_QCOM || COMPILE_TEST
- select RATIONAL
- select REGMAP_MMIO
- select RESET_CONTROLLER
- if COMMON_CLK_QCOM
- config QCOM_A53PLL
- tristate "MSM8916 A53 PLL"
- help
- Support for the A53 PLL on MSM8916 devices. It provides
- the CPU with frequencies above 1GHz.
- Say Y if you want to support higher CPU frequencies on MSM8916
- devices.
- config QCOM_A7PLL
- tristate "A7 PLL driver for SDX55 and SDX65"
- help
- Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with
- frequencies above 1GHz.
- Say Y if you want to support higher CPU frequencies on SDX55 and SDX65
- devices.
- config QCOM_CLK_APCS_MSM8916
- tristate "MSM8916 APCS Clock Controller"
- depends on QCOM_APCS_IPC || COMPILE_TEST
- help
- Support for the APCS Clock Controller on msm8916 devices. The
- APCS is managing the mux and divider which feeds the CPUs.
- Say Y if you want to support CPU frequency scaling on devices
- such as msm8916.
- config QCOM_CLK_APCC_MSM8996
- tristate "MSM8996 CPU Clock Controller"
- select QCOM_KRYO_L2_ACCESSORS
- depends on ARM64
- help
- Support for the CPU clock controller on msm8996 devices.
- Say Y if you want to support CPU clock scaling using CPUfreq
- drivers for dynamic power management.
- config QCOM_CLK_APCS_SDX55
- tristate "SDX55 and SDX65 APCS Clock Controller"
- depends on QCOM_APCS_IPC || COMPILE_TEST
- help
- Support for the APCS Clock Controller on SDX55, SDX65 platforms. The
- APCS is managing the mux and divider which feeds the CPUs.
- Say Y if you want to support CPU frequency scaling on devices
- such as SDX55, SDX65.
- config QCOM_CLK_RPM
- tristate "RPM based Clock Controller"
- depends on MFD_QCOM_RPM
- select QCOM_RPMCC
- help
- The RPM (Resource Power Manager) is a dedicated hardware engine for
- managing the shared SoC resources in order to keep the lowest power
- profile. It communicates with other hardware subsystems via shared
- memory and accepts clock requests, aggregates the requests and turns
- the clocks on/off or scales them on demand.
- Say Y if you want to support the clocks exposed by the RPM on
- platforms such as apq8064, msm8660, msm8960 etc.
- config QCOM_CLK_SMD_RPM
- tristate "RPM over SMD based Clock Controller"
- depends on MSM_RPM_SMD
- select QCOM_RPMCC
- help
- The RPM (Resource Power Manager) is a dedicated hardware engine for
- managing the shared SoC resources in order to keep the lowest power
- profile. It communicates with other hardware subsystems via shared
- memory and accepts clock requests, aggregates the requests and turns
- the clocks on/off or scales them on demand.
- Say Y if you want to support the clocks exposed by the RPM on
- platforms such as apq8016, apq8084, msm8974 etc.
- config QCOM_CLK_RPMH
- tristate "RPMh Clock Driver"
- depends on QCOM_RPMH
- help
- RPMh manages shared resources on some Qualcomm Technologies, Inc.
- SoCs. It accepts requests from other hardware subsystems via RSC.
- Say Y if you want to support the clocks exposed by RPMh on
- platforms such as SDM845.
- config APQ_GCC_8084
- tristate "APQ8084 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on apq8084 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, SATA, PCIe, etc.
- config APQ_MMCC_8084
- tristate "APQ8084 Multimedia Clock Controller"
- select APQ_GCC_8084
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on apq8084 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config IPQ_APSS_PLL
- tristate "IPQ APSS PLL"
- help
- Support for APSS PLL on ipq devices. The APSS PLL is the main
- clock that feeds the CPUs on ipq based devices.
- Say Y if you want to support CPU frequency scaling on ipq based
- devices.
- config IPQ_APSS_6018
- tristate "IPQ APSS Clock Controller"
- select IPQ_APSS_PLL
- depends on QCOM_APCS_IPC || COMPILE_TEST
- depends on QCOM_SMEM
- help
- Support for APSS clock controller on IPQ platforms. The
- APSS clock controller manages the Mux and enable block that feeds the
- CPUs.
- Say Y if you want to support CPU frequency scaling on
- ipq based devices.
- config IPQ_GCC_4019
- tristate "IPQ4019 Global Clock Controller"
- help
- Support for the global clock controller on ipq4019 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc.
- config IPQ_GCC_6018
- tristate "IPQ6018 Global Clock Controller"
- help
- Support for global clock controller on ipq6018 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc. Select this for the root clock
- of ipq6018.
- config IPQ_GCC_806X
- tristate "IPQ806x Global Clock Controller"
- help
- Support for the global clock controller on ipq806x devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc.
- config IPQ_LCC_806X
- tristate "IPQ806x LPASS Clock Controller"
- select IPQ_GCC_806X
- help
- Support for the LPASS clock controller on ipq806x devices.
- Say Y if you want to use audio devices such as i2s, pcm,
- S/PDIF, etc.
- config IPQ_GCC_8074
- tristate "IPQ8074 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for global clock controller on ipq8074 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc. Select this for the root clock
- of ipq8074.
- config MSM_GCC_8660
- tristate "MSM8660 Global Clock Controller"
- help
- Support for the global clock controller on msm8660 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc.
- config MSM_GCC_8909
- tristate "MSM8909 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8909 devices.
- Say Y if you want to use devices such as UART, SPI, I2C, USB,
- SD/eMMC, display, graphics, camera etc.
- config MSM_GCC_8916
- tristate "MSM8916 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8916 devices.
- Say Y if you want to use devices such as UART, SPI i2c, USB,
- SD/eMMC, display, graphics, camera etc.
- config MSM_GCC_8939
- tristate "MSM8939 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8939 devices.
- Say Y if you want to use devices such as UART, SPI i2c, USB,
- SD/eMMC, display, graphics, camera etc.
- config MSM_GCC_8960
- tristate "APQ8064/MSM8960 Global Clock Controller"
- help
- Support for the global clock controller on apq8064/msm8960 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, SATA, PCIe, etc.
- config MSM_LCC_8960
- tristate "APQ8064/MSM8960 LPASS Clock Controller"
- select MSM_GCC_8960
- help
- Support for the LPASS clock controller on apq8064/msm8960 devices.
- Say Y if you want to use audio devices such as i2s, pcm,
- SLIMBus, etc.
- config MDM_GCC_9607
- tristate "MDM9607 Global Clock Controller"
- help
- Support for the global clock controller on mdm9607 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, SD/eMMC, etc.
- config MDM_GCC_9615
- tristate "MDM9615 Global Clock Controller"
- help
- Support for the global clock controller on mdm9615 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, etc.
- config MDM_LCC_9615
- tristate "MDM9615 LPASS Clock Controller"
- select MDM_GCC_9615
- help
- Support for the LPASS clock controller on mdm9615 devices.
- Say Y if you want to use audio devices such as i2s, pcm,
- SLIMBus, etc.
- config MSM_MMCC_8960
- tristate "MSM8960 Multimedia Clock Controller"
- select MSM_GCC_8960
- help
- Support for the multimedia clock controller on msm8960 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config MSM_GCC_8953
- tristate "MSM8953 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8953 devices.
- Say Y if you want to use devices such as UART, SPI i2c, USB,
- SD/eMMC, display, graphics, camera etc.
- config MSM_GCC_8974
- tristate "MSM8974 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8974 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, SATA, PCIe, etc.
- config MSM_MMCC_8974
- tristate "MSM8974 Multimedia Clock Controller"
- select MSM_GCC_8974
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on msm8974 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config MSM_GCC_8976
- tristate "MSM8956/76 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8956/76 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, SD/eMMC, SATA, PCIe, etc.
- config MSM_MMCC_8994
- tristate "MSM8994 Multimedia Clock Controller"
- select MSM_GCC_8994
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on msm8994 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config MSM_GCC_8994
- tristate "MSM8994 Global Clock Controller"
- help
- Support for the global clock controller on msm8994 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, UFS, SD/eMMC, PCIe, etc.
- config MSM_GCC_8996
- tristate "MSM8996 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8996 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, UFS, SD/eMMC, PCIe, etc.
- config MSM_MMCC_8996
- tristate "MSM8996 Multimedia Clock Controller"
- select MSM_GCC_8996
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on msm8996 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config MSM_GCC_8998
- tristate "MSM8998 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on msm8998 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2c, USB, UFS, SD/eMMC, PCIe, etc.
- config MSM_GPUCC_8998
- tristate "MSM8998 Graphics Clock Controller"
- select MSM_GCC_8998
- select QCOM_GDSC
- help
- Support for the graphics clock controller on MSM8998 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config MSM_MMCC_8998
- tristate "MSM8998 Multimedia Clock Controller"
- select MSM_GCC_8998
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on msm8998 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config QCM_GCC_2290
- tristate "QCM2290 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on QCM2290 devices.
- Say Y if you want to use multimedia devices or peripheral
- devices such as UART, SPI, I2C, USB, SD/eMMC etc.
- config QCM_DISPCC_2290
- tristate "QCM2290 Display Clock Controller"
- select QCM_GCC_2290
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- QCM2290 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config QCS_GCC_404
- tristate "QCS404 Global Clock Controller"
- help
- Support for the global clock controller on QCS404 devices.
- Say Y if you want to use multimedia devices or peripheral
- devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
- config SC_CAMCC_7180
- tristate "SC7180 Camera Clock Controller"
- select SC_GCC_7180
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- SC7180 devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SC_CAMCC_7280
- tristate "SC7280 Camera Clock Controller"
- select SC_GCC_7280
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- SC7280 devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SC_DISPCC_7180
- tristate "SC7180 Display Clock Controller"
- select SC_GCC_7180
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SC7180 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SC_DISPCC_7280
- tristate "SC7280 Display Clock Controller"
- select SC_GCC_7280
- help
- Support for the display clock controller on Qualcomm Technologies, Inc.
- SC7280 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SC_GCC_7180
- tristate "SC7180 Global Clock Controller"
- select QCOM_GDSC
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on SC7180 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, UFS, SDCC, etc.
- config SC_GCC_7280
- tristate "SC7280 Global Clock Controller"
- select QCOM_GDSC
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on SC7280 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, UFS, SDCC, PCIe etc.
- config SC_GCC_8180X
- tristate "SC8180X Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on SC8180X devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, UFS, SDCC, etc.
- config SC_GCC_8280XP
- tristate "SC8280XP Global Clock Controller"
- select QCOM_GDSC
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on SC8280XP devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, UFS, SDCC, etc.
- config SC_GPUCC_7180
- tristate "SC7180 Graphics Clock Controller"
- select SC_GCC_7180
- help
- Support for the graphics clock controller on SC7180 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SC_GPUCC_7280
- tristate "SC7280 Graphics Clock Controller"
- select SC_GCC_7280
- help
- Support for the graphics clock controller on SC7280 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SC_GPUCC_8280XP
- tristate "SC8280XP Graphics Clock Controller"
- select SC_GCC_8280XP
- help
- Support for the graphics clock controller on SC8280XP devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SC_LPASSCC_7280
- tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
- select SC_GCC_7280
- help
- Support for the LPASS clock controller on SC7280 devices.
- Say Y if you want to use the LPASS branch clocks of the LPASS clock
- controller to reset the LPASS subsystem.
- config SC_LPASS_CORECC_7180
- tristate "SC7180 LPASS Core Clock Controller"
- select SC_GCC_7180
- help
- Support for the LPASS(Low Power Audio Subsystem) core clock controller
- on SC7180 devices.
- Say Y if you want to use LPASS clocks and power domains of the LPASS
- core clock controller.
- config SC_LPASS_CORECC_7280
- tristate "SC7280 LPASS Core & Audio Clock Controller"
- select SC_GCC_7280
- select QCOM_GDSC
- help
- Support for the LPASS(Low Power Audio Subsystem) core and audio clock
- controller on SC7280 devices.
- Say Y if you want to use LPASS clocks and power domains of the LPASS
- core clock controller.
- config SC_MSS_7180
- tristate "SC7180 Modem Clock Controller"
- select SC_GCC_7180
- help
- Support for the Modem Subsystem clock controller on Qualcomm
- Technologies, Inc on SC7180 devices.
- Say Y if you want to use the Modem branch clocks of the Modem
- subsystem clock controller to reset the MSS subsystem.
- config SC_VIDEOCC_7180
- tristate "SC7180 Video Clock Controller"
- select SC_GCC_7180
- help
- Support for the video clock controller on SC7180 devices.
- Say Y if you want to support video devices and functionality such as
- video encode and decode.
- config SC_VIDEOCC_7280
- tristate "SC7280 Video Clock Controller"
- select SC_GCC_7280
- help
- Support for the video clock controller on SC7280 devices.
- Say Y if you want to support video devices and functionality such as
- video encode and decode.
- config SDM_CAMCC_845
- tristate "SDM845 Camera Clock Controller"
- select SDM_GCC_845
- help
- Support for the camera clock controller on SDM845 devices.
- Say Y if you want to support camera devices and camera functionality.
- config SDM_GCC_660
- tristate "SDM660 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SDM660 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2C, USB, UFS, SDDC, PCIe, etc.
- config SDM_MMCC_660
- tristate "SDM660 Multimedia Clock Controller"
- select SDM_GCC_660
- select QCOM_GDSC
- help
- Support for the multimedia clock controller on SDM660 devices.
- Say Y if you want to support multimedia devices such as display,
- graphics, video encode/decode, camera, etc.
- config SDM_GPUCC_660
- tristate "SDM660 Graphics Clock Controller"
- select SDM_GCC_660
- select QCOM_GDSC
- help
- Support for the graphics clock controller on SDM630/636/660 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics
- config QCS_TURING_404
- tristate "QCS404 Turing Clock Controller"
- help
- Support for the Turing Clock Controller on QCS404, provides clocks
- and resets for the Turing subsystem.
- config QCS_Q6SSTOP_404
- tristate "QCS404 Q6SSTOP Clock Controller"
- select QCS_GCC_404
- help
- Support for the Q6SSTOP clock controller on QCS404 devices.
- Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
- controller to reset the Q6SSTOP subsystem.
- config SDM_GCC_845
- tristate "SDM845/SDM670 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SDM845 and SDM670 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2C, USB, UFS, SDDC, PCIe, etc.
- config SDM_GPUCC_845
- tristate "SDM845 Graphics Clock Controller"
- select SDM_GCC_845
- help
- Support for the graphics clock controller on SDM845 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SDM_VIDEOCC_845
- tristate "SDM845 Video Clock Controller"
- select SDM_GCC_845
- select QCOM_GDSC
- help
- Support for the video clock controller on SDM845 devices.
- Say Y if you want to support video devices and functionality such as
- video encode and decode.
- config SDM_DISPCC_845
- tristate "SDM845 Display Clock Controller"
- select SDM_GCC_845
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SDM845 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SDM_LPASSCC_845
- tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
- select SDM_GCC_845
- help
- Support for the LPASS clock controller on SDM845 devices.
- Say Y if you want to use the LPASS branch clocks of the LPASS clock
- controller to reset the LPASS subsystem.
- config SDX_GCC_55
- tristate "SDX55 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SDX55 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SDX_GCC_65
- tristate "SDX65 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SDX65 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_CAMCC_8250
- tristate "SM8250 Camera Clock Controller"
- select SM_GCC_8250
- help
- Support for the camera clock controller on SM8250 devices.
- Say Y if you want to support camera devices and camera functionality.
- config SM_CAMCC_8450
- tristate "SM8450 Camera Clock Controller"
- select SM_GCC_8450
- help
- Support for the camera clock controller on SM8450 devices.
- Say Y if you want to support camera devices and camera functionality.
- config SM_DISPCC_6115
- tristate "SM6115 Display Clock Controller"
- depends on SM_GCC_6115
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM6115/SM4250 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen
- config SM_DISPCC_6125
- tristate "SM6125 Display Clock Controller"
- depends on SM_GCC_6125
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM6125 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen
- config SM_CAMCC_PINEAPPLE
- tristate "Pineapple Camera Clock Controller"
- depends on SM_GCC_PINEAPPLE
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SM_DISPCC_8250
- tristate "SM8150/SM8250/SM8350 Display Clock Controller"
- depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM8150/SM8250/SM8350 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DISPCC_6350
- tristate "SM6350 Display Clock Controller"
- depends on SM_GCC_6350
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM6350 devices.
- config SM_DISPCC_PINEAPPLE
- tristate "Pineapple Display Clock Controller"
- depends on SM_GCC_PINEAPPLE
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DEBUGCC_PINEAPPLE
- tristate "Pineapple Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- config SM_DISPCC_8450
- tristate "SM8450 Display Clock Controller"
- depends on SM_GCC_8450
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM8450 devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_GCC_6115
- tristate "SM6115 and SM4250 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM6115 and SM4250 devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- i2C, USB, UFS, SDDC, PCIe, etc.
- config SM_GCC_6125
- tristate "SM6125 Global Clock Controller"
- help
- Support for the global clock controller on SM6125 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_6350
- tristate "SM6350 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM6350 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_6375
- tristate "SM6375 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM6375 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS etc.
- config SM_GCC_8150
- tristate "SM8150 Global Clock Controller"
- help
- Support for the global clock controller on SM8150 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_8250
- tristate "SM8250 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM8250 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_8350
- tristate "SM8350 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM8350 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_8450
- tristate "SM8450 Global Clock Controller"
- select QCOM_GDSC
- help
- Support for the global clock controller on SM8450 devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GCC_PINEAPPLE
- tristate "Pineapple Global Clock Controller"
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GPUCC_6350
- tristate "SM6350 Graphics Clock Controller"
- select SM_GCC_6350
- help
- Support for the graphics clock controller on SM6350 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_GPUCC_8150
- tristate "SM8150 Graphics Clock Controller"
- select SM_GCC_8150
- help
- Support for the graphics clock controller on SM8150 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_GPUCC_8250
- tristate "SM8250 Graphics Clock Controller"
- select SM_GCC_8250
- help
- Support for the graphics clock controller on SM8250 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_GPUCC_8350
- tristate "SM8350 Graphics Clock Controller"
- select SM_GCC_8350
- help
- Support for the graphics clock controller on SM8350 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_GPUCC_PINEAPPLE
- tristate "PINEAPPLE Graphics Clock Controller"
- select SM_GCC_PINEAPPLE
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_VIDEOCC_8150
- tristate "SM8150 Video Clock Controller"
- select SM_GCC_8150
- help
- Support for the video clock controller on SM8150 devices.
- Say Y if you want to support video devices and functionality such as
- video encode and decode.
- config SM_VIDEOCC_8250
- tristate "SM8250 Video Clock Controller"
- select SM_GCC_8250
- select QCOM_GDSC
- help
- Support for the video clock controller on SM8250 devices.
- Say Y if you want to support video devices and functionality such as
- video encode and decode.
- config SM_VIDEOCC_PINEAPPLE
- tristate "Pineapple Video Clock Controller"
- depends on SM_GCC_PINEAPPLE
- help
- Support for the video clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SM_TCSRCC_PINEAPPLE
- tristate "Pineapple Top-Level CSR Clock Controller"
- depends on SM_GCC_PINEAPPLE
- help
- Support for the TCSR clock controller on Qualcomm Technologies, Inc
- Pineapple devices.
- Say Y if you want to support miscellaneous top-level clocks
- such as for the PHY references.
- config SPMI_PMIC_CLKDIV
- tristate "SPMI PMIC clkdiv Support"
- depends on SPMI || COMPILE_TEST
- help
- This driver supports the clkdiv functionality on the Qualcomm
- Technologies, Inc. SPMI PMIC. It configures the frequency of
- clkdiv outputs of the PMIC. These clocks are typically wired
- through alternate functions on GPIO pins.
- config QCOM_HFPLL
- tristate "High-Frequency PLL (HFPLL) Clock Controller"
- help
- Support for the high-frequency PLLs present on Qualcomm devices.
- Say Y if you want to support CPU frequency scaling on devices
- such as MSM8974, APQ8084, etc.
- config KPSS_XCC
- tristate "KPSS Clock Controller"
- help
- Support for the Krait ACC and GCC clock controllers. Say Y
- if you want to support CPU frequency scaling on devices such
- as MSM8960, APQ8064, etc.
- config KRAITCC
- tristate "Krait Clock Controller"
- depends on ARM
- select KRAIT_CLOCKS
- help
- Support for the Krait CPU clocks on Qualcomm devices.
- Say Y if you want to support CPU frequency scaling.
- config CLK_GFM_LPASS_SM8250
- tristate "SM8250 GFM LPASS Clocks"
- help
- Support for the Glitch Free Mux (GFM) Low power audio
- subsystem (LPASS) clocks found on SM8250 SoCs.
- config QCOM_GDSC_REGULATOR
- tristate "GDSC regulator driver"
- depends on COMMON_CLK_QCOM
- help
- This driver supports globally distributed switch controller (GDSC)
- devices in regulator framework.
- Say Y if you want to support clients using regulator framework APIs
- to control GDSCs.
- config SM_GCC_KALAMA
- tristate "Kalama Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC, PCIe, etc.
- config SM_VIDEOCC_KALAMA
- tristate "Kalama Video Clock Controller"
- depends on SM_GCC_KALAMA
- help
- Support for the video clock controller on Qualcomm Technologies, Inc.
- Kalama devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SM_CAMCC_KALAMA
- tristate "Kalama Camera Clock Controller"
- depends on SM_GCC_KALAMA
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SM_DISPCC_KALAMA
- tristate "Kalama Display Clock Controller"
- depends on SM_GCC_KALAMA
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DEBUGCC_KALAMA
- tristate "Kalama Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config SM_GPUCC_KALAMA
- tristate "Kalama Graphics Clock Controller"
- depends on SM_GCC_KALAMA
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_TCSRCC_KALAMA
- tristate "Kalama Top-Level CSR Clock Controller"
- depends on SM_GCC_KALAMA
- help
- Support for the TCSR clock controller on Qualcomm Technologies, Inc
- Kalama devices.
- Say Y if you want to support miscellaneous top-level clocks
- such as for the PHY references.
- config SM_CAMCC_8150
- tristate "SM8150 Camera Clock Controller"
- select SM_GCC_8150
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- SM8150 devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SM_NPUCC_8150
- tristate "SM8150 NPU Clock Controller"
- select SM_GCC_8150
- help
- Support for the NPU Clock Controller on Qualcomm Technologies, Inc.
- sm8150 devices.
- Say Y if you want to enable use of the Network Processing Unit in
- order to speed up certain types of calculations.
- config SM_SCC_8150
- tristate "SM8150 Sensor Clock Controller"
- select SM_GCC_8150
- help
- Support for the sensor clock controller on Qualcomm Technologies, Inc.
- SM8150 devices. The sensor controller contains several QUP clocks
- which can be managed using DFS. This controller is typically owned by
- the sensor processor. However, on some systems it is instead owned
- by the application processor.
- config SM_DEBUGCC_8150
- tristate "SM8150 Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- SM8150 devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- 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.
- config SM_DISPCC_BLAIR
- tristate "BLAIR Display Clock Controller"
- select SM_GCC_BLAIR
- help
- Support for the display clock controller on Qualcomm Technologies,
- Inc. BLAIR devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_GPUCC_BLAIR
- tristate "BLAIR Graphics Clock Controller"
- select SM_GCC_BLAIR
- help
- Support for the graphics clock controller on Qualcomm Technologies,
- Inc. BLAIR devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_DEBUGCC_BLAIR
- tristate "BLAIR Debug Clock Controller"
- depends on SM_GCC_BLAIR
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc.
- BLAIR devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config SC_CAMCC_8180X
- tristate "SC8180X Camera Clock Controller"
- select SC_GCC_8180X
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- SC8180X devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SC_DEBUGCC_SC8180X
- tristate "SC8180X Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- depends on SC_GCC_8180X
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- SC8180X devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- config SM_GCC_HOLI
- tristate "HOLI Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- HOLI devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC etc.
- config SM_GPUCC_HOLI
- tristate "HOLI Graphics Clock Controller"
- select SM_GCC_HOLI
- help
- Support for the graphics clock controller on Qualcomm Technologies,
- Inc. HOLI devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_DISPCC_HOLI
- tristate "HOLI Display Clock Controller"
- select SM_GCC_HOLI
- help
- Support for the display clock controller on Qualcomm Technologies,
- Inc. HOLI devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DEBUGCC_HOLI
- tristate "HOLI Debug Clock Controller"
- depends on SM_GCC_HOLI
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc.
- HOLI devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config CLOCK_CPU_SDXLEMUR
- bool "CPU SDXLEMUR Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the cpu clock controller on SDXLEMUR
- based devices.
- Say Y if you want to support CPU clock scaling using
- CPUfreq drivers for dynamic power management.
- config SA_CAMCC_LEMANS
- tristate "LEMANS Camera Clock Controller"
- select SA_GCC_LEMANS
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc.
- Lemans devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SA_GCC_LEMANS
- tristate "Lemans Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- lemans devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC, PCIe, etc.
- config SA_GPUCC_LEMANS
- tristate "LEMANS Graphics Clock Controllers"
- select SA_GCC_LEMANS
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- LEMANS devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SA_DEBUGCC_LEMANS
- tristate "Lemans Debug Clock Controller"
- depends on SA_GCC_LEMANS
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- LEMANS devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config SA_DISPCC_LEMANS
- tristate "LEMANS Display Clock Controllers"
- select SA_GCC_LEMANS
- help
- Support for the display clock controller 0 and 1 on Qualcomm Technologies, Inc.
- LEMANS devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SA_VIDEOCC_LEMANS
- tristate "LEMANS Video Clock Controller"
- select SA_GCC_LEMANS
- help
- Support for the video clock controller on Qualcomm Technologies, Inc.
- LEMANS devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SA_GCC_MONACO_AUTO
- tristate "Monaco_Auto Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- Monaco_Auto devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC, PCIe, etc.
- config SA_DISPCC_MONACO_AUTO
- tristate "Monaco_Auto Display Clock Controller"
- select SA_GCC_MONACO_AUTO
- help
- Support for the display clock controller on Qualcomm Technologies, Inc.
- Monaco_Auto devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SA_DEBUGCC_MONACO_AUTO
- tristate "Monaco_Auto Debug Clock Controller"
- depends on SA_GCC_MONACO_AUTO
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Monaco_Auto devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config SM_GCC_6150
- tristate "SM6150 Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- SM6150 devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC, PCIe, etc.
- config SM_CAMCC_6150
- tristate "SM6150 Camera Clock Controller"
- select SM_GCC_6150
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- SM6150 devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SM_DISPCC_6150
- tristate "SM6150 Display Clock Controller"
- select SM_GCC_6150
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- SM6150 devices.
- Say Y if you want to support display devices and functionality such as
- splash pictures.
- config SM_GPUCC_6150
- tristate "SM6150 Graphics Clock Controller"
- select SM_GCC_6150
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc.
- sm6150 devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_VIDEOCC_6150
- tristate "SM6150 Video Clock Controller"
- select SM_GCC_6150
- help
- Support for the video clock controller on Qualcomm Technologies, Inc.
- SM6150 devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SM_SCC_6150
- tristate "SM6150 Sensor Clock Controller"
- select SM_GCC_6150
- help
- Support for the sensor clock controller on Qualcomm Technologies, Inc.
- SM6150 devices. The sensor controller contains several QUP clocks
- which can be managed using DFS. This controller is typically owned by
- the sensor processor. However, on some systems it is instead owned
- by the application processor.
- config SM_DEBUGCC_6150
- tristate "SM6150 Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- SM6150 devices.
- Say Y if you want to support the debug clocks such as
- clock measurement functionality.
- config SM_GCC_CLIFFS
- tristate "Cliffs Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- Cliffs devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GPUCC_CLIFFS
- tristate "CLIFFS Graphics Clock Controller"
- select SM_GCC_CLIFFS
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- Cliffs devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_CAMCC_CLIFFS
- tristate "Cliffs Camera Clock Controller"
- select SM_GCC_CLIFFS
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- Cliffs devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SM_DEBUGCC_CLIFFS
- tristate "Cliffs Debug Clock Controller"
- depends on SM_GCC_CLIFFS
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Cliffs devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- config SM_GCC_PITTI
- tristate "PITTI Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- PITTI devices.
- Say Y if you want to use peripheral devices such as UART, SPI,
- I2C, USB, SD/UFS, Camera, Video etc.
- config SXR_GCC_NIOBE
- tristate "NIOBE Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SXR_VIDEOCC_NIOBE
- tristate "NIOBE Video Clock Controller"
- depends on SXR_GCC_NIOBE
- help
- Support for the video clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SXR_GPUCC_NIOBE
- tristate "NIOBE Graphics Clock Controller"
- depends on SXR_GCC_NIOBE
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SXR_CAMCC_NIOBE
- tristate "NIOBE Camera Clock Controller"
- depends on SXR_GCC_NIOBE
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SXR_DISPCC_NIOBE
- tristate "NIOBE Display Clock Controller"
- depends on SXR_GCC_NIOBE
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_GPUCC_PITTI
- tristate "PITTI Graphics Clock Controller"
- select SM_GCC_PITTI
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- PITTI devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_DISPCC_PITTI
- tristate "PITTI Display Clock Controller"
- depends on SM_GCC_PITTI
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- PITTI devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config MDM_DEBUGCC_9607
- tristate "MDM9607 Debug Clock Controller"
- depends on MDM_GCC_9607
- help
- Support for the debug clock controller on MDM9607
- based devices.
- Say Y if you want to support the clock measurement
- functionality.
- config SM_DEBUGCC_PITTI
- tristate "PITTI Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- PITTI devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- config SM_GCC_VOLCANO
- tristate "Volcano Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to use peripheral devices such as UART,
- SPI, I2C, USB, SD/UFS, PCIe etc.
- config SM_GPUCC_VOLCANO
- tristate "Volcano Graphics Clock Controller"
- select SM_GCC_VOLCANO
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SM_VIDEOCC_VOLCANO
- tristate "Volcano Video Clock Controller"
- select SM_GCC_VOLCANO
- help
- Support for the video clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SXR_TCSRCC_NIOBE
- tristate "NIOBE Top-Level CSR Clock Controller"
- depends on SXR_GCC_NIOBE
- help
- Support for the TCSR clock controller on Qualcomm Technologies, Inc
- NIOBE devices.
- Say Y if you want to support miscellaneous top-level clocks
- such as for the PHY references.
- config SXR_DEBUGCC_NIOBE
- tristate "NIOBE Debug Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Niobe devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- config SM_CAMCC_VOLCANO
- tristate "Volcano Camera Clock Controller"
- select SM_GCC_VOLCANO
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SXR_GCC_ANORAK
- tristate "ANORAK Global Clock Controller"
- depends on COMMON_CLK_QCOM
- help
- Support for the global clock controller on Qualcomm Technologies, Inc.
- ANORAK devices.
- Say Y if you want to use peripheral devices such as UART, SPI, I2C,
- USB, UFS, SD/eMMC, PCIE, etc.
- config SXR_VIDEOCC_ANORAK
- tristate "ANORAK Video Clock Controller"
- select SXR_GCC_ANORAK
- help
- Support for the video clock controller on Qualcomm Technologies, Inc.
- ANORAK devices.
- Say Y if you want to support video devices and functionality such as
- video encode/decode.
- config SXR_GPUCC_ANORAK
- tristate "ANORAK Graphics Clock Controller"
- select SXR_GCC_ANORAK
- help
- Support for the graphics clock controller on Qualcomm Technologies, Inc.
- ANORAK devices.
- Say Y if you want to support graphics controller devices and
- functionality such as 3D graphics.
- config SXR_CAMCC_ANORAK
- tristate "ANORAK Camera Clock Controller"
- select SXR_GCC_ANORAK
- help
- Support for the camera clock controller on Qualcomm Technologies, Inc.
- ANORAK devices.
- Say Y if you want to support camera devices and functionality such as
- capturing pictures.
- config SXR_DEBUGCC_ANORAK
- tristate "ANORAK Debug Clock Controller"
- depends on SXR_GCC_ANORAK
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc.
- ANORAK devices.
- Say Y if you want to support the debug clocks such as clock measurement
- functionality.
- config SXR_DISPCC_ANORAK
- tristate "ANORAK Display Clock Controller"
- select SXR_GCC_ANORAK
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- ANORAK devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DISPCC_VOLCANO
- tristate "Volcano Display Clock Controller"
- select SM_GCC_VOLCANO
- help
- Support for the display clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to support display devices and functionality such as
- splash screen.
- config SM_DEBUGCC_VOLCANO
- tristate "Volcano Debug Clock Controller"
- select SM_GCC_VOLCANO
- help
- Support for the debug clock controller on Qualcomm Technologies, Inc
- Volcano devices.
- Say Y if you want to support the debug clocks such as clock
- measurement functionality.
- endif
- config VIRTIO_CLK
- tristate "Virtio clock driver"
- depends on VIRTIO
- help
- This is the virtual clock driver for virtio. It can be used on
- Qualcomm Technologies, Inc automotive virtual machine.
- Say Y if you want to use pass through peripheral devices such as UART,
- SPI, I2C, USB etc.
|