mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/5] usb: gadget: pxa27x: depend on right symbol
@ 2015-04-20  8:55 Lucas Stach
  2015-04-20  8:55 ` [PATCH 2/5] MCI: pxa: " Lucas Stach
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Lucas Stach @ 2015-04-20  8:55 UTC (permalink / raw)
  To: barebox

Now that we also have PXA3XX support the dependency on
ARCH_PXA is too broad for this driver.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/usb/gadget/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 5d9158ffae9f..04847b4bf30a 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -25,7 +25,7 @@ config USB_GADGET_DRIVER_AT91
 config USB_GADGET_DRIVER_PXA27X
 	bool
 	prompt "PXA27x gadget driver"
-	depends on ARCH_PXA
+	depends on ARCH_PXA2XX
 	default y
 	select USB_GADGET_DUALSPEED
 
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-20 21:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20  8:55 [PATCH 1/5] usb: gadget: pxa27x: depend on right symbol Lucas Stach
2015-04-20  8:55 ` [PATCH 2/5] MCI: pxa: " Lucas Stach
2015-04-20 21:24   ` Robert Jarzmik
2015-04-20  8:55 ` [PATCH 3/5] ARM: omap: move GPMC calls under config define Lucas Stach
2015-04-20  9:09   ` Marc Kleine-Budde
2015-04-20 11:17   ` Sascha Hauer
2015-04-20  8:55 ` [PATCH 4/5] ARM: socfpga: add default ARCH_TEXT_BASE Lucas Stach
2015-04-20  8:55 ` [PATCH 5/5] ARM: pxa: move lubbock TEXTBASE to Kconfig Lucas Stach
2015-04-20 21:26   ` Robert Jarzmik
2015-04-20 21:22 ` [PATCH 1/5] usb: gadget: pxa27x: depend on right symbol Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox