Skip to content

Commit 5f291bf

Browse files
geertuarndb
authored andcommitted
arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
Kconfig symbol PCI_IXP4XX_LEGACY does not exist, but IXP4XX_PCI_LEGACY does. Fixes: d5d9f7a ("ARM/ixp4xx: Make NEED_MACH_IO_H optional") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/82ce37c617293521f095a945a255456b9512769c.1626255077.git.geert+renesas@glider.be' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 93346fb commit 5f291bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ config ARCH_IXP4XX
395395
select IXP4XX_IRQ
396396
select IXP4XX_TIMER
397397
# With the new PCI driver this is not needed
398-
select NEED_MACH_IO_H if PCI_IXP4XX_LEGACY
398+
select NEED_MACH_IO_H if IXP4XX_PCI_LEGACY
399399
select USB_EHCI_BIG_ENDIAN_DESC
400400
select USB_EHCI_BIG_ENDIAN_MMIO
401401
help

0 commit comments

Comments
 (0)