X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fppc%2F8260_io%2FKconfig;h=ea9651e2dd6a7eaab43a077b8f0f588043de5717;hp=391e8541f59897272655bafc6812c4b07b3277a0;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475 diff --git a/arch/ppc/8260_io/Kconfig b/arch/ppc/8260_io/Kconfig index 391e8541f..ea9651e2d 100644 --- a/arch/ppc/8260_io/Kconfig +++ b/arch/ppc/8260_io/Kconfig @@ -42,7 +42,7 @@ config USE_MDIO choice prompt "Type of PHY" depends on 8260 && USE_MDIO - default FCC_LXT971 + default FCC_GENERIC_PHY config FCC_LXT970 bool "LXT970" @@ -53,6 +53,13 @@ config FCC_LXT971 config FCC_QS6612 bool "QS6612" +config FCC_DM9131 + bool "DM9131" + +config FCC_DM9161 + bool "DM9161" + +config FCC_GENERIC_PHY + bool "Generic" endchoice endmenu -