diff options
author | Brian King <brking@us.ibm.com> | 2006-10-05 10:52:04 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-06 21:10:41 +1000 |
commit | 3afbf5d6ef791be61d18329ae5302bbf1cd83723 (patch) | |
tree | 2770bc827e656df1cb7c26906e376ac369e2b6e1 /arch/powerpc/configs | |
parent | 41550c5128150175197257b6ceab2cd50dea7b51 (diff) | |
download | blackbird-op-linux-3afbf5d6ef791be61d18329ae5302bbf1cd83723.tar.gz blackbird-op-linux-3afbf5d6ef791be61d18329ae5302bbf1cd83723.zip |
[POWERPC] Update pSeries defconfig for SATA
Since the ipr driver now supports SATA and depends on libata,
enable libata to get built.
Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 44175fb7adec..9828663652e9 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -506,7 +506,7 @@ CONFIG_SCSI_SAS_ATTRS=m # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_SAS is not set -# CONFIG_ATA is not set +CONFIG_ATA=y # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_DMX3191D is not set |