xref: /linux/arch/csky/Kconfig.debug (revision 2209fda323e2fd2a2d0885595fd5097717f8d2aa)
1menu "C-SKY Debug Options"
2config CSKY_BUILTIN_DTB
3	string "Use kernel builtin dtb"
4	help
5	  User could define the dtb instead of the one which is passed from
6	  bootloader.
7	  Sometimes for debug, we want to use a built-in dtb and then we needn't
8	  modify bootloader at all.
9endmenu
10