Re: [RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports

From: Christoph Hellwig
Date: Mon Nov 08 2021 - 02:52:51 EST


On Sun, Nov 07, 2021 at 03:12:51PM +0800, Wei Fu wrote:
> How about
>
> config RISCV_SVPBMT
> bool
> depends on 64BIT && MMU
> default y

Yes. You can shorten this a bit more using def_bool if you want.