Skip to content

Commit af98ca0

Browse files
Yuval Peresscarlescufi
authored andcommitted
xtensa: Add types to kconfigs
Fix a documentation build warning by adding the type to the configs Signed-off-by: Yuval Peress <[email protected]>
1 parent 1ec0c6f commit af98ca0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

boards/xtensa/nxp_adsp_imx8/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ config BOARD
88
default "nxp_adsp_imx8"
99

1010
config DUMMY_DMA
11+
bool
1112
default y
1213
depends on DMA
1314

1415
config IMX_EDMA
16+
bool
1517
default y
1618
depends on DMA
1719

boards/xtensa/nxp_adsp_imx8m/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ config BOARD
88
default "nxp_adsp_imx8m"
99

1010
config DUMMY_DMA
11+
bool
1112
default y
1213
depends on DMA
1314

1415
config IMX_SDMA
16+
bool
1517
default y
1618
depends on DMA
1719

boards/xtensa/nxp_adsp_imx8x/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ config BOARD
88
default "nxp_adsp_imx8x"
99

1010
config DUMMY_DMA
11+
bool
1112
default y
1213
depends on DMA
1314

1415
config IMX_EDMA
16+
bool
1517
default y
1618
depends on DMA
1719

0 commit comments

Comments
 (0)