microblaze_v8: Kconfig patches
[linux-2.6/mini2440.git] / arch / microblaze / platform / generic / Kconfig.auto
blobfbca22d9c8b9bac47767f1b2f0e5fd1c48d1f8f1
2 # (C) Copyright 2007 Michal Simek
4 # Michal SIMEK <monstr@monstr.eu>
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation; either version 2 of
9 # the License, or (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19 # MA 02111-1307 USA
22 # Definitions for MICROBLAZE0
23 comment "Definitions for MICROBLAZE0"
24         depends on ALLOW_EDIT_AUTO
26 config KERNEL_BASE_ADDR
27         hex "Physical address where Linux Kernel is"
28         default "0x90000000"
29         help
30           BASE Address for kernel
32 config XILINX_MICROBLAZE0_FAMILY
33         string "Targetted FPGA family" if ALLOW_EDIT_AUTO
34         default "virtex5"
36 config XILINX_MICROBLAZE0_USE_MSR_INSTR
37         int "USE_MSR_INSTR range (0:1)" if ALLOW_EDIT_AUTO
38         default 1
40 config XILINX_MICROBLAZE0_USE_PCMP_INSTR
41         int "USE_PCMP_INSTR range (0:1)" if ALLOW_EDIT_AUTO
42         default 1
44 config XILINX_MICROBLAZE0_USE_BARREL
45         int "USE_BARREL range (0:1)" if ALLOW_EDIT_AUTO
46         default 1
48 config XILINX_MICROBLAZE0_USE_DIV
49         int "USE_DIV range (0:1)" if ALLOW_EDIT_AUTO
50         default 1
52 config XILINX_MICROBLAZE0_USE_HW_MUL
53         int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)" if ALLOW_EDIT_AUTO
54         default 2
56 config XILINX_MICROBLAZE0_USE_FPU
57         int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)" if ALLOW_EDIT_AUTO
58         default 2
60 config XILINX_MICROBLAZE0_HW_VER
61         string "Core version number" if ALLOW_EDIT_AUTO
62         default 7.10.d