This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-01-08 14:23:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b773c086ed
linux
/
arch
/
arm
/
configs
/
dram_0x00000000.config
3 lines
60 B
Plaintext
Raw
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: DRAM base at 0x00000000
ARM: configs: Add new config fragment to change RAM start point Rather than duplicate a defconfig for each difference between platforms, we can choose to pick a basic defconfig and manipulate it at run-time using config fragments. Here we're adding a new fragment to over-ride the RAM start point to 0x0. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
2016-02-16 14:17:00 +00:00
CONFIG_DRAM_BASE=0x00000000
Reference in New Issue
Copy Permalink