diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2021-06-19 20:24:23 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-07-12 10:16:30 +0300 |
commit | 2a621b0859d1caf4e03f47066dad78011d274617 (patch) | |
tree | 0aa40f3593aba521e280b4f9d636b353c1014280 /drivers/media/usb/gspca | |
parent | caa7302b3a346d9a9ec85568cff52d2cee5f32c4 (diff) | |
download | linux-2a621b0859d1caf4e03f47066dad78011d274617.tar.xz |
media: gspca: Drop default m
Drop the "default m", as options should default to disabled.
No other media driver is enabled by default.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/gspca')
-rw-r--r-- | drivers/media/usb/gspca/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/gspca/Kconfig b/drivers/media/usb/gspca/Kconfig index 0283e3b908e4..dca4e16ed133 100644 --- a/drivers/media/usb/gspca/Kconfig +++ b/drivers/media/usb/gspca/Kconfig @@ -4,7 +4,6 @@ menuconfig USB_GSPCA depends on VIDEO_V4L2 depends on INPUT || INPUT=n select VIDEOBUF2_VMALLOC - default m help Say Y here if you want to enable selecting webcams based on the GSPCA framework. |