summaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig.debug
diff options
context:
space:
mode:
authorGuo Ren2018-09-05 08:25:06 +0200
committerGuo Ren2018-10-25 17:36:19 +0200
commitc32e64e852f3f5c0fd709f84bc94736840088375 (patch)
tree420e0ad361bb187377d7e038b3058391a169466c /arch/csky/Kconfig.debug
parentLinux 4.19 (diff)
downloadkernel-qcow2-linux-c32e64e852f3f5c0fd709f84bc94736840088375.tar.gz
kernel-qcow2-linux-c32e64e852f3f5c0fd709f84bc94736840088375.tar.xz
kernel-qcow2-linux-c32e64e852f3f5c0fd709f84bc94736840088375.zip
csky: Build infrastructure
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>
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