File tree Expand file tree Collapse file tree 4 files changed +0
-1033
lines changed Expand file tree Collapse file tree 4 files changed +0
-1033
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ zephyr_library()
8
8
zephyr_library_sources_ifdef (CONFIG_DISK_DRIVER_FLASH flashdisk.c )
9
9
zephyr_library_sources_ifdef (CONFIG_DISK_DRIVER_RAM ramdisk.c )
10
10
11
- zephyr_library_sources_ifdef (CONFIG_SDMMC_OVER_SPI sdmmc_spi.c )
12
11
zephyr_library_sources_ifdef (CONFIG_SDMMC_STM32 sdmmc_stm32.c )
13
12
zephyr_library_sources_ifdef (CONFIG_SDMMC_SUBSYS sdmmc_subsys.c )
14
13
Original file line number Diff line number Diff line change 2
2
# Copyright (c) 2021 Nordic Semiconductor ASA
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- DT_COMPAT_ZEPHYR_MMC_SPI_SLOT := zephyr,mmc-spi-slot
6
5
DT_COMPAT_ST_STM32_SDMMC := st,stm32-sdmmc
7
6
DT_COMPAT_ZEPHYR_MMC := zephyr,sdmmc-disk
8
7
@@ -26,13 +25,6 @@ config SDMMC_VOLUME_NAME
26
25
help
27
26
Disk name as per file system naming guidelines.
28
27
29
- config SDMMC_OVER_SPI
30
- bool "SDHC access over SPI"
31
- select SPI
32
- default $(dt_compat_enabled,$(DT_COMPAT_ZEPHYR_MMC_SPI_SLOT))
33
- help
34
- File system on a SDHC card accessed over SPI.
35
-
36
28
config SDMMC_SUBSYS
37
29
bool "SDMMC access via SD subsystem"
38
30
select SD_STACK
You can’t perform that action at this time.
0 commit comments