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:
Maureen Helm 2020-10-21 19:21:17 -05:00 committed by Kumar Gala
parent 10d33e2d28
commit 1cf89dcdfb
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@ ram: 32768
flash: 8192
supported:
- counter
- sdhc

View File

@ -0,0 +1 @@
CONFIG_DISK_ACCESS_SDHC=y