Jory A. Pratt writes: > 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.
Are these options needed on intel-based MacBooks these days? Paul. - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
