xtensa: Add types to kconfigs
Fix a documentation build warning by adding the type to the configs Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
1ec0c6f530
commit
af98ca076b
3 changed files with 6 additions and 0 deletions
|
@ -8,10 +8,12 @@ config BOARD
|
||||||
default "nxp_adsp_imx8"
|
default "nxp_adsp_imx8"
|
||||||
|
|
||||||
config DUMMY_DMA
|
config DUMMY_DMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
config IMX_EDMA
|
config IMX_EDMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,12 @@ config BOARD
|
||||||
default "nxp_adsp_imx8m"
|
default "nxp_adsp_imx8m"
|
||||||
|
|
||||||
config DUMMY_DMA
|
config DUMMY_DMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
config IMX_SDMA
|
config IMX_SDMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,12 @@ config BOARD
|
||||||
default "nxp_adsp_imx8x"
|
default "nxp_adsp_imx8x"
|
||||||
|
|
||||||
config DUMMY_DMA
|
config DUMMY_DMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
config IMX_EDMA
|
config IMX_EDMA
|
||||||
|
bool
|
||||||
default y
|
default y
|
||||||
depends on DMA
|
depends on DMA
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue