modules: Add RDC module for MCUX family

RDC module is used by i.MX8MM SoC, so let's create a Kconfig symbol
which will be used to enable the module in SDK.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
This commit is contained in:
Manivannan Sadhasivam 2020-01-25 23:57:36 +05:30 committed by Maureen Helm
parent 21638f054f
commit 75449602bc

View file

@ -204,4 +204,9 @@ config HAS_MCUX_EDMA
help help
Set if the EDMA module is present on the SoC. Set if the EDMA module is present on the SoC.
config HAS_MCUX_RDC
bool
help
Set if the RDC module is present in the SoC.
endif # HAS_MCUX endif # HAS_MCUX