File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -269,13 +269,6 @@ config FP_SHARING
269
269
270
270
endmenu
271
271
272
- config FLASH_HAS_PAGE_LAYOUT
273
- bool
274
- default n
275
- help
276
- This option is enabled when the SoC flash driver supports
277
- retrieving the layout of flash memory pages.
278
-
279
272
#
280
273
# End hidden PM feature configs
281
274
#
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ config FLASH_HAS_DRIVER_ENABLED
15
15
help
16
16
This option is enabled when any flash driver is enabled.
17
17
18
+ config FLASH_HAS_PAGE_LAYOUT
19
+ bool
20
+ default n
21
+ help
22
+ This option is enabled when the SoC flash driver supports
23
+ retrieving the layout of flash memory pages.
24
+
18
25
menuconfig FLASH
19
26
bool
20
27
prompt "Flash hardware support"
You can’t perform that action at this time.
0 commit comments