forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/media/common/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # Used by common drivers, when they need to ask questions
23 config MEDIA_COMMON_OPTIONS
34 bool
....@@ -13,7 +14,7 @@
1314 depends on I2C
1415
1516 config CYPRESS_FIRMWARE
16
- tristate "Cypress firmware helper routines"
17
+ tristate
1718 depends on USB
1819
1920 source "drivers/media/common/videobuf2/Kconfig"