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:
parent
d545fe3b82
commit
24c4ac842e
3 changed files with 6 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -473,12 +473,6 @@ config MIPS_TUNE_74KC
|
|||
config MIPS_TUNE_OCTEON3
|
||||
bool
|
||||
|
||||
config 32BIT
|
||||
bool
|
||||
|
||||
config 64BIT
|
||||
bool
|
||||
|
||||
config SWAP_IO_SPACE
|
||||
bool
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue