aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/bestcomm/Kconfig
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2007-09-16 06:53:29 -0400
committerGrant Likely <grant.likely@secretlab.ca>2007-10-16 19:09:49 -0400
commitba11c79aba8d8e9faf556a32bb8b414b4a846ac7 (patch)
treec5eff26bd39a2e3e217fdf6ad7bda90196a34e14 /arch/powerpc/sysdev/bestcomm/Kconfig
parent9ea68df515392a556388f12c876ca74654e37483 (diff)
[POWERPC] bestcomm: FEC task support
This is the microcode for the FEC task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/sysdev/bestcomm/Kconfig')
-rw-r--r--arch/powerpc/sysdev/bestcomm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/bestcomm/Kconfig b/arch/powerpc/sysdev/bestcomm/Kconfig
index 9d087cefa22c..831763b0639e 100644
--- a/arch/powerpc/sysdev/bestcomm/Kconfig
+++ b/arch/powerpc/sysdev/bestcomm/Kconfig
@@ -23,3 +23,10 @@ config PPC_BESTCOMM_ATA
23 help 23 help
24 This option enables the support for the ATA task. 24 This option enables the support for the ATA task.
25 25
26config PPC_BESTCOMM_FEC
27 tristate "Bestcomm FEC tasks support"
28 depends on PPC_BESTCOMM
29 default n
30 help
31 This option enables the support for the FEC tasks.
32