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:
Gerard Marull-Paretas 2024-02-07 11:23:28 +01:00 committed by Alberto Escolar
parent 1899c0c5c7
commit 6884e10fae

View file

@ -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"