From: Martin Michlmayr Date: Fri, 16 Jul 2010 15:31:51 +0000 (+0100) Subject: [ARM] Orion: DNS-323 C1 requires phylib X-Git-Tag: v2.6.36-rc1~591^2^2~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3aa2c8c6a4ee77f1106cfbc537cdf970ee217d2f;p=thirdparty%2Fkernel%2Flinux.git [ARM] Orion: DNS-323 C1 requires phylib The code to support the DNS-323 rev C1 added a call to phy_register_fixup_for_uid() and therefore phylib has to be built in. Signed-off-by: Martin Michlmayr Signed-off-by: Nicolas Pitre --- diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index 905719a677ae3..c897e03e413d0 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -26,6 +26,7 @@ config MACH_KUROBOX_PRO config MACH_DNS323 bool "D-Link DNS-323" select I2C_BOARDINFO + select PHYLIB help Say 'Y' here if you want your kernel to support the D-Link DNS-323 platform.