diff options
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r-- | arch/ppc/platforms/4xx/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig index d8837911bbc6..203abab32cc3 100644 --- a/arch/ppc/platforms/4xx/Kconfig +++ b/arch/ppc/platforms/4xx/Kconfig | |||
@@ -208,11 +208,16 @@ config 405GPR | |||
208 | depends on SYCAMORE | 208 | depends on SYCAMORE |
209 | default y | 209 | default y |
210 | 210 | ||
211 | config VIRTEX_II_PRO | 211 | config XILINX_VIRTEX_II_PRO |
212 | bool | 212 | bool |
213 | depends on XILINX_ML300 | 213 | depends on XILINX_ML300 |
214 | default y | 214 | default y |
215 | 215 | ||
216 | config XILINX_VIRTEX | ||
217 | bool | ||
218 | depends on XILINX_VIRTEX_II_PRO | ||
219 | default y | ||
220 | |||
216 | config STB03xxx | 221 | config STB03xxx |
217 | bool | 222 | bool |
218 | depends on REDWOOD_5 || REDWOOD_6 | 223 | depends on REDWOOD_5 || REDWOOD_6 |