[PATCH] ARM: rockchip: Select missing HW_HAS_PCI for RK35xx architectures
Robin van der Gracht
robin.van.der.gracht at protonic.nl
Wed Mar 4 04:54:21 PST 2026
All of them have a PCIe controller so we should enable the pci bus options.
Signed-off-by: Robin van der Gracht <robin.van.der.gracht at protonic.nl>
---
arch/arm/mach-rockchip/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index c1c96c545e..eb0dfb8240 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -30,18 +30,22 @@ config ARCH_ROCKCHIP_V8
config ARCH_RK3562
bool
select ARCH_ROCKCHIP_V8
+ select HW_HAS_PCI
config ARCH_RK3568
bool
select ARCH_ROCKCHIP_V8
+ select HW_HAS_PCI
config ARCH_RK3576
bool
select ARCH_ROCKCHIP_V8
+ select HW_HAS_PCI
config ARCH_RK3588
bool
select ARCH_ROCKCHIP_V8
+ select HW_HAS_PCI
comment "select Rockchip boards:"
--
2.43.0
More information about the barebox
mailing list