On Fri, 2006-06-30 at 16:05 +0200, Andi Kleen wrote: > > None of them seems appropriate. The things the patch deactives for s390 > > are vastly different (ATA/IDE, Parallel port, Plug and Play, I2C, I2O > > and so on). You will end up adding a lot of new config options. > > ATA/IDE, parallel port, PNP could be PC_STYLE_HARDWARE.
Sounds like a plan. To have a clean patch from the start that new config option PC_STYLE_HARDWARE needs to be added to almost all architectures. > I2O should be definitely PCI That is good to know, so I will add a "depends on PCI" for I2O. > I2C is an oddball. So I leave "depends on !S390" for now. There are still a few more config options: IPMI VT SERIAL_NONSTANDARD SCSI_SATA and numerous menues: "TPM devices" - PC_STYLE_HARDWARE "EDAC - error detection and reporting" - PC_STYLE_HARDWARE "Hardware monitoring support" - PC_STYLE_HARDWARE "InfiniBand support" - don't think this is pc style hardware "Input device support" - ?? "ISDN subsystem" - PC_STYLE_HARDWARE "LED devices" - PC_STYLE_HARDWARE "Multimedia devices" - PC_STYLE_HARDWARE "Misc devices" - PC_STYLE_HARDWARE "MMC/SD Card support" - PC_STYLE_HARDWARE "Memory Technology Devices (MTD)" - PC_STYLE_HARDWARE "PHY device support" - PC_STYLE_HARDWARE "Wireless LAN (non-hamradio)" - PC_STYLE_HARDWARE "Real Time Clock" - PC_STYLE_HARDWARE "Serial drivers" - PC_STYLE_HARDWARE "SPI support" - PC_STYLE_HARDWARE "Telephony Support" - PC_STYLE_HARDWARE "USB support" - PC_STYLE_HARDWARE "Graphics support" - PC_STYLE_HARDWARE "Dallas's 1-wire bus" - PC_STYLE_HARDWARE "Amateur Radio support" - PC_STYLE_HARDWARE "Bluetooth subsystem support" - PC_STYLE_HARDWARE "IrDA (infrared) subsystem support" - PC_STYLE_HARDWARE "Sound" - PC_STYLE_HARDWARE Looks like PC_STYLE_HARDWARE is the clever idea I've been looking for. -- blue skies, Martin. Martin Schwidefsky Linux for zSeries Development & Services IBM Deutschland Entwicklung GmbH "Reality continues to ruin my life." - Calvin. - 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
