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

From: Lucas Stach <l.stach@pengutronix.de>

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>
---
v2:
- use ARCH_PXA27X symbol
---
 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 5d9158f..13a3e70 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_PXA27X
 	default y
 	select USB_GADGET_DUALSPEED
 
-- 
2.1.0


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

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

end of thread, other threads:[~2015-06-26  9:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 18:29 [PATCH repost 1/4] usb: gadget: pxa27x: depend on right symbol Lucas Stach
2015-06-25 18:29 ` [PATCH repost 2/4] MCI: pxa: " Lucas Stach
2015-06-25 18:29 ` [PATCH repost 3/4] ARM: socfpga: add default ARCH_TEXT_BASE Lucas Stach
2015-06-25 18:29 ` [PATCH repost 4/4] ARM: pxa: move lubbock TEXTBASE to Kconfig Lucas Stach
2015-06-26  9:11 ` [PATCH repost 1/4] usb: gadget: pxa27x: depend on right symbol Sascha Hauer

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