1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-26 07:17:10 +00:00

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>
This commit is contained in:
Dan Carpenter 2024-03-04 10:04:15 +03:00 committed by Tom Rini
parent d545fe3b82
commit 24c4ac842e
3 changed files with 6 additions and 12 deletions

View file

@ -20,6 +20,12 @@ config SYS_CACHE_SHIFT_6
config SYS_CACHE_SHIFT_7
bool
config 32BIT
bool
config 64BIT
bool
config SYS_CACHELINE_SIZE
int
default 128 if SYS_CACHE_SHIFT_7

View file

@ -473,12 +473,6 @@ config MIPS_TUNE_74KC
config MIPS_TUNE_OCTEON3
bool
config 32BIT
bool
config 64BIT
bool
config SWAP_IO_SPACE
bool

View file

@ -288,12 +288,6 @@ endmenu
config RISCV_ISA_A
def_bool y
config 32BIT
bool
config 64BIT
bool
config DMA_ADDR_T_64BIT
bool
default y if 64BIT