Skip to content

Commit

Permalink
xtensa: Add types to kconfigs
Browse files Browse the repository at this point in the history
Fix a documentation build warning by adding the type to the configs

Signed-off-by: Yuval Peress <peress@google.com>
  • Loading branch information
yperess authored and carlescufi committed Apr 8, 2022
1 parent 1ec0c6f commit af98ca0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8m/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions boards/xtensa/nxp_adsp_imx8x/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af98ca0

Please sign in to comment.