]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Kconfig: move CONFIG_32/64BIT to arch/Kconfig
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 4 Mar 2024 07:04:15 +0000 (10:04 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 13 Mar 2024 16:40:43 +0000 (12:40 -0400)
commit24c4ac842ef4cb727f380634242a3aa3bff949a5
tree5c4f4793f00e7af8206028788666a248fde7478c
parentd545fe3b82ca319f699abb40f59f7ab5f8116de5
Kconfig: move CONFIG_32/64BIT to arch/Kconfig

These configs are used in multiple places so put them in a shared
Kconfig file.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/Kconfig
arch/mips/Kconfig
arch/riscv/Kconfig