diff options
author | Suneel Garapati <suneel.garapati@xilinx.com> | 2015-06-29 01:02:08 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-07-06 12:22:59 -0400 |
commit | 3446af31b721d839c69f8fc70b8a434df6176a64 (patch) | |
tree | cf969967d7bb95a99a96356c24428c7e35b89d0e | |
parent | 4b59246d9aeaac71f5f7a29459cd2abe32c527e6 (diff) |
arm64: defconfig: Add Ceva ahci to the defconfig
The Ceva ahci controller is available on the Xilinx Zynq UltraScale+
MPSoC.
Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
[catalin.marinas@arm.com: removed unnecessary defconfig changes]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f38c94f1d898..4e17e7ede33d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -83,6 +83,7 @@ CONFIG_BLK_DEV_SD=y | |||
83 | CONFIG_ATA=y | 83 | CONFIG_ATA=y |
84 | CONFIG_SATA_AHCI=y | 84 | CONFIG_SATA_AHCI=y |
85 | CONFIG_SATA_AHCI_PLATFORM=y | 85 | CONFIG_SATA_AHCI_PLATFORM=y |
86 | CONFIG_AHCI_CEVA=y | ||
86 | CONFIG_AHCI_XGENE=y | 87 | CONFIG_AHCI_XGENE=y |
87 | CONFIG_PATA_PLATFORM=y | 88 | CONFIG_PATA_PLATFORM=y |
88 | CONFIG_PATA_OF_PLATFORM=y | 89 | CONFIG_PATA_OF_PLATFORM=y |