Kconfig.platform (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | Kconfig.platform (48547bd23d0eeb2cf3a63ed588b46236eac5f2c3) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4# Platform selection Kconfig menu for MicroBlaze targets 5# 6 7menu "Platform options" 8 --- 51 unchanged lines hidden (view full) --- 60 default 0 61 62config XILINX_MICROBLAZE0_USE_FPU 63 int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)" 64 default 0 65 66config XILINX_MICROBLAZE0_HW_VER 67 string "Core version number" | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4# Platform selection Kconfig menu for MicroBlaze targets 5# 6 7menu "Platform options" 8 --- 51 unchanged lines hidden (view full) --- 60 default 0 61 62config XILINX_MICROBLAZE0_USE_FPU 63 int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)" 64 default 0 65 66config XILINX_MICROBLAZE0_HW_VER 67 string "Core version number" |
68 default 7.10.d | 68 default "7.10.d" |
69 70endmenu | 69 70endmenu |