blob: 29e427085efb23727073caf41382b88563f6f233 [file] [log] [blame]
Sylvain Munaut2f9ea1b2007-09-16 20:53:27 +10001#
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
Matt LaPlante692105b2009-01-26 11:12:25 +010012 on the Freescale MPC5200 family of processor. Its usage is
13 optional for some drivers (like ATA), but required for
Sylvain Munaut2f9ea1b2007-09-16 20:53:27 +100014 others (like FEC).
15
16 If you want to use drivers that require DMA operations,
17 answer Y or M. Otherwise say N.
18
Sylvain Munaut9ea68df2007-09-16 20:53:28 +100019config PPC_BESTCOMM_ATA
Grant Likely847cdf42008-11-14 05:19:00 -070020 tristate
Sylvain Munaut9ea68df2007-09-16 20:53:28 +100021 depends on PPC_BESTCOMM
Sylvain Munaut9ea68df2007-09-16 20:53:28 +100022 help
23 This option enables the support for the ATA task.
24
Sylvain Munautba11c792007-09-16 20:53:29 +100025config PPC_BESTCOMM_FEC
Grant Likely847cdf42008-11-14 05:19:00 -070026 tristate
Sylvain Munautba11c792007-09-16 20:53:29 +100027 depends on PPC_BESTCOMM
Sylvain Munautba11c792007-09-16 20:53:29 +100028 help
29 This option enables the support for the FEC tasks.
30
Sylvain Munaut7acb9392007-09-16 20:53:30 +100031config PPC_BESTCOMM_GEN_BD
Grant Likely847cdf42008-11-14 05:19:00 -070032 tristate
Sylvain Munaut7acb9392007-09-16 20:53:30 +100033 depends on PPC_BESTCOMM
Sylvain Munaut7acb9392007-09-16 20:53:30 +100034 help
35 This option enables the support for the GenBD tasks.
36