Commit 36660cef authored by Grant Likely's avatar Grant Likely Committed by Josh Boyer

[POWERPC] Virtex: Add Kconfig macros for Xilinx Virtex board support

Add the needed kconfig macros to enable Xilinx Virtex board support
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 7ddc5f97
...@@ -61,13 +61,22 @@ config WALNUT ...@@ -61,13 +61,22 @@ config WALNUT
help help
This option enables support for the IBM PPC405GP evaluation board. This option enables support for the IBM PPC405GP evaluation board.
#config XILINX_ML300 config XILINX_VIRTEX_GENERIC_BOARD
# bool "Xilinx-ML300" bool "Generic Xilinx Virtex board"
# depends on 40x depends on 40x
# default y default n
# select VIRTEX_II_PRO select XILINX_VIRTEX_II_PRO
# help select XILINX_VIRTEX_4_FX
# This option enables support for the Xilinx ML300 evaluation board. help
This option enables generic support for Xilinx Virtex based boards.
The generic virtex board support matches any device tree which
specifies 'xilinx,virtex' in its compatible field. This includes
the Xilinx ML3xx and ML4xx reference designs using the powerpc
core.
Most Virtex designs should use this unless it needs to do some
special configuration at board probe time.
# 40x specific CPU modules, selected based on the board above. # 40x specific CPU modules, selected based on the board above.
config NP405H config NP405H
...@@ -91,11 +100,19 @@ config 405EP ...@@ -91,11 +100,19 @@ config 405EP
config 405GPR config 405GPR
bool bool
config VIRTEX_II_PRO config XILINX_VIRTEX
bool bool
config XILINX_VIRTEX_II_PRO
bool
select XILINX_VIRTEX
select IBM405_ERR77 select IBM405_ERR77
select IBM405_ERR51 select IBM405_ERR51
config XILINX_VIRTEX_4_FX
bool
select XILINX_VIRTEX
config STB03xxx config STB03xxx
bool bool
select IBM405_ERR77 select IBM405_ERR77
...@@ -111,11 +128,6 @@ config IBM405_ERR77 ...@@ -111,11 +128,6 @@ config IBM405_ERR77
config IBM405_ERR51 config IBM405_ERR51
bool bool
#config XILINX_OCP
# bool
# depends on XILINX_ML300
# default y
#config BIOS_FIXUP #config BIOS_FIXUP
# bool # bool
# depends on BUBINGA || EP405 || SYCAMORE || WALNUT # depends on BUBINGA || EP405 || SYCAMORE || WALNUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment