aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/Kconfig2
-rw-r--r--arch/powerpc/sysdev/qe_lib/Kconfig10
-rw-r--r--drivers/net/Kconfig9
3 files changed, 7 insertions, 14 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 388a1bdd28e0..161ab797ad4c 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -27,8 +27,6 @@ endchoice
27 27
28config QUICC_ENGINE 28config QUICC_ENGINE
29 bool 29 bool
30 depends on PPC_MPC836x || PPC_MPC832x
31 default y
32 help 30 help
33 The QUICC Engine (QE) is a new generation of communications 31 The QUICC Engine (QE) is a new generation of communications
34 coprocessors on Freescale embedded CPUs (akin to CPM in older chips). 32 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig
index a725e80befa8..887739f3badc 100644
--- a/arch/powerpc/sysdev/qe_lib/Kconfig
+++ b/arch/powerpc/sysdev/qe_lib/Kconfig
@@ -2,11 +2,8 @@
2# QE Communication options 2# QE Communication options
3# 3#
4 4
5menu "QE Options"
6 depends on QUICC_ENGINE
7
8config UCC_SLOW 5config UCC_SLOW
9 bool "UCC Slow Protocols Support" 6 bool
10 default n 7 default n
11 select UCC 8 select UCC
12 help 9 help
@@ -14,10 +11,9 @@ config UCC_SLOW
14 protocols: UART, BISYNC, QMC 11 protocols: UART, BISYNC, QMC
15 12
16config UCC_FAST 13config UCC_FAST
17 bool "UCC Fast Protocols Support" 14 bool
18 default n 15 default n
19 select UCC 16 select UCC
20 select UCC_SLOW
21 help 17 help
22 This option provides qe_lib support to UCC fast 18 This option provides qe_lib support to UCC fast
23 protocols: HDLC, Ethernet, ATM, transparent 19 protocols: HDLC, Ethernet, ATM, transparent
@@ -26,5 +22,3 @@ config UCC
26 bool 22 bool
27 default y if UCC_FAST || UCC_SLOW 23 default y if UCC_FAST || UCC_SLOW
28 24
29endmenu
30
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5ff0922e628c..dae0aa408bc4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2272,11 +2272,12 @@ config GFAR_NAPI
2272 depends on GIANFAR 2272 depends on GIANFAR
2273 2273
2274config UCC_GETH 2274config UCC_GETH
2275 tristate "Freescale QE UCC GETH" 2275 tristate "Freescale QE Gigabit Ethernet"
2276 depends on QUICC_ENGINE && UCC_FAST 2276 depends on QUICC_ENGINE
2277 select UCC_FAST
2277 help 2278 help
2278 This driver supports the Gigabit Ethernet mode of QE UCC. 2279 This driver supports the Gigabit Ethernet mode of the QUICC Engine,
2279 QE can be found on MPC836x CPUs. 2280 which is available on some Freescale SOCs.
2280 2281
2281config UGETH_NAPI 2282config UGETH_NAPI
2282 bool "NAPI Support" 2283 bool "NAPI Support"