aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/bestcomm/Kconfig
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2007-09-16 20:53:28 +1000
committerGrant Likely <grant.likely@secretlab.ca>2007-10-16 17:09:42 -0600
commit9ea68df515392a556388f12c876ca74654e37483 (patch)
tree490e123d966d77cbfe02619046875656f0979a6f /arch/powerpc/sysdev/bestcomm/Kconfig
parent2f9ea1bde0d12d8fb5a7bdc7ab6834275d456262 (diff)
[POWERPC] bestcomm: ATA task support
This is the microcode for the ATA 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 3366e24c10d..9d087cefa22 100644
--- a/arch/powerpc/sysdev/bestcomm/Kconfig
+++ b/arch/powerpc/sysdev/bestcomm/Kconfig
@@ -16,3 +16,10 @@ config PPC_BESTCOMM
If you want to use drivers that require DMA operations,
answer Y or M. Otherwise say N.
+config PPC_BESTCOMM_ATA
+ tristate "Bestcomm ATA task support"
+ depends on PPC_BESTCOMM
+ default n
+ help
+ This option enables the support for the ATA task.
+