Re: [PATCH 09/17] global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*

2022-11-16 Thread Simon Glass
On Wed, 16 Nov 2022 at 11:12, Tom Rini wrote: > > The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_PCI and > CONFIG_SYS_PCIE namespace do not easily transition to Kconfig. In many > cases they likely should come from the device tree instead. Move these > out of CONFIG namespace and in t

[PATCH 09/17] global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*

2022-11-16 Thread Tom Rini
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_PCI and CONFIG_SYS_PCIE namespace do not easily transition to Kconfig. In many cases they likely should come from the device tree instead. Move these out of CONFIG namespace and in to CFG namespace. Signed-off-by: Tom Rini --- arch/arm/