Re: [PATCH] riscv: kbuild: drop CONFIG_RISCV_ISA_C

From: Bin Meng
Date: Wed Aug 07 2019 - 08:29:14 EST


On Wed, Aug 7, 2019 at 10:30 AM Paul Walmsley <paul.walmsley@xxxxxxxxxx> wrote:
>
>
> The baseline ISA support requirement for the RISC-V Linux kernel
> mandates compressed instructions, so it doesn't make sense for
> compressed instruction support to be configurable.
>
> Signed-off-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
> Cc: Atish Patra <atish.patra@xxxxxxx>
>
> ---
> arch/riscv/Kconfig | 10 ----------
> arch/riscv/Makefile | 2 +-
> 2 files changed, 1 insertion(+), 11 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@xxxxxxxxx>