Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Kconfig options for Bestcomm
0004 #
0005 
0006 config PPC_BESTCOMM
0007         tristate "Bestcomm DMA engine support"
0008         depends on PPC_MPC52xx
0009         default n
0010         select PPC_LIB_RHEAP
0011         help
0012           BestComm is the name of the communication coprocessor found
0013           on the Freescale MPC5200 family of processor.  Its usage is
0014           optional for some drivers (like ATA), but required for
0015           others (like FEC).
0016 
0017           If you want to use drivers that require DMA operations,
0018           answer Y or M. Otherwise say N.
0019 
0020 config PPC_BESTCOMM_ATA
0021         tristate
0022         depends on PPC_BESTCOMM
0023         help
0024           This option enables the support for the ATA task.
0025 
0026 config PPC_BESTCOMM_FEC
0027         tristate
0028         depends on PPC_BESTCOMM
0029         help
0030           This option enables the support for the FEC tasks.
0031 
0032 config PPC_BESTCOMM_GEN_BD
0033         tristate
0034         depends on PPC_BESTCOMM
0035         help
0036           This option enables the support for the GenBD tasks.
0037