commit | 4b284ade4c9d969b69a836ef51fba795d60fe254 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 12 06:12:28 2018 -0800 |
committer | Andes <uboot@andestech.com> | Tue Dec 18 09:56:26 2018 +0800 |
tree | e56e283ddde7e4021fdaa7a77464d1c6b6467f44 | |
parent | 2539903b09638fe70cc6c31e7cd372ff4f281cb6 [diff] |
riscv: ax25: Hide the ax25-specific Kconfig option There is no need to expose RISCV_NDS to the Kconfig menu as it is an ax25-specific option. Introduce a dedicated Kconfig option for the cache ops of ax25 platform and use that to guard the cache ops. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Rick Chen <rick@andestech.com>