diff options
author | Olof Johansson <olof@lixom.net> | 2014-01-03 03:24:19 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-01-14 21:58:48 -0500 |
commit | 5906b0a7018f7debcb41110f64304a6484116dbf (patch) | |
tree | 90aa16cb4bb0dd62a4b32828eb03fa83b51382af /arch/powerpc/configs/ppc64_defconfig | |
parent | bf16a4c2515ace64f08f7adb182ca147c5b01145 (diff) |
powerpc: add SATA_MV to ppc64_defconfig
This makes ppc64_defconfig bootable without initrd on pasemi systems,
most of whom have MV SATA controllers. Some have SIL24, but that driver
is already enabled.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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 581a3bcae728..e015896b7e5c 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -186,6 +186,7 @@ CONFIG_SCSI_DH_RDAC=m | |||
186 | CONFIG_SCSI_DH_ALUA=m | 186 | CONFIG_SCSI_DH_ALUA=m |
187 | CONFIG_ATA=y | 187 | CONFIG_ATA=y |
188 | CONFIG_SATA_SIL24=y | 188 | CONFIG_SATA_SIL24=y |
189 | CONFIG_SATA_MV=y | ||
189 | CONFIG_SATA_SVW=y | 190 | CONFIG_SATA_SVW=y |
190 | CONFIG_MD=y | 191 | CONFIG_MD=y |
191 | CONFIG_BLK_DEV_MD=y | 192 | CONFIG_BLK_DEV_MD=y |