linux_old1/drivers/video/fbdev/omap2/omapfb/dss
Bartlomiej Zolnierkiewicz 217188d9f9 video: fbdev: 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.
    ...

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2018-10-24 11:26:32 +02:00
..
Kconfig video: fbdev: remove redundant 'default n' from Kconfig-s 2018-10-24 11:26:32 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
apply.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
core.c fbdev: omap2: omapfb: fix ifnullfree.cocci warnings 2018-07-31 13:06:58 +02:00
dispc-compat.c omapfb/dss: wait_for_completion_interruptible_timeout expects long 2016-08-11 17:54:54 +03:00
dispc-compat.h
dispc.c fbdev: fix omap2/omapfb/dss/ indentation warning 2018-07-24 19:11:28 +02:00
dispc.h drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb 2016-03-03 17:38:21 +02:00
dispc_coefs.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
display-sysfs.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
display.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
dpi.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
dsi.c video: fbdev: Convert timers to use timer_setup() 2017-11-10 16:34:52 +01:00
dss-of.c omapfb: use of_graph_get_remote_endpoint() 2017-08-01 17:20:38 +02:00
dss.c video: omapfb: fix missing #includes 2018-02-09 14:43:49 +01:00
dss.h drm/omap: copy enum omap_dss_clk_source 2016-05-19 20:19:03 +03:00
dss_features.c fbdev: omap2: omapfb: fix bugon.cocci warnings 2018-07-31 13:06:58 +02:00
dss_features.h
hdmi.h omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
hdmi4.c video: fbdev: omap2: Use PTR_ERR_OR_ZERO() 2018-01-04 16:53:49 +01:00
hdmi4_core.c
hdmi4_core.h
hdmi5.c drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audio 2017-08-16 12:52:41 +03:00
hdmi5_core.c OMAPDSS: HDMI5: Change DDC timings 2016-05-31 08:20:43 +03:00
hdmi5_core.h
hdmi_common.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hdmi_phy.c video: omapfb: fix missing #includes 2018-02-09 14:43:49 +01:00
hdmi_pll.c video: omapfb: fix missing #includes 2018-02-09 14:43:49 +01:00
hdmi_wp.c video: omapfb: fix missing #includes 2018-02-09 14:43:49 +01:00
manager-sysfs.c omapfb: Use sysfs_match_string() helper 2017-06-14 17:40:57 +02:00
manager.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
omapdss-boot-init.c
output.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
overlay-sysfs.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
overlay.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
pll.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
rfbi.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
sdi.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
venc.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
video-pll.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00