diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-04 04:04:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-04 04:04:09 +0000 |
commit | 074da8c3f230190b4a00177ff781f0a76d8b0dfe (patch) | |
tree | f62c562c8c324258f0c79cea9b99172783212827 /arch/mips/config.in | |
parent | 1fbefa026d5a271ed014b1bb730de8de06ca89d5 (diff) |
EV64120 support. From Steve Johnson.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index a5486d93a..4ced145e3 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -20,6 +20,14 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then bool 'Support for NEC DDB Vrc-5476 (EXPERIMENTAL)' CONFIG_DDB5476 bool 'Support for Galileo Evaluation board or CoSine Orion' CONFIG_ORION bool 'Support for Galileo EV96100 Evaluation board' CONFIG_MIPS_EV96100 + bool 'Support for Galileo EV64120 Evaluation board' CONFIG_MIPS_EV64120 + if [ "$CONFIG_MIPS_EV64120" = "y" ]; then + bool 'Enable Second PCI (PCI1)' CONFIG_EVB_PCI1 + choice 'Galileo Chip Clock' \ + "75 CONFIG_SYSCLK_75\ + 83.3 CONFIG_SYSCLK_83\ + 100 CONFIG_SYSCLK_100" CONFIG_SYSCLK_83 + fi bool 'Support for MIPS Atlas board' CONFIG_MIPS_ATLAS bool 'Support for MIPS Malta board' CONFIG_MIPS_MALTA fi @@ -47,6 +55,11 @@ if [ "$CONFIG_MIPS_EV96100" = "y" ]; then define_bool CONFIG_PCI y define_bool CONFIG_MIPS_GT96100 y fi +if [ "$CONFIG_MIPS_EV64120" = "y" ]; then + define_bool CONFIG_PCI y + define_bool CONFIG_ISA n + define_bool CONFIG_MIPS_GT64120 y +fi if [ "$CONFIG_ALGOR_P4032" = "y" ]; then define_bool CONFIG_PCI y |