Re: [PATCH] video: mb862xxfb: Require either FB_MB862XX_PCI_GDC or
From: Anatolij Gustschin <agust@denx.de>
Date: 2011-05-13 16:07:28
From: Anatolij Gustschin <agust@denx.de>
Date: 2011-05-13 16:07:28
On Thu, 12 May 2011 13:42:17 +0100 Ben Hutchings [off-list ref] wrote:
The driver can be built as either a PCI or platform (OF) driver. It might make sense to built it as both (though that is not currently possible) but it certainly doesn't make sense to build it as neither! Add dependencies and add a choice group to ensure that exactly one of FB_MB862XX_PCI_GDC and FB_MB862XX_LIME is selected. Signed-off-by: Ben Hutchings <redacted>
Acked-by: Anatolij Gustschin <agust@denx.de>