mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08:00
PCI: Fix CONFIG_PCI_DYNAMIC_OF_NODES kconfig dependencies
Generating interrupt-map property depends on of_irq_parse_raw() which
is enabled by CONFIG_OF_IRQ. Change CONFIG_PCI_DYNAMIC_OF_NODES
dependency from CONFIG_OF to CONFIG_OF_IRQ.
Closes: https://lore.kernel.org/linux-devicetree/2187619d-55bc-41bb-bbb4-6059399db997@roeck-us.net/
Fixes: 407d1a5192
("PCI: Create device tree node for bridge")
Link: https://lore.kernel.org/r/1693505947-29786-1-git-send-email-lizhi.hou@amd.com
Reported-by: Guenter Roeck <groeck7@gmail.com>
Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
b6f6167ea8
commit
26641b3f22
@ -196,7 +196,7 @@ config PCI_HYPERV
|
|||||||
|
|
||||||
config PCI_DYNAMIC_OF_NODES
|
config PCI_DYNAMIC_OF_NODES
|
||||||
bool "Create Device tree nodes for PCI devices"
|
bool "Create Device tree nodes for PCI devices"
|
||||||
depends on OF
|
depends on OF_IRQ
|
||||||
select OF_DYNAMIC
|
select OF_DYNAMIC
|
||||||
help
|
help
|
||||||
This option enables support for generating device tree nodes for some
|
This option enables support for generating device tree nodes for some
|
||||||
|
Loading…
Reference in New Issue
Block a user