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.
Subject: [patch] Fix Kconfig for usb and PPC32 arch specific options
From: Jory A. Pratt <[EMAIL PROTECTED]>
This just cleans up the Kconfig so PPC32 specific options are not displayed for
other archs
Signed-off-by: Jory A. Pratt <[EMAIL PROTECTED]>
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.