diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-26 10:28:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:16:26 -0400 |
commit | 8cc28146f55340777a48c44e948a8ff1143e1c17 (patch) | |
tree | 5f4bcbadacc82b73158748c9ec4c7e6476d5c6b1 /drivers/dfu | |
parent | b11dc33e361a84ca41604e49ec22635bf5d2eb4c (diff) | |
download | u-boot-8cc28146f55340777a48c44e948a8ff1143e1c17.tar.gz u-boot-8cc28146f55340777a48c44e948a8ff1143e1c17.tar.bz2 u-boot-8cc28146f55340777a48c44e948a8ff1143e1c17.zip |
configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
Move CONFIG_SET_DFU_ALT_INFO into Kconfig done by moveconfig.py.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/dfu')
-rw-r--r-- | drivers/dfu/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index 174fb588a6..5d45d7d7c2 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -81,5 +81,10 @@ config DFU_VIRT used at board level to manage specific behavior (OTP update for example). +config SET_DFU_ALT_INFO + bool "Dynamic set of DFU alternate information" + help + This option allows to call the function set_dfu_alt_info to + dynamically build dfu_alt_info in board. endif endmenu |