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:
Jordan Yates 2024-07-11 16:20:07 +10:00 committed by Anas Nashif
parent 6bd77c848c
commit 9cb58cf53a

View file

@ -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