diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-05-03 03:33:51 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-05-03 03:33:51 +0000 |
commit | 81a90c3a1a300e3e2fe32af23b2d448d6f14f2a0 (patch) | |
tree | 4106e298745a597c84e3e88622c49c14bc7daff5 /packages/linux/linux-ixp4xx/defconfig-2.6.24.4 | |
parent | 491d0361fbfaa63f825dcea8cd947622f5794b9a (diff) |
linux-ixp4xx: Enabled pata_artop and sata_via drivers in-kernel for booting directly from internal storage hard disks
Diffstat (limited to 'packages/linux/linux-ixp4xx/defconfig-2.6.24.4')
-rw-r--r-- | packages/linux/linux-ixp4xx/defconfig-2.6.24.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 index 555248c29d..3a3b506d06 100644 --- a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 +++ b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 @@ -764,7 +764,7 @@ CONFIG_ISCSI_TCP=m # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_SRP is not set -CONFIG_ATA=m +CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set # CONFIG_SATA_AHCI is not set # CONFIG_SATA_SVW is not set @@ -779,12 +779,12 @@ CONFIG_ATA=m # CONFIG_SATA_SIL24 is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set -CONFIG_SATA_VIA=m +CONFIG_SATA_VIA=y # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set -CONFIG_PATA_ARTOP=m +CONFIG_PATA_ARTOP=y # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set |