summaryrefslogtreecommitdiff
path: root/configs/dra7xx_evm_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-04-06 11:13:54 +0200
committerTom Rini <trini@konsulko.com>2018-04-13 13:02:50 -0400
commitcd5d2742521a7af3512cee40d8917e1eb71c0801 (patch)
tree3b9298d1319857ff7921422364e0ecdbd9f1fc23 /configs/dra7xx_evm_defconfig
parent64563f53332dd8e99b86e8bc8280e1e3b9c94df5 (diff)
configs: dra7xx_evm/dra7xx_hs_evm: Enable AHCI and PIPE3
Those options are required to enable support for SATA on DRA7 platforms. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r--configs/dra7xx_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 66d2f956650..e17135c8f6d 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -10,6 +10,7 @@ CONFIG_SPL_SPI_SUPPORT=y
CONFIG_SPL=y
CONFIG_ARMV7_LPAE=y
CONFIG_DEFAULT_DEVICE_TREE="dra7-evm"
+CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_OF_BOARD_SETUP=y
@@ -66,6 +67,7 @@ CONFIG_DM_ETH=y
CONFIG_DRIVER_TI_CPSW=y
CONFIG_PHY_GIGE=y
CONFIG_SPL_PHY=y
+CONFIG_PIPE3_PHY=y
CONFIG_PMIC_PALMAS=y
CONFIG_PMIC_LP873X=y
CONFIG_DM_REGULATOR_FIXED=y