disk: flashdisk: default enable if dts exists
Enable `DISK_DRIVER_FLASH` by default if the devicetree node exists, as the other disk drivers do. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
6bd77c848c
commit
9cb58cf53a
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
config DISK_DRIVER_FLASH
|
||||
bool "Flash"
|
||||
depends on DT_HAS_ZEPHYR_FLASH_DISK_ENABLED
|
||||
default y
|
||||
select FLASH
|
||||
select FLASH_MAP
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue