File tree Expand file tree Collapse file tree 3 files changed +2494
-0
lines changed Expand file tree Collapse file tree 3 files changed +2494
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,15 @@ config SC_CAMCC_7180
348
348
Say Y if you want to support camera devices and functionality such as
349
349
capturing pictures.
350
350
351
+ config SC_CAMCC_7280
352
+ tristate "SC7280 Camera Clock Controller"
353
+ select SC_GCC_7280
354
+ help
355
+ Support for the camera clock controller on Qualcomm Technologies, Inc
356
+ SC7280 devices.
357
+ Say Y if you want to support camera devices and functionality such as
358
+ capturing pictures.
359
+
351
360
config SC_DISPCC_7180
352
361
tristate "SC7180 Display Clock Controller"
353
362
select SC_GCC_7180
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
59
59
obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
60
60
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
61
61
obj-$(CONFIG_SC_CAMCC_7180) += camcc-sc7180.o
62
+ obj-$(CONFIG_SC_CAMCC_7280) += camcc-sc7280.o
62
63
obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
63
64
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
64
65
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
You can’t perform that action at this time.
0 commit comments