summaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig.debug
diff options
context:
space:
mode:
authorGuo Ren2018-10-30 11:42:32 +0100
committerGuo Ren2018-11-01 03:52:26 +0100
commitc4c14c3bd177ea769fee938674f73a8ec0cdd47a (patch)
tree8d335395d4c68b2e2c9c041a81214ca3a1a5e7dc /arch/csky/Kconfig.debug
parentMerge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux (diff)
downloadkernel-qcow2-linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.tar.gz
kernel-qcow2-linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.tar.xz
kernel-qcow2-linux-c4c14c3bd177ea769fee938674f73a8ec0cdd47a.zip
csky: remove builtin-dtb Kbuild
Remove the builtin-dtb implementation in arch/csky. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/Kconfig.debug')
-rw-r--r--arch/csky/Kconfig.debug10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/csky/Kconfig.debug b/arch/csky/Kconfig.debug
index 48cf6ff9df4a..22a162cd99e8 100644
--- a/arch/csky/Kconfig.debug
+++ b/arch/csky/Kconfig.debug
@@ -1,9 +1 @@
-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
+# dummy file, do not delete