xref: /linux/arch/csky/Kconfig.debug (revision 57c8a661d95dff48dd9c2f2496139082bbaf241a)
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