video: mb862xxfb: Require either FB_MB862XX_PCI_GDC or FB_MB862XX_LIME
authorBen Hutchings <ben@decadent.org.uk>
Thu, 12 May 2011 12:42:17 +0000 (12:42 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 24 May 2011 07:16:51 +0000 (16:16 +0900)
commitb9b52cf4617bedccef64cee63ba8ec68b213bc21
treed9bb56fff7a39abf1d8cd9b05b31de5cb867a177
parentaf4a835bba5fe710b870b8ec8c294e2338cbb112
video: mb862xxfb: Require either FB_MB862XX_PCI_GDC or FB_MB862XX_LIME

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 <ben@decadent.org.uk>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/Kconfig