diff options
author | Anton Blanchard <anton@samba.org> | 2015-01-20 02:24:21 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-01-21 07:10:23 +0300 |
commit | afda939f0ae63723250734e1365e4ead97f8a2b1 (patch) | |
tree | 5a6a5b71c84cd02234b357b90ca3a81324e4bf44 /arch/powerpc/configs/ppc64_defconfig | |
parent | e91e992588331a2150049df8cc172971d519e846 (diff) | |
download | linux-afda939f0ae63723250734e1365e4ead97f8a2b1.tar.xz |
powerpc: Enable CONFIG_SATA_AHCI on pseries and ppc64 defconfigs
We are starting to see ppc64 boxes with SATA AHCI adapters in it,
so enable it in our defconfigs.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 8622dfe46421..0fd22dfe00d1 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -116,6 +116,7 @@ CONFIG_SCSI_DH=m CONFIG_SCSI_DH_RDAC=m CONFIG_SCSI_DH_ALUA=m CONFIG_ATA=y +CONFIG_SATA_AHCI=y CONFIG_SATA_SIL24=y CONFIG_SATA_MV=y CONFIG_SATA_SVW=y |