riscv: Group assembly optimized implementation of memory routines into a submenu
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 May 2021 08:46:18 +0000 (16:46 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 17 May 2021 08:47:33 +0000 (16:47 +0800)
commit89419279f4fe6bfd68dd518059ef2007295f1cb4
tree8e0ddb412779294a6fba29b3be7b9f5cc8af663d
parent703b84ec29fe3ffe2299596ba302570fb38e3976
riscv: Group assembly optimized implementation of memory routines into a submenu

Currently all assembly optimized implementation of memory routines
show up at the top level of the RISC-V architecture Kconfig menu.
Let's group them together into a submenu.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/riscv/Kconfig