Re: 2.6.3-rc3: twice defined symbols with new radeonfb

From: Roman Zippel
Date: Sun Feb 15 2004 - 14:27:32 EST


Hi,

On Sun, 15 Feb 2004, Adrian Bunk wrote:

> @Roman:
> With the patch below, "make menuconfig" shows
> [ ] ATI Radeon display support
> [*] ATI Radeon display support (Old driver)
>
> How can I void that the old driver is shown as if it was an option for
> the new driver?

Only if you interrupt the dependency chain (e.g. by inserting a dummy
entry).
What about making it a choice, I extended it for exactly this purpose. :)
Simply put the two options inbetween:

choice
prompt "ATI Radeon display support"
optional

...

endchoice

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/