diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 18:04:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 18:04:17 +0000 |
commit | 4db640a50331fff2b661a4109b430ad056ccbcdc (patch) | |
tree | 28b74c403df9a37d9b2e6b8cfabef5eff0865451 /target/linux/generic-2.6 | |
parent | 46383c512e38fee01764a65c73e14adfacdc9d32 (diff) | |
download | upstream-4db640a50331fff2b661a4109b430ad056ccbcdc.tar.gz upstream-4db640a50331fff2b661a4109b430ad056ccbcdc.tar.bz2 upstream-4db640a50331fff2b661a4109b430ad056ccbcdc.zip |
disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
SVN-Revision: 9527
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 363868c3d7..a35acc19b4 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -425,7 +425,7 @@ CONFIG_HZ_100=y # CONFIG_ICPLUS_PHY is not set # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set -CONFIG_IDEPCI_SHARE_IRQ=y +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_MAX_HWIFS=4 CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set |