diff options
author | Patrick Delaunay | 2020-02-26 10:28:42 +0100 |
---|---|---|
committer | Tom Rini | 2020-05-08 09:16:26 -0400 |
commit | c39e19a9b07807936b8df5925757e0a512effb92 (patch) | |
tree | f4c45c553fdba9df57c23c7fd61fa7c548b8869e /drivers | |
parent | 8cc28146f55340777a48c44e948a8ff1143e1c17 (diff) |
configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs
Move CONFIG_SYS_MTDPARTS_RUNTIME into Kconfig done by moveconfig.py.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 5e7571cf3da..348b43e653f 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -22,6 +22,13 @@ config MTD_NOR_FLASH help Enable support for parallel NOR flash. +config SYS_MTDPARTS_RUNTIME + bool "Allow MTDPARTS to be configured at runtime" + depends on MTD + help + This option allows to call the function board_mtdparts_default to + dynamically build the variables mtdids and mtdparts at runtime. + config FLASH_CFI_DRIVER bool "Enable CFI Flash driver" help |