aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2023-01-21 20:27:58 +0100
committerTom Rini <trini@konsulko.com>2023-01-27 14:47:58 -0500
commitbdebb00d835ca6d99beddea29339f7073e1b83dc (patch)
tree67dc24a7caadf91ef9cc7d7a0560dd876dcdf6ab /arch/arm/Kconfig
parent08386da0c65c5669a447f763ab4cd91d9efc7cd1 (diff)
downloadu-boot-bdebb00d835ca6d99beddea29339f7073e1b83dc.zip
u-boot-bdebb00d835ca6d99beddea29339f7073e1b83dc.tar.gz
u-boot-bdebb00d835ca6d99beddea29339f7073e1b83dc.tar.bz2
pci: Add Apple PCIe controller driver
This driver supports the PCIe controller on the Apple M1 and M2 SoCs. The code is adapted from the Linux driver. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c9a44eb..5e112e6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -965,6 +965,7 @@ config ARCH_APPLE
bool "Apple SoCs"
select ARM64
select CLK
+ select CMD_PCI
select CMD_USB
select DM
select DM_GPIO
@@ -979,6 +980,7 @@ config ARCH_APPLE
select LINUX_KERNEL_IMAGE_HEADER
select OF_BOARD_SETUP
select OF_CONTROL
+ select PCI
select PINCTRL
select POSITION_INDEPENDENT
select POWER_DOMAIN