]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/dma/bestcomm/Kconfig
Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel...
[mirror_ubuntu-bionic-kernel.git] / drivers / dma / bestcomm / Kconfig
CommitLineData
2f9ea1bd
SM
1#
2# Kconfig options for Bestcomm
3#
4
5config PPC_BESTCOMM
6 tristate "Bestcomm DMA engine support"
7 depends on PPC_MPC52xx
8 default n
9 select PPC_LIB_RHEAP
10 help
11 BestComm is the name of the communication coprocessor found
692105b8
ML
12 on the Freescale MPC5200 family of processor. Its usage is
13 optional for some drivers (like ATA), but required for
2f9ea1bd
SM
14 others (like FEC).
15
16 If you want to use drivers that require DMA operations,
17 answer Y or M. Otherwise say N.
18
9ea68df5 19config PPC_BESTCOMM_ATA
847cdf42 20 tristate
9ea68df5 21 depends on PPC_BESTCOMM
9ea68df5
SM
22 help
23 This option enables the support for the ATA task.
24
ba11c79a 25config PPC_BESTCOMM_FEC
847cdf42 26 tristate
ba11c79a 27 depends on PPC_BESTCOMM
ba11c79a
SM
28 help
29 This option enables the support for the FEC tasks.
30
7acb9391 31config PPC_BESTCOMM_GEN_BD
847cdf42 32 tristate
7acb9391 33 depends on PPC_BESTCOMM
7acb9391
SM
34 help
35 This option enables the support for the GenBD tasks.
36