aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r--drivers/of/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index c6973f101a3e..ffdcb11f75fb 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -44,6 +44,10 @@ config OF_DYNAMIC
44config OF_ADDRESS 44config OF_ADDRESS
45 def_bool y 45 def_bool y
46 depends on !SPARC 46 depends on !SPARC
47 select OF_ADDRESS_PCI if PCI
48
49config OF_ADDRESS_PCI
50 bool
47 51
48config OF_IRQ 52config OF_IRQ
49 def_bool y 53 def_bool y