* DSS build breakage
@ 2013-02-05 21:38 Felipe Balbi
2013-02-06 9:42 ` Tomi Valkeinen
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2013-02-05 21:38 UTC (permalink / raw)
To: Tomi Valkeinen, Linux OMAP Mailing List
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
Hi Tomi,
DSS doesn't build with 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
make[4]: *** [drivers/video/omap2/dss/dss.o] Error 1
Found when debugging another problem reported by Arnd.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: DSS build breakage
2013-02-05 21:38 DSS build breakage Felipe Balbi
@ 2013-02-06 9:42 ` Tomi Valkeinen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2013-02-06 9:42 UTC (permalink / raw)
To: balbi; +Cc: Linux OMAP Mailing List
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
Hi,
On 2013-02-05 23:38, Felipe Balbi wrote:
> Hi Tomi,
>
> DSS doesn't build with 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
> make[4]: *** [drivers/video/omap2/dss/dss.o] Error 1
>
> Found when debugging another problem reported by Arnd.
Thanks for reporting. It looks like omapdrm and omap_vout use "select"
to enable omapdss, instead of depending on omapdss. This causes omapdss
to be enabled in the config, even if the omapdss Kconfig dependencies
don't allow this.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-06 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 21:38 DSS build breakage Felipe Balbi
2013-02-06 9:42 ` Tomi Valkeinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.