parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture
authorHelge Deller <deller@gmx.de>
Thu, 30 May 2013 16:24:46 +0000 (16:24 +0000)
committerHelge Deller <deller@gmx.de>
Sat, 1 Jun 2013 12:45:34 +0000 (14:45 +0200)
If enabled, CONFIG_PARPORT_PC_SUPERIO scans on PC-like hardware for
various super-io chips by accessing i/o ports in a range which will
crash any parisc hardware at once.

In addition, parisc has it's own incompatible superio chip
(CONFIG_SUPERIO), so if we disable PARPORT_PC_SUPERIO completely for
parisc we can avoid that people by accident enable the parport_pc
superio option too.

Signed-off-by: Helge Deller <deller@gmx.de>

No differences found