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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-08-07 04:25:51 +02:00 committed by Kumar Gala
parent a9490541d6
commit 4c21b0f250

View file

@ -135,7 +135,6 @@ endif # DISK_ACCESS_USDHC
config DISK_SDHC_VOLUME_NAME
string "SDHC Disk mount point or drive name"
default "SDHC"
depends on DISK_ACCESS_SDHC
help
Disk name as per file system naming guidelines.