Skip to content

Commit 17a699e

Browse files
MaureenHelmcarlescufi
authored andcommitted
boards: arm: Configure SDMMC disk driver default on i.MX RT boards
Configures i.MX RT boards to enable SDMMC by default when disk drivers are enabled. Signed-off-by: Maureen Helm <[email protected]>
1 parent 42da370 commit 17a699e

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

boards/arm/mimxrt1050_evk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ choice CODE_LOCATION
1212
default CODE_FLEXSPI
1313
endchoice
1414

15+
config DISK_DRIVER_SDMMC
16+
default y if DISK_DRIVERS
17+
1518
config I2C
1619
default y if KSCAN
1720

boards/arm/mimxrt1060_evk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ choice CODE_LOCATION
1313
default CODE_FLEXSPI
1414
endchoice
1515

16+
config DISK_DRIVER_SDMMC
17+
default y if DISK_DRIVERS
18+
1619
config I2C
1720
default y if KSCAN
1821

boards/arm/mimxrt1064_evk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ choice CODE_LOCATION
1212
default CODE_FLEXSPI2
1313
endchoice
1414

15+
config DISK_DRIVER_SDMMC
16+
default y if DISK_DRIVERS
17+
1518
config FLASH_MCUX_FLEXSPI_NOR
1619
default y if FLASH
1720

boards/arm/mm_swiftio/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ choice CODE_LOCATION
1212
default CODE_FLEXSPI
1313
endchoice
1414

15+
config DISK_DRIVER_SDMMC
16+
default y if DISK_DRIVERS
17+
1518
endif # BOARD_MM_SWIFTIO

samples/subsys/fs/fat_fs/boards/mimxrt1050_evk.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/subsys/fs/fat_fs/boards/mimxrt1060_evk.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/subsys/fs/fat_fs/boards/mimxrt1064_evk.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/subsys/fs/fat_fs/boards/mm_swiftio.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)