On Friday 16 November 2012, James Hogan wrote: > > > > config ARCH_MAY_HAVE_PC_FDC > > def_bool LEGACY_PC_IO && !M32R && (!PPC || (PCI && !PPC_PSERIES)) > > # selected by ARCH_RPC > > > > config HAVE_PARPORT_PC > > def_bool LEGACY_PC_IO || PCI > > So would you say that all architecture's that can have PCI should have a > parport.h (generic-y at least)? Current architectures which can enable > non-broken PCI and don't have parport.h are: > currently not excluded: CRIS > currently excluded: FRV, MN10300, XTENSA I think they should just all generate a link to asm-generic/parport.h, which would do the right thing for them. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html