diff options
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 3366e24c10d6..9d087cefa22c 100644 --- a/arch/powerpc/sysdev/bestcomm/Kconfig +++ b/arch/powerpc/sysdev/bestcomm/Kconfig | |||
@@ -16,3 +16,10 @@ config PPC_BESTCOMM | |||
16 | If you want to use drivers that require DMA operations, | 16 | If you want to use drivers that require DMA operations, |
17 | answer Y or M. Otherwise say N. | 17 | answer Y or M. Otherwise say N. |
18 | 18 | ||
19 | config PPC_BESTCOMM_ATA | ||
20 | tristate "Bestcomm ATA task support" | ||
21 | depends on PPC_BESTCOMM | ||
22 | default n | ||
23 | help | ||
24 | This option enables the support for the ATA task. | ||
25 | |||