From: Devendra Naga <devendra.aaru@gmail.com>
To: Paul Parsons <lost.distance@yahoo.com>,
Jiri Kosina <jkosina@suse.cz>,
Jan Steinhoff <mail@jan-steinhoff.de>,
linux-input@vger.kernel.org
Cc: Devendra Naga <devendra.aaru@gmail.com>
Subject: [PATCH] drivers/input/mouse: Fix a "make randconfig" warning at MOUSE_APPLETOUCH dependency with USB_SUPPORT and USB_ARCH_HAS_HCD
Date: Tue, 15 May 2012 04:45:29 +0530 [thread overview]
Message-ID: <1337037329-23618-1-git-send-email-devendra.aaru@gmail.com> (raw)
From: Devendra Naga <devendra@devendra.(none)>
when ran make randconfig got the warning
"MOUSE_APPLETOUCH selects USB which has unmet direct dependencies (USB_SUPPORT && USB_ARCH_HAS_HCD)"
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
---
drivers/input/mouse/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index cd6268c..044378f 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -152,7 +152,7 @@ config MOUSE_SERIAL
config MOUSE_APPLETOUCH
tristate "Apple USB Touchpad support"
depends on USB_ARCH_HAS_HCD
- select USB
+ select USB if USB_SUPPORT && USB_ARCH_HAS_HCD
help
Say Y here if you want to use an Apple USB Touchpad.
--
1.7.9.5
next reply other threads:[~2012-05-14 23:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 23:15 Devendra Naga [this message]
2012-06-05 9:41 ` [PATCH] drivers/input/mouse: Fix a "make randconfig" warning at MOUSE_APPLETOUCH dependency with USB_SUPPORT and USB_ARCH_HAS_HCD Jiri Kosina
2012-06-05 10:25 ` devendra.aaru
2012-06-05 19:20 ` Dmitry Torokhov
2012-06-07 10:35 ` devendra.aaru
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=1337037329-23618-1-git-send-email-devendra.aaru@gmail.com \
--to=devendra.aaru@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=lost.distance@yahoo.com \
--cc=mail@jan-steinhoff.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.