diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-04-30 11:28:03 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-08 01:23:09 -0400 |
commit | 8cb5f30a413e9b883b5e47637d9aee5e812dce24 (patch) | |
tree | 45b14a79e87efa48da7f7dd1950f374703e88233 /arch/mips/Kconfig | |
parent | 57e386ce9d136261bc60a5223f39b179a3c11046 (diff) |
MIPS: Drop unnecessary CONFIG_ISA from RBTX49XX
Those boards do not need CONFIG_ISA if the ne driver could be
selectable without it. Disable it and update a defconfig.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7441a2cf523e..b7cb048bc771 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -784,7 +784,6 @@ config TOSHIBA_RBTX4927 | |||
784 | select HAS_TXX9_SERIAL | 784 | select HAS_TXX9_SERIAL |
785 | select HW_HAS_PCI | 785 | select HW_HAS_PCI |
786 | select I8259 | 786 | select I8259 |
787 | select ISA | ||
788 | select SWAP_IO_SPACE | 787 | select SWAP_IO_SPACE |
789 | select SYS_HAS_CPU_TX49XX | 788 | select SYS_HAS_CPU_TX49XX |
790 | select SYS_SUPPORTS_32BIT_KERNEL | 789 | select SYS_SUPPORTS_32BIT_KERNEL |
@@ -806,7 +805,6 @@ config TOSHIBA_RBTX4938 | |||
806 | select HAS_TXX9_SERIAL | 805 | select HAS_TXX9_SERIAL |
807 | select HW_HAS_PCI | 806 | select HW_HAS_PCI |
808 | select I8259 | 807 | select I8259 |
809 | select ISA | ||
810 | select SWAP_IO_SPACE | 808 | select SWAP_IO_SPACE |
811 | select SYS_HAS_CPU_TX49XX | 809 | select SYS_HAS_CPU_TX49XX |
812 | select SYS_SUPPORTS_32BIT_KERNEL | 810 | select SYS_SUPPORTS_32BIT_KERNEL |