From 1cf89dcdfbbc5abccdd41dd2e48e7bd31f098fbb Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Wed, 21 Oct 2020 19:21:17 -0500 Subject: [PATCH] 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 --- boards/arm/mm_swiftio/mm_swiftio.yaml | 1 + samples/subsys/fs/fat_fs/boards/mm_swiftio.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 samples/subsys/fs/fat_fs/boards/mm_swiftio.conf diff --git a/boards/arm/mm_swiftio/mm_swiftio.yaml b/boards/arm/mm_swiftio/mm_swiftio.yaml index 0c0c9a546f6..943268dece1 100644 --- a/boards/arm/mm_swiftio/mm_swiftio.yaml +++ b/boards/arm/mm_swiftio/mm_swiftio.yaml @@ -16,3 +16,4 @@ ram: 32768 flash: 8192 supported: - counter + - sdhc diff --git a/samples/subsys/fs/fat_fs/boards/mm_swiftio.conf b/samples/subsys/fs/fat_fs/boards/mm_swiftio.conf new file mode 100644 index 00000000000..4f52f9126c5 --- /dev/null +++ b/samples/subsys/fs/fat_fs/boards/mm_swiftio.conf @@ -0,0 +1 @@ +CONFIG_DISK_ACCESS_SDHC=y