commit | 70aa87db72e37d84f5a430655ac0adbd0cc390cc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 12 17:36:42 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:05:38 2022 -0500 |
tree | 5fa8d7cbe9c43ff908caf2651fa0f3d43fff6a2f | |
parent | ca8f571310240395b01f69929726b06ca277913b [diff] |
Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_NAND_DBW_8 CONFIG_SYS_NAND_DBW_16 Note that all instances of the code check for CONFIG_SYS_NAND_DBW_16 being defined, and then "else" to CONFIG_SYS_NAND_DBW_8 whereas all of the configs set CONFIG_SYS_NAND_DBW_8. So we introduce CONFIG_SYS_NAND_DBW_16 as an option. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>