kernel/arch/microblaze/Kconfig.platform
.. .. @@ -1,5 +1,6 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # For a description of the syntax of this configuration file, 2 -# see Documentation/kbuild/kconfig-language.txt.3 +# see Documentation/kbuild/kconfig-language.rst.3 4 # 4 5 # Platform selection Kconfig menu for MicroBlaze targets 5 6 # .. .. @@ -65,6 +66,6 @@ 65 66 66 67 config XILINX_MICROBLAZE0_HW_VER 67 68 string "Core version number" 68 - default 7.10.d69 + default "7.10.d"69 70 70 71 endmenu