linux_dsm_epyc7002/drivers/media
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
..
cec media: cec: allow any initiator for Ping and Image/Text View On 2019-05-23 05:37:02 -04:00
common media: videobuf2-core.h: Document the alloc memop size argument as page aligned 2019-05-23 10:18:19 -04:00
dvb-core media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
dvb-frontends media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
firewire media: firewire: Fix app_info parameter type in avc_ca{,_app}_info 2018-12-05 05:34:33 -05:00
i2c media: Kconfig: allow to select drivers if EMBEDDED 2019-05-23 10:52:35 -04:00
mmc media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
pci media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
platform media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
radio media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
rc media: rc-main: clean-up two warnings 2019-05-23 13:39:21 -04:00
spi media: Kconfig: allow to select drivers if EMBEDDED 2019-05-23 10:52:35 -04:00
tuners media: Kconfig: allow to select drivers if EMBEDDED 2019-05-23 10:52:35 -04:00
usb media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
v4l2-core media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
Kconfig media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
Makefile media: Media Device Allocator API 2019-04-22 11:18:26 -04:00
media-dev-allocator.c media: Media Device Allocator API 2019-04-22 11:18:26 -04:00
media-device.c media: media_device_enum_links32: clean a reserved field 2019-05-23 13:33:50 -04:00
media-devnode.c media: Clear devnode->media_dev holding media_devnode_lock 2019-04-22 11:24:33 -04:00
media-entity.c media: replace WARN_ON in __media_pipeline_start() 2019-03-19 14:01:08 -04:00
media-request.c media updates for v5.1-rc1 2019-05-08 11:13:17 -07:00