kernel/drivers/media/common/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # Used by common drivers, when they need to ask questions 2 3 config MEDIA_COMMON_OPTIONS 3 4 bool .. .. @@ -13,7 +14,7 @@ 13 14 depends on I2C 14 15 15 16 config CYPRESS_FIRMWARE 16 - tristate "Cypress firmware helper routines"17 + tristate17 18 depends on USB 18 19 19 20 source "drivers/media/common/videobuf2/Kconfig"