diff options
author | Wilson Ding <dingwei@marvell.com> | 2018-03-26 15:57:30 +0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-03-30 12:52:49 +0200 |
commit | f38c098043b395e969ae07fc7d9cf906601e72fb (patch) | |
tree | 8c0eb40556ba2126c57873388a3a86c97aed4b65 /configs/mvebu_espressobin-88f3720_defconfig | |
parent | e51f2b14c4936daf3e3040bddb15f63d35e6d988 (diff) | |
download | u-boot-f38c098043b395e969ae07fc7d9cf906601e72fb.tar.gz |
arm64: a37xx: defconfigs: enable aardvark pcie driver
Signed-off-by: Wilson Ding <dingwei@marvell.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Ken Ma <make@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index bbf39cdaa3..510f057fab 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -44,6 +44,9 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_PHYLIB=y CONFIG_PHY_GIGE=y +CONFIG_PCI=y +CONFIG_DM_PCI=y +CONFIG_PCI_AARDVARK=y CONFIG_MVEBU_COMPHY_SUPPORT=y CONFIG_PINCTRL=y CONFIG_PINCTRL_ARMADA_37XX=y |