Kconfig.auto 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # (C) Copyright 2007 Michal Simek
  3. #
  4. # Michal SIMEK <monstr@monstr.eu>
  5. #
  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.
  10. #
  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.
  15. #
  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
  20. #
  21. # Definitions for MICROBLAZE0
  22. comment "Definitions for MICROBLAZE0"
  23. config KERNEL_BASE_ADDR
  24. hex "Physical address where Linux Kernel is"
  25. default "0x90000000"
  26. help
  27. BASE Address for kernel
  28. config XILINX_MICROBLAZE0_FAMILY
  29. string "Targeted FPGA family"
  30. default "virtex5"
  31. config XILINX_MICROBLAZE0_USE_MSR_INSTR
  32. int "USE_MSR_INSTR range (0:1)"
  33. default 0
  34. config XILINX_MICROBLAZE0_USE_PCMP_INSTR
  35. int "USE_PCMP_INSTR range (0:1)"
  36. default 0
  37. config XILINX_MICROBLAZE0_USE_BARREL
  38. int "USE_BARREL range (0:1)"
  39. default 0
  40. config XILINX_MICROBLAZE0_USE_DIV
  41. int "USE_DIV range (0:1)"
  42. default 0
  43. config XILINX_MICROBLAZE0_USE_HW_MUL
  44. int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)"
  45. default 0
  46. config XILINX_MICROBLAZE0_USE_FPU
  47. int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)"
  48. default 0
  49. config XILINX_MICROBLAZE0_HW_VER
  50. string "Core version number"
  51. default 7.10.d