Messages in this thread |  | | | Date | Tue, 3 Nov 2009 21:05:42 +0000 | | From | Russell King - ARM Linux <> | | Subject | Re: [RFC PATCH] atmel_lcdfb Kconfig: remove long dependency line |
On Tue, Nov 03, 2009 at 03:42:16PM +0100, Nicolas Ferre wrote: > The problem is that if I do not setup the dependency here the menu entry > will not be available at the proper level. In fact I will see the Atmel > LCD entry here: > "Graphics support" > <*> Support for frame buffer devices ---> > <*> AT91/AT32 LCD Controller support > > instead of here: > "Graphics support" > ---> "Support for frame buffer devices" > [..] > <*> "AT91/AT32 LCD Controller support" > [..] > > So I keep the depend.
The depend is on ARCH_ATMEL_HAS_FB which has no description (and therefore does not appear in the menus) not the symbol for "AT91/AT32 LCD Controller support".
|  |