File tree Expand file tree Collapse file tree 3 files changed +470
-0
lines changed Expand file tree Collapse file tree 3 files changed +470
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,14 @@ config SC_GPUCC_7280
453
453
Say Y if you want to support graphics controller devices and
454
454
functionality such as 3D graphics.
455
455
456
+ config SC_GPUCC_8280XP
457
+ tristate "SC8280XP Graphics Clock Controller"
458
+ select SC_GCC_8280XP
459
+ help
460
+ Support for the graphics clock controller on SC8280XP devices.
461
+ Say Y if you want to support graphics controller devices and
462
+ functionality such as 3D graphics.
463
+
456
464
config SC_LPASSCC_7280
457
465
tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
458
466
select SC_GCC_7280
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
72
72
obj-$(CONFIG_SC_GCC_8280XP) += gcc-sc8280xp.o
73
73
obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o
74
74
obj-$(CONFIG_SC_GPUCC_7280) += gpucc-sc7280.o
75
+ obj-$(CONFIG_SC_GPUCC_8280XP) += gpucc-sc8280xp.o
75
76
obj-$(CONFIG_SC_LPASSCC_7280) += lpasscc-sc7280.o
76
77
obj-$(CONFIG_SC_LPASS_CORECC_7180) += lpasscorecc-sc7180.o
77
78
obj-$(CONFIG_SC_LPASS_CORECC_7280) += lpasscorecc-sc7280.o lpassaudiocc-sc7280.o
You can’t perform that action at this time.
0 commit comments