forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/microblaze/Kconfig.platform
....@@ -1,5 +1,6 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # For a description of the syntax of this configuration file,
2
-# see Documentation/kbuild/kconfig-language.txt.
3
+# see Documentation/kbuild/kconfig-language.rst.
34 #
45 # Platform selection Kconfig menu for MicroBlaze targets
56 #
....@@ -65,6 +66,6 @@
6566
6667 config XILINX_MICROBLAZE0_HW_VER
6768 string "Core version number"
68
- default 7.10.d
69
+ default "7.10.d"
6970
7071 endmenu