Message ID | 20200212103432.660256-8-damien.lemoal@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Kendryte k210 SoC boards support | expand |
On Wed, Feb 12, 2020 at 4:05 PM Damien Le Moal <damien.lemoal@wdc.com> wrote: > > This patch selects drivers required for the Kendryte K210 SOC. > > Since K210 based boards do not provide a device tree, this patch > also enables the BUILTIN_DTB option. > > Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> LGTM. Reviewed-by: Anup Patel <anup@brainfault.org> Regards, Anup > --- > arch/riscv/Kconfig.socs | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 4d5d4a65b2a2..8d83210467d9 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -13,6 +13,10 @@ config SOC_SIFIVE > config SOC_KENDRYTE > bool "Kendryte K210 SoC" > depends on !MMU > + select BUILTIN_DTB > + select SERIAL_SIFIVE if TTY > + select SERIAL_SIFIVE_CONSOLE if TTY > + select SIFIVE_PLIC > help > This enables support for Kendryte K210 SoC hardware. > > -- > 2.24.1 > >
On Wed, 12 Feb 2020 02:34:29 PST (-0800), Damien Le Moal wrote: > This patch selects drivers required for the Kendryte K210 SOC. > > Since K210 based boards do not provide a device tree, this patch > also enables the BUILTIN_DTB option. > > Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> > --- > arch/riscv/Kconfig.socs | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 4d5d4a65b2a2..8d83210467d9 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -13,6 +13,10 @@ config SOC_SIFIVE > config SOC_KENDRYTE > bool "Kendryte K210 SoC" > depends on !MMU > + select BUILTIN_DTB > + select SERIAL_SIFIVE if TTY > + select SERIAL_SIFIVE_CONSOLE if TTY > + select SIFIVE_PLIC > help > This enables support for Kendryte K210 SoC hardware. Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com> (modulo that option actually existing :))
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 4d5d4a65b2a2..8d83210467d9 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -13,6 +13,10 @@ config SOC_SIFIVE config SOC_KENDRYTE bool "Kendryte K210 SoC" depends on !MMU + select BUILTIN_DTB + select SERIAL_SIFIVE if TTY + select SERIAL_SIFIVE_CONSOLE if TTY + select SIFIVE_PLIC help This enables support for Kendryte K210 SoC hardware.
This patch selects drivers required for the Kendryte K210 SOC. Since K210 based boards do not provide a device tree, this patch also enables the BUILTIN_DTB option. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> --- arch/riscv/Kconfig.socs | 4 ++++ 1 file changed, 4 insertions(+)