The patch titled GPIO for SCx200 & PC-8736x: x86-only has been added to the -mm tree. Its filename is chardev-gpio-for-scx200-pc-8736x-add-proper-kconfig-makefile-entries.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: GPIO for SCx200 & PC-8736x: x86-only From: Dave Jones <davej@xxxxxxxxxx> AFAICT, this is x86 only, so the patch below is needed to stop this new option showing up on PPC, IA64, etc.. Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Jim Cromie <jim.cromie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/Kconfig~chardev-gpio-for-scx200-pc-8736x-add-proper-kconfig-makefile-entries drivers/char/Kconfig --- a/drivers/char/Kconfig~chardev-gpio-for-scx200-pc-8736x-add-proper-kconfig-makefile-entries +++ a/drivers/char/Kconfig @@ -961,6 +961,7 @@ config PC8736x_GPIO config NSC_GPIO tristate "NatSemi Base GPIO Support" + depends on X86_32 # selected by SCx200_GPIO and PC8736x_GPIO # what about 2 selectors differing: m != y help _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch git-agpgart.patch remove-silly-messages-from-input-layer.patch git-scsi-misc.patch x86-dont-print-out-smp-info-on-up-kernels.patch fix-oddball-boolean-logic-in-s390-netiucv.patch s390-broken-null-test-in-claw-driver.patch remove-devinit-from-ioc4-pci_driver.patch chardev-gpio-for-scx200-pc-8736x-add-proper-kconfig-makefile-entries.patch post-halloween-doc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html