aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pmc-sierra/Kconfig
diff options
context:
space:
mode:
authorAnoop P A <anoop.pa@gmail.com>2011-01-25 12:54:09 -0500
committerRalf Baechle <ralf@linux-mips.org>2011-03-25 13:45:14 -0400
commitec9ac747be8c42a653468295162cbc02d0a8a8a6 (patch)
tree130e96b2c47f125b2d434edd63308e56e06709b9 /arch/mips/pmc-sierra/Kconfig
parent5027070b3ca2eb90adbf40c2d67f792818ae9077 (diff)
MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices.
Some of MSP family SoC's come with legacy 100Mbps mspeth while some comes with newer Gigabit TSMAC.Following patch adds platform support for both types of MAC's. If TSMAC is not selected assume platform having legacy mspeth. Add gpio_macros as well which is required for resetting the PHY. [Ralf: Killed all typedefs.] Signed-off-by: Anoop P A <anoop.pa@gmail.com> To: linux-mips@linux-mips.org To: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/2048/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra/Kconfig')
-rw-r--r--arch/mips/pmc-sierra/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/pmc-sierra/Kconfig b/arch/mips/pmc-sierra/Kconfig
index c437b8a8ab8c..bbd76082fa8c 100644
--- a/arch/mips/pmc-sierra/Kconfig
+++ b/arch/mips/pmc-sierra/Kconfig
@@ -24,6 +24,7 @@ config PMC_MSP7120_GW
24 select IRQ_MSP_CIC 24 select IRQ_MSP_CIC
25 select HW_HAS_PCI 25 select HW_HAS_PCI
26 select MSP_HAS_USB 26 select MSP_HAS_USB
27 select MSP_ETH
27 28
28config PMC_MSP7120_FPGA 29config PMC_MSP7120_FPGA
29 bool "PMC-Sierra MSP7120 FPGA" 30 bool "PMC-Sierra MSP7120 FPGA"
@@ -40,3 +41,12 @@ config HYPERTRANSPORT
40config MSP_HAS_USB 41config MSP_HAS_USB
41 boolean 42 boolean
42 depends on PMC_MSP 43 depends on PMC_MSP
44
45config MSP_ETH
46 boolean
47 select MSP_HAS_MAC
48 depends on PMC_MSP
49
50config MSP_HAS_MAC
51 boolean
52 depends on PMC_MSP