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:
parent
21638f054f
commit
75449602bc
1 changed files with 5 additions and 0 deletions
|
|
@ -204,4 +204,9 @@ config HAS_MCUX_EDMA
|
|||
help
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue