diff mbox series

[OpenWrt-Devel] ath79: remove obsolete OF_PCI config symbols

Message ID 20191111211708.7656-1-ynezz@true.cz
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel] ath79: remove obsolete OF_PCI config symbols | expand

Commit Message

Petr Štetiar Nov. 11, 2019, 9:17 p.m. UTC
Those symbols were removed in kernel 4.16:

 commit 4670d610d59233b017a6ea1fa25bbf06dabbff42
 Author:     Rob Herring <robh@kernel.org>

    PCI: Move OF-related PCI functions into PCI core

Fixes: FS#2588
Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 target/linux/ath79/config-4.19 | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19
index 42843a185814..be5e46ac7698 100644
--- a/target/linux/ath79/config-4.19
+++ b/target/linux/ath79/config-4.19
@@ -179,7 +179,6 @@  CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 CONFIG_NVMEM=y
 CONFIG_OF=y
 CONFIG_OF_ADDRESS=y
-CONFIG_OF_ADDRESS_PCI=y
 CONFIG_OF_EARLY_FLATTREE=y
 CONFIG_OF_FLATTREE=y
 CONFIG_OF_GPIO=y
@@ -187,8 +186,6 @@  CONFIG_OF_IRQ=y
 CONFIG_OF_KOBJ=y
 CONFIG_OF_MDIO=y
 CONFIG_OF_NET=y
-CONFIG_OF_PCI=y
-CONFIG_OF_PCI_IRQ=y
 CONFIG_PCI=y
 CONFIG_PCI_AR71XX=y
 CONFIG_PCI_AR724X=y