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 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 | ||
26 | config 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 | |||