lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20190411084304.5072-7-paul.walmsley@sifive.com> Date: Thu, 11 Apr 2019 01:43:04 -0700 From: Paul Walmsley <paul.walmsley@...ive.com> To: linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org, devicetree@...r.kernel.org Cc: Paul Walmsley <paul.walmsley@...ive.com>, Paul Walmsley <paul@...an.com>, Palmer Dabbelt <palmer@...ive.com>, Albert Ou <aou@...s.berkeley.edu> Subject: [PATCH 6/6] riscv: defconfig: enable ARCH_SIFIVE Enable CONFIG_ARCH_SIFIVE in the RISC-V defconfig so DTB files for SiFive boards are generated by default. Signed-off-by: Paul Walmsley <paul.walmsley@...ive.com> Signed-off-by: Paul Walmsley <paul@...an.com> Cc: Palmer Dabbelt <palmer@...ive.com> Cc: Albert Ou <aou@...s.berkeley.edu> Cc: linux-riscv@...ts.infradead.org Cc: linux-kernel@...r.kernel.org --- arch/riscv/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 2fd3461e50ab..0fb782c8cc1e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -12,6 +12,7 @@ CONFIG_CHECKPOINT_RESTORE=y CONFIG_BLK_DEV_INITRD=y CONFIG_EXPERT=y CONFIG_BPF_SYSCALL=y +CONFIG_ARCH_SIFIVE=y CONFIG_SMP=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y -- 2.20.1
Powered by blists - more mailing lists