38 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Kconfig options for Bestcomm4#5 6config PPC_BESTCOMM7 tristate "Bestcomm DMA engine support"8 depends on PPC_MPC52xx9 default n10 select PPC_LIB_RHEAP11 help12 BestComm is the name of the communication coprocessor found13 on the Freescale MPC5200 family of processor. Its usage is14 optional for some drivers (like ATA), but required for15 others (like FEC).16 17 If you want to use drivers that require DMA operations,18 answer Y or M. Otherwise say N.19 20config PPC_BESTCOMM_ATA21 tristate22 depends on PPC_BESTCOMM23 help24 This option enables the support for the ATA task.25 26config PPC_BESTCOMM_FEC27 tristate28 depends on PPC_BESTCOMM29 help30 This option enables the support for the FEC tasks.31 32config PPC_BESTCOMM_GEN_BD33 tristate34 depends on PPC_BESTCOMM35 help36 This option enables the support for the GenBD tasks.37 38