aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSergei Antonov <saproj@gmail.com>2023-07-30 21:17:09 +0300
committerTom Rini <trini@konsulko.com>2023-08-14 17:55:53 -0400
commit852467de92c38c6c5b9338dd75989e306461dd08 (patch)
tree9133ed8852e8324d268829c8f554df0368c625b8 /configs
parent84032b6759024337a81ae5d8e23a39110381743b (diff)
downloadu-boot-852467de92c38c6c5b9338dd75989e306461dd08.zip
u-boot-852467de92c38c6c5b9338dd75989e306461dd08.tar.gz
u-boot-852467de92c38c6c5b9338dd75989e306461dd08.tar.bz2
pci: ftpci100: add new driver implementation
Add a new DM driver supporting FTPCI100 IP used in SoC designs. This implementation is not based on the old non-DM ftpci100 code dropped from U-Boot. Enable the driver in sandbox_defconfig to test compilability. Signed-off-by: Sergei Antonov <saproj@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index f031b50..259f31f 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -231,6 +231,7 @@ CONFIG_MUX_MMIO=y
CONFIG_NVME_PCI=y
CONFIG_PCI_REGION_MULTI_ENTRY=y
CONFIG_PCI_SANDBOX=y
+CONFIG_PCI_FTPCI100=y
CONFIG_PHY=y
CONFIG_PHY_SANDBOX=y
CONFIG_PINCTRL=y