summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-12 03:19:41 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-12 03:19:41 +0000
commitc4a2a91dd053af588f69a4da0f9408da334869f7 (patch)
tree6d92a7c9bd79249450d74020d6480d1e5d902e30 /arch/mips/config.in
parent73c5574a141032a6d588b0e25be6d76bbf7b991d (diff)
DDB5476 support from Jun Sun.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index a790a3b52..d8b6d8ab9 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -21,6 +21,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
fi
bool 'Support for DECstations (EXPERIMENTAL)' CONFIG_DECSTATION
bool 'Support for NEC DDB Vrc-5074 (EXPERIMENTAL)' CONFIG_DDB5074
+ bool 'Support for NEC DDB Vrc-5476 (EXPERIMENTAL)' CONFIG_DDB5476
bool 'Support for Galileo Evaluation board or CoSine Orion' CONFIG_ORION
bool 'Support for MIPS Atlas board' CONFIG_MIPS_ATLAS
bool 'Support for MIPS Malta board' CONFIG_MIPS_MALTA
@@ -94,10 +95,11 @@ if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_PCI y
fi
-if [ "$CONFIG_DDB5074" = "y" ]; then
+if [ "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then
define_bool CONFIG_I8259 y
define_bool CONFIG_ISA y
define_bool CONFIG_PCI y
+ define_bool CONFIG_PC_KEYB y
fi
if [ "$CONFIG_ISA" != "y" ]; then
@@ -131,6 +133,7 @@ choice 'CPU type' \
R4300 CONFIG_CPU_R4300 \
R4x00 CONFIG_CPU_R4X00 \
R5000 CONFIG_CPU_R5000 \
+ R5432 CONFIG_CPU_R5432 \
RM7000 CONFIG_CPU_RM7000 \
R56x0 CONFIG_CPU_NEVADA \
R8000 CONFIG_CPU_R8000 \
@@ -159,7 +162,7 @@ endmenu
mainmenu_option next_comment
comment 'General setup'
-if [ "$CONFIG_DECSTATION" = "y" -o "$CONFIG_DDB5074" = "y" ]; then
+if [ "$CONFIG_DECSTATION" = "y" -o "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then
define_bool CONFIG_CPU_LITTLE_ENDIAN y
else
bool 'Generate little endian code' CONFIG_CPU_LITTLE_ENDIAN