http://bugs.openembedded.org/show_bug.cgi?id=815





------- Comment #12 from [EMAIL PROTECTED]  2006-04-29 17:07 -------
With the patches, everything compiles, but the resulting image doesn't work
because the h3900_lcd module doesn't get built.

Looking at the Kconfigs, it's because H3900_LCD has a dependency on HTC_ASIC2,
which isn't being set anywhere.

A possible fix is simple:

--- kernel26/arch/arm/mach-pxa/h3900/Kconfig.ark        2006-04-30
02:09:59.000000000 +0200
+++ kernel26/arch/arm/mach-pxa/h3900/Kconfig    2006-04-30 02:10:20.000000000
+0200
@@ -2,6 +2,8 @@
         bool "hp iPAQ h3900"
         depends on ARCH_PXA
         select PXA25x
+       select HTC_ASIC2
+       select HTC_ASIC3

 config IPAQ_H3900_LCD
        tristate "HP iPAQ h3900 LCD"


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to