summaryrefslogtreecommitdiffstats
path: root/drivers/parport/Kconfig
diff options
context:
space:
mode:
authorHelge Deller2013-05-30 18:24:46 +0200
committerHelge Deller2013-06-01 14:45:34 +0200
commitc218c713c56b01d4a1cd69390f675cc44857f5fd (patch)
treee2cd670d807137df8259e11d51a195f3833cc443 /drivers/parport/Kconfig
parentparisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r... (diff)
downloadkernel-qcow2-linux-c218c713c56b01d4a1cd69390f675cc44857f5fd.tar.gz
kernel-qcow2-linux-c218c713c56b01d4a1cd69390f675cc44857f5fd.tar.xz
kernel-qcow2-linux-c218c713c56b01d4a1cd69390f675cc44857f5fd.zip
parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture
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>
Diffstat (limited to 'drivers/parport/Kconfig')
-rw-r--r--drivers/parport/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
index 24e12d4d1769..a50576081b34 100644
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -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