Skip to content

Commit

Permalink
drivers: flashdisk: use devicetree to obtain flash partition info
Browse files Browse the repository at this point in the history
Use devicetree to obtain information for all zephyr flash disks.

Co-authored-by: Johann Fischer <[email protected]>
Signed-off-by: Tomasz Moń <[email protected]>
  • Loading branch information
2 people authored and carlescufi committed Oct 28, 2022
1 parent 51c46e9 commit fb30d82
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 109 deletions.
1 change: 1 addition & 0 deletions drivers/disk/Kconfig.flash
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
config DISK_DRIVER_FLASH
bool "Flash"
select FLASH
select FLASH_MAP
help
Flash device is used for the file system.

Expand Down
Loading

0 comments on commit fb30d82

Please sign in to comment.