dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/omapdrm
Tomi Valkeinen 91e83ffd6d omapdrm: fix the dependency to omapdss
omapdrm uses "select" in Kconfig to enable omapdss. This doesn't work
correctly, as "select" forces omapdss to be enabled in the config even
if it normally could not be enabled because of missing Kconfig
dependencies.

This causes a build break on ARM, when using allyesconfig:

drivers/video/omap2/dss/dss.c: In function 'dss_calc_clock_div':
drivers/video/omap2/dss/dss.c:572:20: error: 'CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK' undeclared (first use in this function)
drivers/video/omap2/dss/dss.c:572:20: note: each undeclared identifier is reported only once for each function it appears in

Instead of using select, this patch changes omapdrm to use "depend
on".

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-02-14 13:08:29 +02:00
..
Kconfig omapdrm: fix the dependency to omapdss 2013-02-14 13:08:29 +02:00
Makefile staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
TODO staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_connector.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_crtc.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_debugfs.c staging: drm/omap: Disable DMM debugfs for OMAP3 2012-03-07 13:38:07 -08:00
omap_dmm_priv.h drm/omap: Fix release of refill engine 2012-10-22 15:46:37 -07:00
omap_dmm_tiler.c staging: drm/omap: Fix usage of IS_ERR_OR_NULL and PTR_ERR 2012-11-16 15:03:10 -08:00
omap_dmm_tiler.h staging: drm/omap: add support for ARCH_MULTIPLATFORM 2012-10-30 11:10:00 -07:00
omap_drm.h
omap_drv.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_drv.h staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_encoder.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_fb.c staging/omapdrm: Fix spacing coding style in omap_fb.c 2012-11-14 16:31:03 -08:00
omap_fbdev.c drm: refcnt drm_framebuffer (v4.1) 2012-10-02 22:15:39 +10:00
omap_gem.c staging/omapdrm: Fix spacing coding style in omap_gem.c 2012-11-14 16:31:04 -08:00
omap_gem_dmabuf.c Staging fixes for 3.8-rc3 2013-01-14 09:08:38 -08:00
omap_gem_helpers.c staging/omapdrm: Fix spacing coding style in omap_gem_helper.c 2012-11-14 16:31:04 -08:00
omap_irq.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_plane.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
tcm-sita.c staging:omapdrm Fix typos in drivers:omapdrm 2012-04-10 10:31:01 -07:00
tcm-sita.h
tcm.h