linux/drivers/media/usb
Bartlomiej Zolnierkiewicz 2f39cce963 media: remove redundant 'default n' from Kconfig-s
'default n' is the default value for any bool or tristate Kconfig
setting so there is no need to write it explicitly.

Also since commit f467c5640c ("kconfig: only write '# CONFIG_FOO
is not set' for visible symbols") the Kconfig behavior is the same
regardless of 'default n' being present or not:

    ...
    One side effect of (and the main motivation for) this change is making
    the following two definitions behave exactly the same:

        config FOO
                bool

        config FOO
                bool
                default n

    With this change, neither of these will generate a
    '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied).
    That might make it clearer to people that a bare 'default n' is
    redundant.
    ...

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-05-24 08:36:45 -04:00
..
airspy media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
as102 media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
au0828 media: au0828: fix null dereference in error path 2019-05-22 15:29:14 -04:00
b2c2 media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
cpia2 media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
cx231xx media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
dvb-usb media: dvb: usb: fix use after free in dvb_usb_device_exit 2019-05-22 15:28:41 -04:00
dvb-usb-v2 media: af9035: Remove duplicate error reporting for dvbsky_usb_generic_rw 2019-05-22 15:30:57 -04:00
em28xx media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
go7007 media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
gspca media: gspca: Kill URBs on USB device disconnect 2019-03-29 07:34:32 -04:00
hackrf media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
hdpvr media: replace strncpy() by strscpy() 2019-03-29 10:26:13 -04:00
msi2500 media updates for v4.20-rc1 2018-10-31 10:53:29 -07:00
pulse8-cec media: replace strncpy() by strscpy() 2019-03-29 10:26:13 -04:00
pvrusb2 media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
pwc media: pwc-ctl: pChoose can't be NULL 2019-03-25 18:02:27 -04:00
rainshadow-cec media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
s2255 media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
siano media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
stk1160 media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
stkwebcam media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
tm6000 media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
ttusb-budget media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
ttusb-dec media: usb: fix several typos 2019-03-01 09:43:27 -05:00
usbtv media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
usbvision media: remove unneeded header search paths 2019-05-18 11:49:56 +09:00
uvc media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
zr364xx media: Kconfig files: use the right help coding style 2019-03-20 06:47:51 -04:00
Kconfig [media] rainshadow-cec: new RainShadow Tech HDMI CEC driver 2017-04-10 12:42:10 -03:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00