commit | ce64bd3ff0c8add9db0acef2370b6a03122f5b50 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu May 13 16:46:18 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Mon May 17 16:47:33 2021 +0800 |
tree | 8e0ddb412779294a6fba29b3be7b9f5cc8af663d | |
parent | 8a27fcda60a77c9f8cacc6b90801d2ef868ae80f [diff] |
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>