diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2007-09-16 06:53:30 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-10-16 19:09:56 -0400 |
commit | 7acb939130ff054f195f827ed1cb389232dd8560 (patch) | |
tree | 78a30fd8b6d8f0a556370cd5b5355524d5b71fbe /arch/powerpc/sysdev/bestcomm/Kconfig | |
parent | ba11c79aba8d8e9faf556a32bb8b414b4a846ac7 (diff) |
[POWERPC] bestcomm: GenBD task support
This is the microcode for the GenBD task and the associated
support code. This is a generic task that copy data to/from
a hardware FIFO. This is currently locked to 32bits wide
access but could be extended as needed.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/bestcomm/Kconfig b/arch/powerpc/sysdev/bestcomm/Kconfig index 831763b0639e..57cc56562567 100644 --- a/arch/powerpc/sysdev/bestcomm/Kconfig +++ b/arch/powerpc/sysdev/bestcomm/Kconfig | |||
@@ -30,3 +30,10 @@ config PPC_BESTCOMM_FEC | |||
30 | help | 30 | help |
31 | This option enables the support for the FEC tasks. | 31 | This option enables the support for the FEC tasks. |
32 | 32 | ||
33 | config PPC_BESTCOMM_GEN_BD | ||
34 | tristate "Bestcomm GenBD tasks support" | ||
35 | depends on PPC_BESTCOMM | ||
36 | default n | ||
37 | help | ||
38 | This option enables the support for the GenBD tasks. | ||
39 | |||