boards: samples: Enable fat_fs sdhc sample on mm_swiftio board
Enables the fat_fs sample on the mm_swiftio board by adding a board-specific Kconfig overlay, and adding sdhc to the list of board-supported features. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
10d33e2d28
commit
1cf89dcdfb
@ -16,3 +16,4 @@ ram: 32768
|
||||
flash: 8192
|
||||
supported:
|
||||
- counter
|
||||
- sdhc
|
||||
|
||||
1
samples/subsys/fs/fat_fs/boards/mm_swiftio.conf
Normal file
1
samples/subsys/fs/fat_fs/boards/mm_swiftio.conf
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_DISK_ACCESS_SDHC=y
|
||||
Loading…
Reference in New Issue
Block a user