diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-29 00:18:16 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-29 00:18:16 +0000 |
commit | 68d2855f87ad909786effe8abe0f8f0e046f8a0f (patch) | |
tree | 0986ea830f416289a4e12d811634adb1247d3a4a /arch/mips/config.in | |
parent | b3a4cea888eb9065d605cc58a3d9982d6c00e865 (diff) |
DDB5074 updates. From Geert.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 7a400b3e0..3d4506a31 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -57,6 +57,8 @@ if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then fi if [ "$CONFIG_DDB5074" = "y" ]; then define_bool CONFIG_HAVE_IO_PORTS y + define_bool CONFIG_ISA y + define_bool CONFIG_PCI y fi if [ "$CONFIG_ISA" != "y" ]; then |