diff options
author | John Crispin <blogic@openwrt.org> | 2012-10-22 07:52:50 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-11 18:47:41 +0100 |
commit | 0224cde212df4abf251f89c3724a800b1949a774 (patch) | |
tree | 8b842ccc1959188d4b61bdabb46b9df2d2890aa3 /arch/mips/lantiq/Kconfig | |
parent | af14a456c58c153c6d761e6c0af48157692b52ad (diff) |
MIPS: lantiq: adds GPHY firmware loader
The internal GPHYs need a firmware blob to function properly. This patch adds
the code needed to request the blob and load it to the PHY.
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4523
Diffstat (limited to 'arch/mips/lantiq/Kconfig')
-rw-r--r-- | arch/mips/lantiq/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig index d84f361f1e45..c0021912131e 100644 --- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig @@ -36,4 +36,8 @@ config PCI_LANTIQ bool "PCI Support" depends on SOC_XWAY && PCI +config XRX200_PHY_FW + bool "XRX200 PHY firmware loader" + depends on SOC_XWAY + endif |