summaryrefslogtreecommitdiff
path: root/configs/turris_mox_defconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2018-08-17 12:58:55 +0200
committerStefan Roese <sr@denx.de>2018-09-19 08:59:26 +0200
commitc04a3d11573b66332276b7ea6cb00ec2c9aaed5f (patch)
treed6b020063ff5cf1616c29819638594368fb895da /configs/turris_mox_defconfig
parent17445e96882ba8175b599e6790a240359c55d508 (diff)
board: turris_mox: Enable PCI in defconfig
Enable the pci-aardvark driver in defconfig for Turris Mox and also enable the pci command. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r--configs/turris_mox_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 9c37aac867..fb13b7ef7a 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -17,6 +17,7 @@ CONFIG_CMD_CLK=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_PCI=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
@@ -51,6 +52,10 @@ CONFIG_MVEBU_COMPHY_SUPPORT=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_ARMADA_37XX=y
CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_PCI=y
+CONFIG_DM_PCI=y
+CONFIG_PCI_AARDVARK=y
+# CONFIG_PCI_PNP is not set
# CONFIG_SPL_SERIAL_PRESENT is not set
CONFIG_DEBUG_MVEBU_A3700_UART=y
CONFIG_DEBUG_UART_SHIFT=2