diff options
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 27f3b81333de..d2fa27c5c1b2 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
@@ -19,3 +19,9 @@ config OF_SPI | |||
19 | depends on OF && (PPC_OF || MICROBLAZE) && SPI | 19 | depends on OF && (PPC_OF || MICROBLAZE) && SPI |
20 | help | 20 | help |
21 | OpenFirmware SPI accessors | 21 | OpenFirmware SPI accessors |
22 | |||
23 | config OF_MDIO | ||
24 | def_tristate PHYLIB | ||
25 | depends on OF && PHYLIB | ||
26 | help | ||
27 | OpenFirmware MDIO bus (Ethernet PHY) accessors | ||