# SPDX-License-Identifier: GPL-2.0-only # # Kconfig options for Bestcomm # config [31mCONFIG_PPC_BESTCOMM[0m tristate "Bestcomm DMA engine support" depends on [31mCONFIG_PPC_MPC52xx[0m default n select [31mCONFIG_PPC_LIB_RHEAP[0m help BestComm is the name of the communication coprocessor found on the Freescale MPC5200 family of processor. Its usage is optional for some drivers (like [31mCONFIG_ATA[0m), but required for others (like [31mCONFIG_FEC[0m). If you want to use drivers that require DMA operations, answer Y or [31mCONFIG_M[0m. Otherwise say N. config [31mCONFIG_PPC_BESTCOMM_ATA[0m tristate depends on [31mCONFIG_PPC_BESTCOMM[0m help This option enables the support for the [31mCONFIG_ATA[0m task. config [31mCONFIG_PPC_BESTCOMM_FEC[0m tristate depends on [31mCONFIG_PPC_BESTCOMM[0m help This option enables the support for the [31mCONFIG_FEC[0m tasks. config [31mCONFIG_PPC_BESTCOMM_GEN_BD[0m tristate depends on [31mCONFIG_PPC_BESTCOMM[0m help This option enables the support for the GenBD tasks. |