linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jory A. Pratt" <geekypenguin@gmail.com>
To: linux-arch@vger.kernel.org
Subject: [PATCH] Fix Kconfig for usb/input
Date: Sun, 15 Apr 2007 10:59:09 -0500	[thread overview]
Message-ID: <46224BCD.3010106@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

PPC32 arch specifics should not be displayed to any other arch. This is 
just a simple correction to the depends. Any questions or comments are 
welcomed as always.

[-- Attachment #2: powerpc-usb-kconfig.patch --]
[-- Type: text/plain, Size: 1030 bytes --]

Subject: [patch] Fix Kconfig for usb and PPC32 arch specific options
From: Jory A. Pratt <geekypenguin@gmail.com>

This just cleans up the Kconfig so PPC32 specific options are not displayed for 
other archs

Signed-off-by: Jory A. Pratt <geekypenguin@gmail.com>
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 69a9f3b..1b9e42e 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -30,7 +30,7 @@ comment "Input core support is needed for USB HID input layer or HIDBP support"
 config USB_HIDINPUT_POWERBOOK
 	bool "Enable support for iBook/PowerBook special keys"
 	default n
-	depends on USB_HID
+	depends on USB_HID && PPC32
 	help
 	  Say Y here if you want support for the special keys (Fn, Numlock) on
 	  Apple iBooks and PowerBooks.
@@ -339,7 +339,7 @@ config USB_KEYSPAN_REMOTE
 
 config USB_APPLETOUCH
 	tristate "Apple USB Touchpad support"
-	depends on USB && INPUT
+	depends on USB && INPUT && PPC32
 	---help---
 	  Say Y here if you want to use an Apple USB Touchpad.
 

             reply	other threads:[~2007-04-15 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-15 15:59 Jory A. Pratt [this message]
2007-04-24  4:55 ` [PATCH] Fix Kconfig for usb/input Paul Mackerras

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=46224BCD.3010106@gmail.com \
    --to=geekypenguin@gmail.com \
    --cc=linux-arch@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).