b26fca430c
Remove all obsolete DISK_FLASH* Kconfig options. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no> Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DISK_DRIVER_FLASH
|
|
bool "Flash"
|
|
select FLASH
|
|
select FLASH_MAP
|
|
help
|
|
Flash device is used for the file system.
|
|
|
|
if DISK_DRIVER_FLASH
|
|
module = FLASHDISK
|
|
module-str = flashdisk
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endif # DISK_DRIVER_FLASH
|