mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 05:00:11 +07:00
c32e64e852
This patch adds Makefile, Kconfig for build infrastructure. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
menu "C-SKY Debug Options"
|
|
config CSKY_BUILTIN_DTB
|
|
string "Use kernel builtin dtb"
|
|
help
|
|
User could define the dtb instead of the one which is passed from
|
|
bootloader.
|
|
Sometimes for debug, we want to use a built-in dtb and then we needn't
|
|
modify bootloader at all.
|
|
endmenu
|