* configuration problem with innovator 1510 & tsc2101
@ 2006-01-19 9:36 Mikko.Soikkala
0 siblings, 0 replies; 4+ messages in thread
From: Mikko.Soikkala @ 2006-01-19 9:36 UTC (permalink / raw)
To: linux-omap-open-source
Hi
I have a problem with 1510 innovator board configuration. If I configure
touchscreen it automatically selects TCS2101 under SSI and then the
compilation fails like this:
CC drivers/ssi/omap-tsc2101.o
drivers/ssi/omap-tsc2101.c:42:5: warning: "CONFIG_ARCH_OMAP16XX" is not
defined
drivers/ssi/omap-tsc2101.c:45:2: #error "Unsupported configuration"
I have made a work around for this by compiling the omap-tcs2101.c also
when CONFIG_ARCH_OMAP15XX defined. This seems to work, but I'm unsure if
this is the correct solution.
Is omap-tsc2101.c supposed to be compiled in 1510 innovator environment?
Mikko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configuration problem with innovator 1510 & tsc2101
[not found] <43CF9F15.5010603@de.bosch.com>
@ 2006-01-19 16:03 ` Dirk Behme
0 siblings, 0 replies; 4+ messages in thread
From: Dirk Behme @ 2006-01-19 16:03 UTC (permalink / raw)
To: Mikko.Soikkala; +Cc: linux-omap-open-source
Mikko.Soikkala@Tietoenator.com wrote:
> Is omap-tsc2101.c supposed to be compiled in 1510 innovator environment?
If I remember correctly touchscreen is set to unsupported for 1510
because nobody has tested it.
If it is working for you and you tested it, a patch is welcome ;)
Regards
Dirk
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: configuration problem with innovator 1510 & tsc2101
@ 2006-01-19 16:28 Kipisz, Steven
0 siblings, 0 replies; 4+ messages in thread
From: Kipisz, Steven @ 2006-01-19 16:28 UTC (permalink / raw)
To: Dirk Behme, Mikko.Soikkala; +Cc: linux-omap-open-source
The Innovator 1510 uses an ADS7846 touch screen controller so it does
not use the tsc2101.
Steve Kipisz
-----Original Message-----
From: linux-omap-open-source-bounces@linux.omap.com
[mailto:linux-omap-open-source-bounces@linux.omap.com] On Behalf Of Dirk
Behme
Sent: Thursday, January 19, 2006 10:04 AM
To: Mikko.Soikkala@Tietoenator.com
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: configuration problem with innovator 1510 & tsc2101
Mikko.Soikkala@Tietoenator.com wrote:
> Is omap-tsc2101.c supposed to be compiled in 1510 innovator
environment?
If I remember correctly touchscreen is set to unsupported for 1510
because nobody has tested it.
If it is working for you and you tested it, a patch is welcome ;)
Regards
Dirk
_______________________________________________
Linux-omap-open-source mailing list
Linux-omap-open-source@linux.omap.com
http://linux.omap.com/mailman/listinfo/linux-omap-open-source
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: configuration problem with innovator 1510 & tsc2101
@ 2006-01-20 8:04 Mikko.Soikkala
0 siblings, 0 replies; 4+ messages in thread
From: Mikko.Soikkala @ 2006-01-20 8:04 UTC (permalink / raw)
To: s-kipisz2, dirk.behme; +Cc: linux-omap-open-source
> -----Original Message-----
> From: Kipisz, Steven [mailto:s-kipisz2@ti.com]
>
> The Innovator 1510 uses an ADS7846 touch screen controller so it does
> not use the tsc2101.
So, the actual problem is in ./drivers/input/touchscreen/Kconfig.
TOUCHSCREEN_OMAP shouldn't select the TSC2101 when CONFIG_ARCH_OMAP15XX
is set. Can we use
select OMAP_TSC2101 if ( MACH_OMAP_H2 || MACH_OMAP_H3 )
As it is done in ./sound/oss/Kconfig or should this include some other
platforms?
Thanks,
Mikko
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-20 8:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <43CF9F15.5010603@de.bosch.com>
2006-01-19 16:03 ` configuration problem with innovator 1510 & tsc2101 Dirk Behme
2006-01-20 8:04 Mikko.Soikkala
-- strict thread matches above, loose matches on Subject: below --
2006-01-19 16:28 Kipisz, Steven
2006-01-19 9:36 Mikko.Soikkala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox