File tree Expand file tree Collapse file tree 3 files changed +985
-0
lines changed Expand file tree Collapse file tree 3 files changed +985
-0
lines changed Original file line number Diff line number Diff line change @@ -1089,6 +1089,16 @@ config SM_DISPCC_6375
1089
1089
Say Y if you want to support display devices and functionality such as
1090
1090
splash screen.
1091
1091
1092
+ config SM_DISPCC_MILOS
1093
+ tristate "Milos Display Clock Controller"
1094
+ depends on ARM64 || COMPILE_TEST
1095
+ depends on SM_GCC_MILOS
1096
+ help
1097
+ Support for the display clock controller on Qualcomm Technologies, Inc
1098
+ Milos devices.
1099
+ Say Y if you want to support display devices and functionality such as
1100
+ splash screen.
1101
+
1092
1102
config SM_DISPCC_8450
1093
1103
tristate "SM8450 Display Clock Controller"
1094
1104
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
142
142
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
143
143
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
144
144
obj-$(CONFIG_SM_DISPCC_8750) += dispcc-sm8750.o
145
+ obj-$(CONFIG_SM_DISPCC_MILOS) += dispcc-milos.o
145
146
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
146
147
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
147
148
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
You can’t perform that action at this time.
0 commit comments