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"
|
||||
|
||||
config DUMMY_DMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
config IMX_EDMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
|
|
|
@ -8,10 +8,12 @@ config BOARD
|
|||
default "nxp_adsp_imx8m"
|
||||
|
||||
config DUMMY_DMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
config IMX_SDMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
|
|
|
@ -8,10 +8,12 @@ config BOARD
|
|||
default "nxp_adsp_imx8x"
|
||||
|
||||
config DUMMY_DMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
config IMX_EDMA
|
||||
bool
|
||||
default y
|
||||
depends on DMA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue