diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-22 17:01:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-22 17:01:29 +0000 |
commit | b1a1e39ed1883d301c3b2b0645a7fc028827814c (patch) | |
tree | 77dc7dd9c742899817b58997ce68774105a6964a /target | |
parent | 71a04dd2c5babe59aed74a02b600e9bdf000365b (diff) | |
download | upstream-b1a1e39ed1883d301c3b2b0645a7fc028827814c.tar.gz upstream-b1a1e39ed1883d301c3b2b0645a7fc028827814c.tar.bz2 upstream-b1a1e39ed1883d301c3b2b0645a7fc028827814c.zip |
add generic and via ide support to x86-2.6
SVN-Revision: 5255
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index c3ccc7e0bf..ca967af55d 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -794,7 +794,7 @@ CONFIG_BLK_DEV_IDEDISK=y # # IDE chipset support/bugfixes # -# CONFIG_IDE_GENERIC is not set +CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_CMD640 is not set # CONFIG_BLK_DEV_IDEPNP is not set CONFIG_BLK_DEV_IDEPCI=y @@ -830,7 +830,7 @@ CONFIG_BLK_DEV_SC1200=y # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set -# CONFIG_BLK_DEV_VIA82CXXX is not set +CONFIG_BLK_DEV_VIA82CXXX=y # CONFIG_IDE_ARM is not set # CONFIG_IDE_CHIPSETS is not set CONFIG_BLK_DEV_IDEDMA=y |