Messages in this thread |  | | | Date | Sun, 15 Feb 2004 20:19:57 +0100 (CET) | | From | Roman Zippel <> | | Subject | Re: 2.6.3-rc3: twice defined symbols with new radeonfb |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |