diff options
author | John Holland <john.holland@cellent-fs.de> | 2009-08-20 01:24:03 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-08-24 17:56:00 +0200 |
commit | c55bf102b675c94edef006ce487d909669221d90 (patch) | |
tree | 0e652b01ce4a1a806859242549b06d1c6275ea5a /arch/arm/configs/kirkwood_defconfig | |
parent | [ARM] Kirkwood: __init requires linux/init.h (diff) | |
download | linux-c55bf102b675c94edef006ce487d909669221d90.tar.xz linux-c55bf102b675c94edef006ce487d909669221d90.zip |
[ARM] Kirkwood: enable eSATA on QNAP TS-219P
Initialize PCI/PCIe on the QNAP TS-119, TS-219 and TS-219P hardware
allowing the use of the discrete eSATA controller connected to the PCIe
bus in the TS-219P.
Signed-off-by: John Holland <john.holland@cellent-fs.de>
Tested-by: Thomas Reitmayr <treitmayr@devbase.at>
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/configs/kirkwood_defconfig')
-rw-r--r-- | arch/arm/configs/kirkwood_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig index 0a1abb978d7e..af74cc2de8b6 100644 --- a/arch/arm/configs/kirkwood_defconfig +++ b/arch/arm/configs/kirkwood_defconfig @@ -629,7 +629,7 @@ CONFIG_SCSI_LOWLEVEL=y CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_SATA_PMP=y -# CONFIG_SATA_AHCI is not set +CONFIG_SATA_AHCI=y # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_SATA_SVW is not set |