linux/drivers/staging/media
Bartlomiej Zolnierkiewicz 031ba1fd91 staging: remove redundant 'default n' from Kconfig
'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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-04-16 13:39:01 +02:00
..
bcm2048 staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
davinci_vpfe staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
imx staging: media: imx: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:18 +02:00
ipu3 staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
mt9t031 staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
omap4iss media: staging: fix several typos 2019-03-01 09:47:24 -05:00
rockchip/vpu staging: remove redundant 'default n' from Kconfig 2019-04-16 13:39:01 +02:00
soc_camera staging: media: soc_camera: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:18 +02:00
sunxi staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
tegra-vde staging: media: tegra-vde: add proper SPDX identifiers on file that did not have it. 2019-04-03 11:10:18 +02:00
zoran staging: media: zoran: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
Kconfig staging: add missing SPDX lines to Kconfig files 2019-04-03 11:10:15 +02:00
Makefile media: soc_camera: Move the mt9t031 under soc_camera directory 2019-02-18 12:13:49 -05:00