* [PATCH] ARM: rockchip: Select missing HW_HAS_PCI for RK35xx architectures
@ 2026-03-04 12:54 Robin van der Gracht
0 siblings, 0 replies; only message in thread
From: Robin van der Gracht @ 2026-03-04 12:54 UTC (permalink / raw)
To: barebox; +Cc: Robin van der Gracht
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@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-04 12:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-04 12:54 [PATCH] ARM: rockchip: Select missing HW_HAS_PCI for RK35xx architectures Robin van der Gracht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox