From 8fdbbd5f55e72ee0334e80f109adbbb7e4feccb8 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Wed, 23 May 2007 07:23:55 -0500 Subject: [PATCH] --- yaml --- r: 57041 b: refs/heads/master c: 90c615bc42886f23a6112733a949d0f6fbe343b6 h: refs/heads/master i: 57039: 343ebb8efaeb8ca4b0bd8394f8435d54bee9d33a v: v3 --- [refs] | 2 +- trunk/arch/powerpc/sysdev/qe_lib/Kconfig | 4 +--- trunk/drivers/net/Kconfig | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index bf61db98a824..f5d1ed44efc8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2fb9eb3482c9ab3cca84cf0c80f646ce9aeb4de +refs/heads/master: 90c615bc42886f23a6112733a949d0f6fbe343b6 diff --git a/trunk/arch/powerpc/sysdev/qe_lib/Kconfig b/trunk/arch/powerpc/sysdev/qe_lib/Kconfig index 887739f3badc..f611d344a126 100644 --- a/trunk/arch/powerpc/sysdev/qe_lib/Kconfig +++ b/trunk/arch/powerpc/sysdev/qe_lib/Kconfig @@ -5,15 +5,13 @@ config UCC_SLOW bool default n - select UCC help This option provides qe_lib support to UCC slow protocols: UART, BISYNC, QMC config UCC_FAST bool - default n - select UCC + default y if UCC_GETH help This option provides qe_lib support to UCC fast protocols: HDLC, Ethernet, ATM, transparent diff --git a/trunk/drivers/net/Kconfig b/trunk/drivers/net/Kconfig index c5baa197bc08..3b204bac1a1d 100644 --- a/trunk/drivers/net/Kconfig +++ b/trunk/drivers/net/Kconfig @@ -2280,7 +2280,6 @@ config GFAR_NAPI config UCC_GETH tristate "Freescale QE Gigabit Ethernet" depends on QUICC_ENGINE - select UCC_FAST help This driver supports the Gigabit Ethernet mode of the QUICC Engine, which is available on some Freescale SOCs.