linux/drivers/media/platform/vicodec
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
..
codec-fwht.c media: vicodec: Handle the case that the reference buffer is NULL 2019-03-25 13:50:44 -04:00
codec-fwht.h media: vicodec: keep the ref frame according to the format in decoder 2019-03-25 13:46:18 -04:00
codec-v4l2-fwht.c media: vicodec: Handle the case that the reference buffer is NULL 2019-03-25 13:50:44 -04:00
codec-v4l2-fwht.h media: vicodec: Add support for stateless decoder. 2019-03-25 14:12:59 -04:00
Kconfig media: remove redundant 'default n' from Kconfig-s 2019-05-24 08:36:45 -04:00
Makefile media: vicodec: split off v4l2 specific parts for the codec 2018-08-31 08:29:13 -04:00
vicodec-core.c media: replace strncpy() by strscpy() 2019-03-29 10:26:13 -04:00