aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPete Popov <ppopov@embeddedalley.com>2005-03-01 01:33:16 -0500
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:30:47 -0400
commite3ad1c23ba72214669b364c6fa304531dc768c3e (patch)
treebc1e0004d3df66b4c37a2deb8d89431657039719 /arch/mips/Kconfig
parent784f7b9d895893c6aa3ca471c1344a62fc29c285 (diff)
Base Au1200 2.6 support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 2edbef5f3551..455de42db7c9 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -642,6 +642,10 @@ config SGI_IP32
642 help 642 help
643 If you want this kernel to run on SGI O2 workstation, say Y here. 643 If you want this kernel to run on SGI O2 workstation, say Y here.
644 644
645config SOC_AU1200
646 bool
647 select SOC_AU1X00
648
645config SOC_AU1X00 649config SOC_AU1X00
646 bool "Support for AMD/Alchemy Au1X00 SOCs" 650 bool "Support for AMD/Alchemy Au1X00 SOCs"
647 select SYS_SUPPORTS_32BIT_KERNEL 651 select SYS_SUPPORTS_32BIT_KERNEL
@@ -702,6 +706,13 @@ config MIPS_PB1550
702 select HW_HAS_PCI 706 select HW_HAS_PCI
703 select MIPS_DISABLE_OBSOLETE_IDE 707 select MIPS_DISABLE_OBSOLETE_IDE
704 708
709config MIPS_PB1200
710 bool "AMD Alchemy PB1200 board"
711 select SOC_AU1200
712 select DMA_NONCOHERENT
713 select MIPS_DISABLE_OBSOLETE_IDE
714 select SYS_SUPPORTS_LITTLE_ENDIAN
715
705config MIPS_DB1000 716config MIPS_DB1000
706 bool "DB1000 board" 717 bool "DB1000 board"
707 depends on SOC_AU1000 718 depends on SOC_AU1000
@@ -732,6 +743,13 @@ config MIPS_BOSPORUS
732 depends on SOC_AU1500 743 depends on SOC_AU1500
733 select DMA_NONCOHERENT 744 select DMA_NONCOHERENT
734 745
746config MIPS_DB1200
747 bool "AMD Alchemy DB1200 board"
748 select SOC_AU1200
749 select DMA_NONCOHERENT
750 select MIPS_DISABLE_OBSOLETE_IDE
751 select SYS_SUPPORTS_LITTLE_ENDIAN
752
735config MIPS_MIRAGE 753config MIPS_MIRAGE
736 bool "Mirage board" 754 bool "Mirage board"
737 depends on SOC_AU1500 755 depends on SOC_AU1500