This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-stable
Watch
1
Star
0
Fork
0
You've already forked linux-stable
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2025-01-01 10:45:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
linux-stable
/
arch
/
riscv
/
configs
/
64-bit.config
4 lines
64 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
kbuild: Show marked Kconfig fragments in "help" Currently the Kconfig fragments in kernel/configs and arch/*/configs that aren't used internally aren't discoverable through "make help", which consists of hard-coded lists of config fragments. Instead, list all the fragment targets that have a "# Help: " comment prefix so the targets can be generated dynamically. Add logic to the Makefile to search for and display the fragment and comment. Add comments to fragments that are intended to be direct targets. Signed-off-by: Kees Cook <keescook@chromium.org> Co-developed-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2023-08-31 19:13:39 +00:00
# Help: Build a 64-bit image
riscv: add rv32 and rv64 randconfig build targets Add the ability to do randconfig build targets for both rv32 and rv64. Based on a similar patch by Michael Ellerman for PowerPC. Usage: make ARCH=riscv rv32_randconfig or make ARCH=riscv rv64_randconfig Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
2021-09-12 03:45:38 +00:00
CONFIG_ARCH_RV64I=y
CONFIG_64BIT=y
Reference in New Issue
Copy Permalink