Kconfig (4b2f8838479eb2abe042e094f7d2cced6d5ea772) | Kconfig (63c60e3a6dc3eca53714e8a1784c985a552bc5cd) |
---|---|
1config DTC 2 bool 3 4config OF 5 bool 6 7menu "Device Tree and Open Firmware support" 8 depends on OF --- 32 unchanged lines hidden (view full) --- 41 depends on !SPARC 42 select OF_ADDRESS_PCI if PCI 43 44config OF_ADDRESS_PCI 45 bool 46 47config OF_IRQ 48 def_bool y | 1config DTC 2 bool 3 4config OF 5 bool 6 7menu "Device Tree and Open Firmware support" 8 depends on OF --- 32 unchanged lines hidden (view full) --- 41 depends on !SPARC 42 select OF_ADDRESS_PCI if PCI 43 44config OF_ADDRESS_PCI 45 bool 46 47config OF_IRQ 48 def_bool y |
49 depends on !SPARC | 49 depends on !SPARC && IRQ_DOMAIN |
50 51config OF_NET 52 depends on NETDEVICES 53 def_bool y 54 55config OF_MDIO 56 def_tristate PHYLIB 57 depends on PHYLIB --- 34 unchanged lines hidden --- | 50 51config OF_NET 52 depends on NETDEVICES 53 def_bool y 54 55config OF_MDIO 56 def_tristate PHYLIB 57 depends on PHYLIB --- 34 unchanged lines hidden --- |