From: Ezequiel Garcia Date: Sat, 19 Jun 2021 17:24:23 +0000 (+0200) Subject: media: gspca: Drop default m X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a621b0859d1caf4e03f47066dad78011d274617;p=linux.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/gspca/Kconfig b/drivers/media/usb/gspca/Kconfig index 0283e3b908e43..dca4e16ed1338 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.