summaryrefslogtreecommitdiff
path: root/arch/csky/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/Kconfig.debug')
-rw-r--r--arch/csky/Kconfig.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/csky/Kconfig.debug b/arch/csky/Kconfig.debug
new file mode 100644
index 000000000000..48cf6ff9df4a
--- /dev/null
+++ b/arch/csky/Kconfig.debug
@@ -0,0 +1,9 @@
+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