1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
4 # Platform selection Kconfig menu for MicroBlaze targets
7 menu "Platform options"
9 config OPT_LIB_FUNCTION
10 bool "Optimalized lib function"
11 depends on CPU_LITTLE_ENDIAN
14 Allows turn on optimalized library function (memcpy and memmove).
15 They are optimized by using word alignment. This will work
16 fine if both source and destination are aligned on the same
17 boundary. However, if they are aligned on different boundaries
18 shifts will be necessary. This might result in bad performance
19 on MicroBlaze systems without a barrel shifter.
22 bool "Optimalized lib function ASM"
23 depends on OPT_LIB_FUNCTION && (XILINX_MICROBLAZE0_USE_BARREL = 1)
26 Allows turn on optimalized library function (memcpy and memmove).
27 Function are written in asm code.
29 # Definitions for MICROBLAZE0
30 comment "Definitions for MICROBLAZE0"
32 config KERNEL_BASE_ADDR
33 hex "Physical address where Linux Kernel is"
36 BASE Address for kernel
38 config XILINX_MICROBLAZE0_FAMILY
39 string "Targeted FPGA family"
42 config XILINX_MICROBLAZE0_USE_MSR_INSTR
43 int "USE_MSR_INSTR range (0:1)"
46 config XILINX_MICROBLAZE0_USE_PCMP_INSTR
47 int "USE_PCMP_INSTR range (0:1)"
50 config XILINX_MICROBLAZE0_USE_BARREL
51 int "USE_BARREL range (0:1)"
54 config XILINX_MICROBLAZE0_USE_DIV
55 int "USE_DIV range (0:1)"
58 config XILINX_MICROBLAZE0_USE_HW_MUL
59 int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)"
62 config XILINX_MICROBLAZE0_USE_FPU
63 int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)"
66 config XILINX_MICROBLAZE0_HW_VER
67 string "Core version number"