mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 13:15:57 +00:00
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
|