Skip to content

Commit

Permalink
parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Helge Deller committed Jun 1, 2013
1 parent b204a4d commit c218c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parport/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ config PARPORT_PC_FIFO

config PARPORT_PC_SUPERIO
bool "SuperIO chipset support"
depends on PARPORT_PC
depends on PARPORT_PC && !PARISC
help
Saying Y here enables some probes for Super-IO chipsets in order to
find out things like base addresses, IRQ lines and DMA channels. It
Expand Down

0 comments on commit c218c71

Please sign in to comment.