disk: kconfig: Remove unused DISK_ACCESS_MAX_VOLUMES symbol
Added in commit 2b5b7da9f3
("subsys: disk: Add support for multiple disk
interfaces"), then never used.
Found with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
91dc62949e
commit
e3b84137f3
1 changed files with 0 additions and 6 deletions
|
@ -11,12 +11,6 @@ menuconfig DISK_ACCESS
|
||||||
|
|
||||||
if DISK_ACCESS
|
if DISK_ACCESS
|
||||||
|
|
||||||
config DISK_ACCESS_MAX_VOLUMES
|
|
||||||
int "Maximum Disk Interfaces"
|
|
||||||
default 8
|
|
||||||
help
|
|
||||||
Maximum number of disk access interfaces supported
|
|
||||||
|
|
||||||
module = DISK
|
module = DISK
|
||||||
module-str = disk
|
module-str = disk
|
||||||
source "subsys/logging/Kconfig.template.log_config"
|
source "subsys/logging/Kconfig.template.log_config"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue