From: Lucas Stach <dev@lynxeye.de>
To: barebox@lists.infradead.org
Subject: [PATCH repost 1/4] usb: gadget: pxa27x: depend on right symbol
Date: Thu, 25 Jun 2015 20:29:10 +0200 [thread overview]
Message-ID: <1435256953-7307-1-git-send-email-dev@lynxeye.de> (raw)
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
next reply other threads:[~2015-06-25 18:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-25 18:29 Lucas Stach [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435256953-7307-1-git-send-email-dev@lynxeye.de \
--to=dev@lynxeye.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox