diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-15 18:59:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-04-19 23:14:29 -0500 |
commit | acbcba908dd271253a9661dde1f0087c0f789e8c (patch) | |
tree | 9717f7144e0b2f456fdefb183937d19bdb6b4640 /arch/powerpc | |
parent | f5b0959fec5d2e1aee383963a6000bb87222b78d (diff) | |
download | op-kernel-dev-acbcba908dd271253a9661dde1f0087c0f789e8c.zip op-kernel-dev-acbcba908dd271253a9661dde1f0087c0f789e8c.tar.gz |
powerpc/83xx: configure SIL SATA driver in 83xx-wide defconfig
to enable the storage controller on earlier rev. mpc834x itx boards.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index af9abb6..44d2f4d 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig @@ -712,7 +712,7 @@ CONFIG_ATA_SFF=y # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SX4 is not set -# CONFIG_SATA_SIL is not set +CONFIG_SATA_SIL=y # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set # CONFIG_SATA_VIA is not set |