arch: riscv: always use 'riscv' for CONFIG_ARCH
Because the riscv32/riscv64 is redundant, one can get the same information combining CONFIG_ARCH + CONFIG_64BIT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
1899c0c5c7
commit
6884e10fae
|
@ -6,8 +6,7 @@ menu "RISCV Options"
|
|||
|
||||
config ARCH
|
||||
string
|
||||
default "riscv64" if 64BIT
|
||||
default "riscv32"
|
||||
default "riscv"
|
||||
|
||||
config FLOAT_HARD
|
||||
bool "Hard-float calling convention"
|
||||
|
|
Loading…
Reference in a new issue