projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93346fb
)
arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Wed, 14 Jul 2021 09:33:43 +0000
(11:33 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 16 Jul 2021 21:00:11 +0000
(23:00 +0200)
Kconfig symbol PCI_IXP4XX_LEGACY does not exist, but IXP4XX_PCI_LEGACY
does.
Fixes: d5d9f7ac58ea1041 ("ARM/ixp4xx: Make NEED_MACH_IO_H optional")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/82ce37c617293521f095a945a255456b9512769c.1626255077.git.geert+renesas@glider.be'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 3ea1c417339ff6bb87b2790f68b61abdaf4d2a70..82f908fa5676ac15069f3eff22e3b227d60bdc9f 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-395,7
+395,7
@@
config ARCH_IXP4XX
select IXP4XX_IRQ
select IXP4XX_TIMER
# With the new PCI driver this is not needed
- select NEED_MACH_IO_H if
PCI_IXP4XX
_LEGACY
+ select NEED_MACH_IO_H if
IXP4XX_PCI
_LEGACY
select USB_EHCI_BIG_ENDIAN_DESC
select USB_EHCI_BIG_ENDIAN_MMIO
help