From bdebb00d835ca6d99beddea29339f7073e1b83dc Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 21 Jan 2023 20:27:58 +0100 Subject: 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 --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/Kconfig') 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 -- cgit v1.1