Skip to content

Commit 4c21b0f

Browse files
ulfalizergalak
authored andcommitted
disk: kconfig: Remove redundant DISK_ACCESS_SDHC dependency
DISK_SDHC_VOLUME_NAME is already defined within an 'if DISK_ACCESS_SDHC' block, so the 'depends on DISK_ACCESS' is redundant. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent a949054 commit 4c21b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/disk/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ endif # DISK_ACCESS_USDHC
135135
config DISK_SDHC_VOLUME_NAME
136136
string "SDHC Disk mount point or drive name"
137137
default "SDHC"
138-
depends on DISK_ACCESS_SDHC
139138
help
140139
Disk name as per file system naming guidelines.
141140

0 commit comments

Comments
 (0)