diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-06-21 02:06:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:00 -0400 |
commit | 6b5bf509317c013ea0a7c166affc1d4631720d85 (patch) | |
tree | 09c4cfaea1feca577930edbb7e382b573c98290e | |
parent | 36de48de85bdb9bc8c35c1eb513737c187d70a46 (diff) |
[MIPS] EV64120: Remove support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
59 files changed, 2 insertions, 1708 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index beff10528797..8750e611ef59 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -88,24 +88,6 @@ config MACH_DECSTATION | |||
88 | 88 | ||
89 | otherwise choose R3000. | 89 | otherwise choose R3000. |
90 | 90 | ||
91 | config MIPS_EV64120 | ||
92 | bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)" | ||
93 | depends on EXPERIMENTAL | ||
94 | select DMA_NONCOHERENT | ||
95 | select HW_HAS_PCI | ||
96 | select PCI_GT64XXX_PCI0 | ||
97 | select SYS_HAS_CPU_R5000 | ||
98 | select SYS_SUPPORTS_32BIT_KERNEL | ||
99 | select SYS_SUPPORTS_64BIT_KERNEL | ||
100 | select SYS_SUPPORTS_BIG_ENDIAN | ||
101 | select SYS_SUPPORTS_KGDB | ||
102 | help | ||
103 | This is an evaluation board based on the Galileo GT-64120 | ||
104 | single-chip system controller that contains a MIPS R5000 compatible | ||
105 | core running at 75/100MHz. Their website is located at | ||
106 | <http://www.marvell.com/>. Say Y here if you wish to build a | ||
107 | kernel for this platform. | ||
108 | |||
109 | config MACH_JAZZ | 91 | config MACH_JAZZ |
110 | bool "Jazz family of machines" | 92 | bool "Jazz family of machines" |
111 | select ARC | 93 | select ARC |
@@ -661,7 +643,6 @@ endchoice | |||
661 | 643 | ||
662 | source "arch/mips/au1000/Kconfig" | 644 | source "arch/mips/au1000/Kconfig" |
663 | source "arch/mips/ddb5xxx/Kconfig" | 645 | source "arch/mips/ddb5xxx/Kconfig" |
664 | source "arch/mips/gt64120/ev64120/Kconfig" | ||
665 | source "arch/mips/jazz/Kconfig" | 646 | source "arch/mips/jazz/Kconfig" |
666 | source "arch/mips/lasat/Kconfig" | 647 | source "arch/mips/lasat/Kconfig" |
667 | source "arch/mips/pmc-sierra/Kconfig" | 648 | source "arch/mips/pmc-sierra/Kconfig" |
@@ -884,19 +865,11 @@ config SERIAL_RM9000 | |||
884 | # | 865 | # |
885 | choice | 866 | choice |
886 | prompt "Galileo Chip Clock" | 867 | prompt "Galileo Chip Clock" |
887 | #default SYSCLK_83 if MIPS_EV64120 | 868 | depends on MOMENCO_OCELOT |
888 | depends on MIPS_EV64120 || MOMENCO_OCELOT | ||
889 | default SYSCLK_83 if MIPS_EV64120 | ||
890 | default SYSCLK_100 if MOMENCO_OCELOT | 869 | default SYSCLK_100 if MOMENCO_OCELOT |
891 | 870 | ||
892 | config SYSCLK_75 | ||
893 | bool "75" if MIPS_EV64120 | ||
894 | |||
895 | config SYSCLK_83 | ||
896 | bool "83.3" if MIPS_EV64120 | ||
897 | |||
898 | config SYSCLK_100 | 871 | config SYSCLK_100 |
899 | bool "100" if MIPS_EV64120 || MOMENCO_OCELOT | 872 | bool "100" if MOMENCO_OCELOT |
900 | 873 | ||
901 | endchoice | 874 | endchoice |
902 | 875 | ||
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 12e24146a06c..ddb048b8600a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -283,14 +283,6 @@ load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | |||
283 | CLEAN_FILES += drivers/tc/lk201-map.c | 283 | CLEAN_FILES += drivers/tc/lk201-map.c |
284 | 284 | ||
285 | # | 285 | # |
286 | # Galileo EV64120 Board | ||
287 | # | ||
288 | core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/ev64120/ | ||
289 | core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/common/ | ||
290 | cflags-$(CONFIG_MIPS_EV64120) += -Iinclude/asm-mips/mach-ev64120 | ||
291 | load-$(CONFIG_MIPS_EV64120) += 0xffffffff80100000 | ||
292 | |||
293 | # | ||
294 | # Wind River PPMC Board (4KC + GT64120) | 286 | # Wind River PPMC Board (4KC + GT64120) |
295 | # | 287 | # |
296 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 288 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index 39e251300c64..99c54f3da36a 100644 --- a/arch/mips/configs/atlas_defconfig +++ b/arch/mips/configs/atlas_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | CONFIG_MIPS_ATLAS=y | 30 | CONFIG_MIPS_ATLAS=y |
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index 4713a13211ce..c885e4fc4e41 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index 5e7ae56b1f3c..a5ebedc1d1de 100644 --- a/arch/mips/configs/capcella_defconfig +++ b/arch/mips/configs/capcella_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index c1186005358e..c70456ede3d5 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
@@ -12,7 +12,6 @@ CONFIG_MIPS=y | |||
12 | # CONFIG_BASLER_EXCITE is not set | 12 | # CONFIG_BASLER_EXCITE is not set |
13 | CONFIG_MIPS_COBALT=y | 13 | CONFIG_MIPS_COBALT=y |
14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
15 | # CONFIG_MIPS_EV64120 is not set | ||
16 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
17 | # CONFIG_LASAT is not set | 16 | # CONFIG_LASAT is not set |
18 | # CONFIG_MIPS_ATLAS is not set | 17 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index 10f6af43753d..87e99e5ca84d 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_DB1000=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index 4b0862927748..5d46a9982832 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_DB1100=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 820659e810dc..e6f4242268fb 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_DB1200=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 4050b9b91bcb..ea5609339146 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_DB1500=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index 7b3519058ab8..2728a0018b58 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_DB1550=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ddb5477_defconfig b/arch/mips/configs/ddb5477_defconfig index 5b502a2013fb..d67f15009efa 100644 --- a/arch/mips/configs/ddb5477_defconfig +++ b/arch/mips/configs/ddb5477_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 4bbdab078ff1..25e533667504 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | CONFIG_MACH_DECSTATION=y | 27 | CONFIG_MACH_DECSTATION=y |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index b5714a6a5398..1257a7016c44 100644 --- a/arch/mips/configs/e55_defconfig +++ b/arch/mips/configs/e55_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/emma2rh_defconfig b/arch/mips/configs/emma2rh_defconfig index 2e3e155b4c55..9318fce31732 100644 --- a/arch/mips/configs/emma2rh_defconfig +++ b/arch/mips/configs/emma2rh_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ev64120_defconfig b/arch/mips/configs/ev64120_defconfig deleted file mode 100644 index c10e4e063226..000000000000 --- a/arch/mips/configs/ev64120_defconfig +++ /dev/null | |||
@@ -1,985 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.20 | ||
4 | # Tue Feb 20 21:47:30 2007 | ||
5 | # | ||
6 | CONFIG_MIPS=y | ||
7 | |||
8 | # | ||
9 | # Machine selection | ||
10 | # | ||
11 | CONFIG_ZONE_DMA=y | ||
12 | # CONFIG_MIPS_MTX1 is not set | ||
13 | # CONFIG_MIPS_BOSPORUS is not set | ||
14 | # CONFIG_MIPS_PB1000 is not set | ||
15 | # CONFIG_MIPS_PB1100 is not set | ||
16 | # CONFIG_MIPS_PB1500 is not set | ||
17 | # CONFIG_MIPS_PB1550 is not set | ||
18 | # CONFIG_MIPS_PB1200 is not set | ||
19 | # CONFIG_MIPS_DB1000 is not set | ||
20 | # CONFIG_MIPS_DB1100 is not set | ||
21 | # CONFIG_MIPS_DB1500 is not set | ||
22 | # CONFIG_MIPS_DB1550 is not set | ||
23 | # CONFIG_MIPS_DB1200 is not set | ||
24 | # CONFIG_MIPS_MIRAGE is not set | ||
25 | # CONFIG_BASLER_EXCITE is not set | ||
26 | # CONFIG_MIPS_COBALT is not set | ||
27 | # CONFIG_MACH_DECSTATION is not set | ||
28 | CONFIG_MIPS_EV64120=y | ||
29 | # CONFIG_MACH_JAZZ is not set | ||
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | ||
32 | # CONFIG_MIPS_MALTA is not set | ||
33 | # CONFIG_MIPS_SEAD is not set | ||
34 | # CONFIG_WR_PPMC is not set | ||
35 | # CONFIG_MIPS_SIM is not set | ||
36 | # CONFIG_MOMENCO_JAGUAR_ATX is not set | ||
37 | # CONFIG_MOMENCO_OCELOT is not set | ||
38 | # CONFIG_MOMENCO_OCELOT_3 is not set | ||
39 | # CONFIG_MOMENCO_OCELOT_C is not set | ||
40 | # CONFIG_MOMENCO_OCELOT_G is not set | ||
41 | # CONFIG_MIPS_XXS1500 is not set | ||
42 | # CONFIG_PNX8550_JBS is not set | ||
43 | # CONFIG_PNX8550_STB810 is not set | ||
44 | # CONFIG_DDB5477 is not set | ||
45 | # CONFIG_MACH_VR41XX is not set | ||
46 | # CONFIG_PMC_YOSEMITE is not set | ||
47 | # CONFIG_QEMU is not set | ||
48 | # CONFIG_MARKEINS is not set | ||
49 | # CONFIG_SGI_IP22 is not set | ||
50 | # CONFIG_SGI_IP27 is not set | ||
51 | # CONFIG_SGI_IP32 is not set | ||
52 | # CONFIG_SIBYTE_BIGSUR is not set | ||
53 | # CONFIG_SIBYTE_SWARM is not set | ||
54 | # CONFIG_SIBYTE_SENTOSA is not set | ||
55 | # CONFIG_SIBYTE_RHONE is not set | ||
56 | # CONFIG_SIBYTE_CARMEL is not set | ||
57 | # CONFIG_SIBYTE_PTSWARM is not set | ||
58 | # CONFIG_SIBYTE_LITTLESUR is not set | ||
59 | # CONFIG_SIBYTE_CRHINE is not set | ||
60 | # CONFIG_SIBYTE_CRHONE is not set | ||
61 | # CONFIG_SNI_RM is not set | ||
62 | # CONFIG_TOSHIBA_JMR3927 is not set | ||
63 | # CONFIG_TOSHIBA_RBTX4927 is not set | ||
64 | # CONFIG_TOSHIBA_RBTX4938 is not set | ||
65 | # CONFIG_EVB_PCI1 is not set | ||
66 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
67 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
68 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
69 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
70 | CONFIG_GENERIC_HWEIGHT=y | ||
71 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
72 | CONFIG_GENERIC_TIME=y | ||
73 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
74 | # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set | ||
75 | CONFIG_DMA_NONCOHERENT=y | ||
76 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | ||
77 | CONFIG_CPU_BIG_ENDIAN=y | ||
78 | # CONFIG_CPU_LITTLE_ENDIAN is not set | ||
79 | CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y | ||
80 | CONFIG_MIPS_GT64120=y | ||
81 | # CONFIG_SYSCLK_75 is not set | ||
82 | # CONFIG_SYSCLK_83 is not set | ||
83 | CONFIG_SYSCLK_100=y | ||
84 | CONFIG_MIPS_L1_CACHE_SHIFT=5 | ||
85 | |||
86 | # | ||
87 | # CPU selection | ||
88 | # | ||
89 | # CONFIG_CPU_MIPS32_R1 is not set | ||
90 | # CONFIG_CPU_MIPS32_R2 is not set | ||
91 | # CONFIG_CPU_MIPS64_R1 is not set | ||
92 | # CONFIG_CPU_MIPS64_R2 is not set | ||
93 | # CONFIG_CPU_R3000 is not set | ||
94 | # CONFIG_CPU_TX39XX is not set | ||
95 | # CONFIG_CPU_VR41XX is not set | ||
96 | # CONFIG_CPU_R4300 is not set | ||
97 | # CONFIG_CPU_R4X00 is not set | ||
98 | # CONFIG_CPU_TX49XX is not set | ||
99 | CONFIG_CPU_R5000=y | ||
100 | # CONFIG_CPU_R5432 is not set | ||
101 | # CONFIG_CPU_R6000 is not set | ||
102 | # CONFIG_CPU_NEVADA is not set | ||
103 | # CONFIG_CPU_R8000 is not set | ||
104 | # CONFIG_CPU_R10000 is not set | ||
105 | # CONFIG_CPU_RM7000 is not set | ||
106 | # CONFIG_CPU_RM9000 is not set | ||
107 | # CONFIG_CPU_SB1 is not set | ||
108 | CONFIG_SYS_HAS_CPU_R5000=y | ||
109 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
110 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
112 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
113 | |||
114 | # | ||
115 | # Kernel type | ||
116 | # | ||
117 | CONFIG_32BIT=y | ||
118 | # CONFIG_64BIT is not set | ||
119 | CONFIG_PAGE_SIZE_4KB=y | ||
120 | # CONFIG_PAGE_SIZE_8KB is not set | ||
121 | # CONFIG_PAGE_SIZE_16KB is not set | ||
122 | # CONFIG_PAGE_SIZE_64KB is not set | ||
123 | CONFIG_MIPS_MT_DISABLED=y | ||
124 | # CONFIG_MIPS_MT_SMP is not set | ||
125 | # CONFIG_MIPS_MT_SMTC is not set | ||
126 | # CONFIG_MIPS_VPE_LOADER is not set | ||
127 | # CONFIG_64BIT_PHYS_ADDR is not set | ||
128 | CONFIG_CPU_HAS_LLSC=y | ||
129 | CONFIG_CPU_HAS_SYNC=y | ||
130 | CONFIG_GENERIC_HARDIRQS=y | ||
131 | CONFIG_GENERIC_IRQ_PROBE=y | ||
132 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
133 | CONFIG_SELECT_MEMORY_MODEL=y | ||
134 | CONFIG_FLATMEM_MANUAL=y | ||
135 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
136 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
137 | CONFIG_FLATMEM=y | ||
138 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
139 | # CONFIG_SPARSEMEM_STATIC is not set | ||
140 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
141 | # CONFIG_RESOURCES_64BIT is not set | ||
142 | CONFIG_ZONE_DMA_FLAG=1 | ||
143 | # CONFIG_HZ_48 is not set | ||
144 | # CONFIG_HZ_100 is not set | ||
145 | # CONFIG_HZ_128 is not set | ||
146 | # CONFIG_HZ_250 is not set | ||
147 | # CONFIG_HZ_256 is not set | ||
148 | CONFIG_HZ_1000=y | ||
149 | # CONFIG_HZ_1024 is not set | ||
150 | CONFIG_SYS_SUPPORTS_ARBIT_HZ=y | ||
151 | CONFIG_HZ=1000 | ||
152 | CONFIG_PREEMPT_NONE=y | ||
153 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
154 | # CONFIG_PREEMPT is not set | ||
155 | # CONFIG_KEXEC is not set | ||
156 | CONFIG_LOCKDEP_SUPPORT=y | ||
157 | CONFIG_STACKTRACE_SUPPORT=y | ||
158 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
159 | |||
160 | # | ||
161 | # Code maturity level options | ||
162 | # | ||
163 | CONFIG_EXPERIMENTAL=y | ||
164 | CONFIG_BROKEN_ON_SMP=y | ||
165 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
166 | |||
167 | # | ||
168 | # General setup | ||
169 | # | ||
170 | CONFIG_LOCALVERSION="" | ||
171 | CONFIG_LOCALVERSION_AUTO=y | ||
172 | CONFIG_SWAP=y | ||
173 | CONFIG_SYSVIPC=y | ||
174 | # CONFIG_IPC_NS is not set | ||
175 | CONFIG_SYSVIPC_SYSCTL=y | ||
176 | # CONFIG_POSIX_MQUEUE is not set | ||
177 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
178 | # CONFIG_TASKSTATS is not set | ||
179 | # CONFIG_UTS_NS is not set | ||
180 | # CONFIG_AUDIT is not set | ||
181 | # CONFIG_IKCONFIG is not set | ||
182 | CONFIG_SYSFS_DEPRECATED=y | ||
183 | CONFIG_RELAY=y | ||
184 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
185 | CONFIG_SYSCTL=y | ||
186 | CONFIG_EMBEDDED=y | ||
187 | CONFIG_SYSCTL_SYSCALL=y | ||
188 | CONFIG_KALLSYMS=y | ||
189 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
190 | CONFIG_HOTPLUG=y | ||
191 | CONFIG_PRINTK=y | ||
192 | CONFIG_BUG=y | ||
193 | CONFIG_ELF_CORE=y | ||
194 | CONFIG_BASE_FULL=y | ||
195 | CONFIG_FUTEX=y | ||
196 | CONFIG_EPOLL=y | ||
197 | CONFIG_SHMEM=y | ||
198 | CONFIG_SLAB=y | ||
199 | CONFIG_VM_EVENT_COUNTERS=y | ||
200 | CONFIG_RT_MUTEXES=y | ||
201 | # CONFIG_TINY_SHMEM is not set | ||
202 | CONFIG_BASE_SMALL=0 | ||
203 | # CONFIG_SLOB is not set | ||
204 | |||
205 | # | ||
206 | # Loadable module support | ||
207 | # | ||
208 | CONFIG_MODULES=y | ||
209 | CONFIG_MODULE_UNLOAD=y | ||
210 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
211 | CONFIG_MODVERSIONS=y | ||
212 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
213 | # CONFIG_KMOD is not set | ||
214 | |||
215 | # | ||
216 | # Block layer | ||
217 | # | ||
218 | CONFIG_BLOCK=y | ||
219 | # CONFIG_LBD is not set | ||
220 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
221 | # CONFIG_LSF is not set | ||
222 | |||
223 | # | ||
224 | # IO Schedulers | ||
225 | # | ||
226 | CONFIG_IOSCHED_NOOP=y | ||
227 | CONFIG_IOSCHED_AS=y | ||
228 | CONFIG_IOSCHED_DEADLINE=y | ||
229 | CONFIG_IOSCHED_CFQ=y | ||
230 | CONFIG_DEFAULT_AS=y | ||
231 | # CONFIG_DEFAULT_DEADLINE is not set | ||
232 | # CONFIG_DEFAULT_CFQ is not set | ||
233 | # CONFIG_DEFAULT_NOOP is not set | ||
234 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
235 | |||
236 | # | ||
237 | # Bus options (PCI, PCMCIA, EISA, ISA, TC) | ||
238 | # | ||
239 | CONFIG_HW_HAS_PCI=y | ||
240 | CONFIG_PCI=y | ||
241 | CONFIG_MMU=y | ||
242 | |||
243 | # | ||
244 | # PCCARD (PCMCIA/CardBus) support | ||
245 | # | ||
246 | # CONFIG_PCCARD is not set | ||
247 | |||
248 | # | ||
249 | # PCI Hotplug Support | ||
250 | # | ||
251 | # CONFIG_HOTPLUG_PCI is not set | ||
252 | |||
253 | # | ||
254 | # Executable file formats | ||
255 | # | ||
256 | CONFIG_BINFMT_ELF=y | ||
257 | # CONFIG_BINFMT_MISC is not set | ||
258 | CONFIG_TRAD_SIGNALS=y | ||
259 | |||
260 | # | ||
261 | # Power management options | ||
262 | # | ||
263 | CONFIG_PM=y | ||
264 | # CONFIG_PM_LEGACY is not set | ||
265 | # CONFIG_PM_DEBUG is not set | ||
266 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
267 | |||
268 | # | ||
269 | # Networking | ||
270 | # | ||
271 | CONFIG_NET=y | ||
272 | |||
273 | # | ||
274 | # Networking options | ||
275 | # | ||
276 | # CONFIG_NETDEBUG is not set | ||
277 | # CONFIG_PACKET is not set | ||
278 | CONFIG_UNIX=y | ||
279 | CONFIG_XFRM=y | ||
280 | CONFIG_XFRM_USER=m | ||
281 | # CONFIG_XFRM_SUB_POLICY is not set | ||
282 | CONFIG_XFRM_MIGRATE=y | ||
283 | CONFIG_NET_KEY=y | ||
284 | CONFIG_NET_KEY_MIGRATE=y | ||
285 | CONFIG_INET=y | ||
286 | # CONFIG_IP_MULTICAST is not set | ||
287 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
288 | CONFIG_IP_FIB_HASH=y | ||
289 | CONFIG_IP_PNP=y | ||
290 | # CONFIG_IP_PNP_DHCP is not set | ||
291 | # CONFIG_IP_PNP_BOOTP is not set | ||
292 | # CONFIG_IP_PNP_RARP is not set | ||
293 | # CONFIG_NET_IPIP is not set | ||
294 | # CONFIG_NET_IPGRE is not set | ||
295 | # CONFIG_ARPD is not set | ||
296 | # CONFIG_SYN_COOKIES is not set | ||
297 | # CONFIG_INET_AH is not set | ||
298 | # CONFIG_INET_ESP is not set | ||
299 | # CONFIG_INET_IPCOMP is not set | ||
300 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
301 | # CONFIG_INET_TUNNEL is not set | ||
302 | CONFIG_INET_XFRM_MODE_TRANSPORT=m | ||
303 | CONFIG_INET_XFRM_MODE_TUNNEL=m | ||
304 | CONFIG_INET_XFRM_MODE_BEET=m | ||
305 | CONFIG_INET_DIAG=y | ||
306 | CONFIG_INET_TCP_DIAG=y | ||
307 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
308 | CONFIG_TCP_CONG_CUBIC=y | ||
309 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
310 | CONFIG_TCP_MD5SIG=y | ||
311 | # CONFIG_IPV6 is not set | ||
312 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
313 | # CONFIG_INET6_TUNNEL is not set | ||
314 | CONFIG_NETWORK_SECMARK=y | ||
315 | # CONFIG_NETFILTER is not set | ||
316 | |||
317 | # | ||
318 | # DCCP Configuration (EXPERIMENTAL) | ||
319 | # | ||
320 | # CONFIG_IP_DCCP is not set | ||
321 | |||
322 | # | ||
323 | # SCTP Configuration (EXPERIMENTAL) | ||
324 | # | ||
325 | # CONFIG_IP_SCTP is not set | ||
326 | |||
327 | # | ||
328 | # TIPC Configuration (EXPERIMENTAL) | ||
329 | # | ||
330 | # CONFIG_TIPC is not set | ||
331 | # CONFIG_ATM is not set | ||
332 | # CONFIG_BRIDGE is not set | ||
333 | # CONFIG_VLAN_8021Q is not set | ||
334 | # CONFIG_DECNET is not set | ||
335 | # CONFIG_LLC2 is not set | ||
336 | # CONFIG_IPX is not set | ||
337 | # CONFIG_ATALK is not set | ||
338 | # CONFIG_X25 is not set | ||
339 | # CONFIG_LAPB is not set | ||
340 | # CONFIG_ECONET is not set | ||
341 | # CONFIG_WAN_ROUTER is not set | ||
342 | |||
343 | # | ||
344 | # QoS and/or fair queueing | ||
345 | # | ||
346 | # CONFIG_NET_SCHED is not set | ||
347 | |||
348 | # | ||
349 | # Network testing | ||
350 | # | ||
351 | # CONFIG_NET_PKTGEN is not set | ||
352 | # CONFIG_HAMRADIO is not set | ||
353 | # CONFIG_IRDA is not set | ||
354 | # CONFIG_BT is not set | ||
355 | CONFIG_IEEE80211=m | ||
356 | # CONFIG_IEEE80211_DEBUG is not set | ||
357 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
358 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
359 | CONFIG_IEEE80211_SOFTMAC=m | ||
360 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
361 | CONFIG_WIRELESS_EXT=y | ||
362 | |||
363 | # | ||
364 | # Device Drivers | ||
365 | # | ||
366 | |||
367 | # | ||
368 | # Generic Driver Options | ||
369 | # | ||
370 | CONFIG_STANDALONE=y | ||
371 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
372 | CONFIG_FW_LOADER=m | ||
373 | # CONFIG_SYS_HYPERVISOR is not set | ||
374 | |||
375 | # | ||
376 | # Connector - unified userspace <-> kernelspace linker | ||
377 | # | ||
378 | CONFIG_CONNECTOR=m | ||
379 | |||
380 | # | ||
381 | # Memory Technology Devices (MTD) | ||
382 | # | ||
383 | # CONFIG_MTD is not set | ||
384 | |||
385 | # | ||
386 | # Parallel port support | ||
387 | # | ||
388 | # CONFIG_PARPORT is not set | ||
389 | |||
390 | # | ||
391 | # Plug and Play support | ||
392 | # | ||
393 | # CONFIG_PNPACPI is not set | ||
394 | |||
395 | # | ||
396 | # Block devices | ||
397 | # | ||
398 | # CONFIG_BLK_CPQ_DA is not set | ||
399 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
400 | # CONFIG_BLK_DEV_DAC960 is not set | ||
401 | # CONFIG_BLK_DEV_UMEM is not set | ||
402 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
403 | # CONFIG_BLK_DEV_LOOP is not set | ||
404 | # CONFIG_BLK_DEV_NBD is not set | ||
405 | # CONFIG_BLK_DEV_SX8 is not set | ||
406 | # CONFIG_BLK_DEV_RAM is not set | ||
407 | # CONFIG_BLK_DEV_INITRD is not set | ||
408 | CONFIG_CDROM_PKTCDVD=m | ||
409 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
410 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
411 | CONFIG_ATA_OVER_ETH=m | ||
412 | |||
413 | # | ||
414 | # Misc devices | ||
415 | # | ||
416 | CONFIG_SGI_IOC4=m | ||
417 | # CONFIG_TIFM_CORE is not set | ||
418 | |||
419 | # | ||
420 | # ATA/ATAPI/MFM/RLL support | ||
421 | # | ||
422 | # CONFIG_IDE is not set | ||
423 | |||
424 | # | ||
425 | # SCSI device support | ||
426 | # | ||
427 | CONFIG_RAID_ATTRS=m | ||
428 | # CONFIG_SCSI is not set | ||
429 | # CONFIG_SCSI_NETLINK is not set | ||
430 | |||
431 | # | ||
432 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
433 | # | ||
434 | # CONFIG_ATA is not set | ||
435 | |||
436 | # | ||
437 | # Multi-device support (RAID and LVM) | ||
438 | # | ||
439 | # CONFIG_MD is not set | ||
440 | |||
441 | # | ||
442 | # Fusion MPT device support | ||
443 | # | ||
444 | # CONFIG_FUSION is not set | ||
445 | |||
446 | # | ||
447 | # IEEE 1394 (FireWire) support | ||
448 | # | ||
449 | # CONFIG_IEEE1394 is not set | ||
450 | |||
451 | # | ||
452 | # I2O device support | ||
453 | # | ||
454 | # CONFIG_I2O is not set | ||
455 | |||
456 | # | ||
457 | # Network device support | ||
458 | # | ||
459 | CONFIG_NETDEVICES=y | ||
460 | # CONFIG_DUMMY is not set | ||
461 | # CONFIG_BONDING is not set | ||
462 | # CONFIG_EQUALIZER is not set | ||
463 | # CONFIG_TUN is not set | ||
464 | |||
465 | # | ||
466 | # ARCnet devices | ||
467 | # | ||
468 | # CONFIG_ARCNET is not set | ||
469 | |||
470 | # | ||
471 | # PHY device support | ||
472 | # | ||
473 | CONFIG_PHYLIB=m | ||
474 | |||
475 | # | ||
476 | # MII PHY device drivers | ||
477 | # | ||
478 | CONFIG_MARVELL_PHY=m | ||
479 | CONFIG_DAVICOM_PHY=m | ||
480 | CONFIG_QSEMI_PHY=m | ||
481 | CONFIG_LXT_PHY=m | ||
482 | CONFIG_CICADA_PHY=m | ||
483 | CONFIG_VITESSE_PHY=m | ||
484 | CONFIG_SMSC_PHY=m | ||
485 | # CONFIG_BROADCOM_PHY is not set | ||
486 | # CONFIG_FIXED_PHY is not set | ||
487 | |||
488 | # | ||
489 | # Ethernet (10 or 100Mbit) | ||
490 | # | ||
491 | CONFIG_NET_ETHERNET=y | ||
492 | # CONFIG_MII is not set | ||
493 | # CONFIG_HAPPYMEAL is not set | ||
494 | # CONFIG_SUNGEM is not set | ||
495 | # CONFIG_CASSINI is not set | ||
496 | # CONFIG_NET_VENDOR_3COM is not set | ||
497 | # CONFIG_DM9000 is not set | ||
498 | |||
499 | # | ||
500 | # Tulip family network device support | ||
501 | # | ||
502 | # CONFIG_NET_TULIP is not set | ||
503 | # CONFIG_HP100 is not set | ||
504 | # CONFIG_NET_PCI is not set | ||
505 | |||
506 | # | ||
507 | # Ethernet (1000 Mbit) | ||
508 | # | ||
509 | # CONFIG_ACENIC is not set | ||
510 | # CONFIG_DL2K is not set | ||
511 | # CONFIG_E1000 is not set | ||
512 | # CONFIG_NS83820 is not set | ||
513 | # CONFIG_HAMACHI is not set | ||
514 | # CONFIG_YELLOWFIN is not set | ||
515 | # CONFIG_R8169 is not set | ||
516 | # CONFIG_SIS190 is not set | ||
517 | # CONFIG_SKGE is not set | ||
518 | # CONFIG_SKY2 is not set | ||
519 | # CONFIG_SK98LIN is not set | ||
520 | # CONFIG_TIGON3 is not set | ||
521 | # CONFIG_BNX2 is not set | ||
522 | CONFIG_QLA3XXX=m | ||
523 | # CONFIG_ATL1 is not set | ||
524 | |||
525 | # | ||
526 | # Ethernet (10000 Mbit) | ||
527 | # | ||
528 | # CONFIG_CHELSIO_T1 is not set | ||
529 | CONFIG_CHELSIO_T3=m | ||
530 | # CONFIG_IXGB is not set | ||
531 | # CONFIG_S2IO is not set | ||
532 | # CONFIG_MYRI10GE is not set | ||
533 | CONFIG_NETXEN_NIC=m | ||
534 | |||
535 | # | ||
536 | # Token Ring devices | ||
537 | # | ||
538 | # CONFIG_TR is not set | ||
539 | |||
540 | # | ||
541 | # Wireless LAN (non-hamradio) | ||
542 | # | ||
543 | # CONFIG_NET_RADIO is not set | ||
544 | |||
545 | # | ||
546 | # Wan interfaces | ||
547 | # | ||
548 | # CONFIG_WAN is not set | ||
549 | # CONFIG_FDDI is not set | ||
550 | # CONFIG_HIPPI is not set | ||
551 | CONFIG_PPP=y | ||
552 | # CONFIG_PPP_MULTILINK is not set | ||
553 | # CONFIG_PPP_FILTER is not set | ||
554 | CONFIG_PPP_ASYNC=y | ||
555 | # CONFIG_PPP_SYNC_TTY is not set | ||
556 | # CONFIG_PPP_DEFLATE is not set | ||
557 | # CONFIG_PPP_BSDCOMP is not set | ||
558 | CONFIG_PPP_MPPE=m | ||
559 | # CONFIG_PPPOE is not set | ||
560 | # CONFIG_SLIP is not set | ||
561 | CONFIG_SLHC=y | ||
562 | # CONFIG_SHAPER is not set | ||
563 | # CONFIG_NETCONSOLE is not set | ||
564 | # CONFIG_NETPOLL is not set | ||
565 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
566 | |||
567 | # | ||
568 | # ISDN subsystem | ||
569 | # | ||
570 | # CONFIG_ISDN is not set | ||
571 | |||
572 | # | ||
573 | # Telephony Support | ||
574 | # | ||
575 | # CONFIG_PHONE is not set | ||
576 | |||
577 | # | ||
578 | # Input device support | ||
579 | # | ||
580 | CONFIG_INPUT=y | ||
581 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
582 | |||
583 | # | ||
584 | # Userland interfaces | ||
585 | # | ||
586 | CONFIG_INPUT_MOUSEDEV=y | ||
587 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
588 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
589 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
590 | # CONFIG_INPUT_JOYDEV is not set | ||
591 | # CONFIG_INPUT_TSDEV is not set | ||
592 | # CONFIG_INPUT_EVDEV is not set | ||
593 | # CONFIG_INPUT_EVBUG is not set | ||
594 | |||
595 | # | ||
596 | # Input Device Drivers | ||
597 | # | ||
598 | # CONFIG_INPUT_KEYBOARD is not set | ||
599 | # CONFIG_INPUT_MOUSE is not set | ||
600 | # CONFIG_INPUT_JOYSTICK is not set | ||
601 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
602 | # CONFIG_INPUT_MISC is not set | ||
603 | |||
604 | # | ||
605 | # Hardware I/O ports | ||
606 | # | ||
607 | CONFIG_SERIO=y | ||
608 | # CONFIG_SERIO_I8042 is not set | ||
609 | CONFIG_SERIO_SERPORT=y | ||
610 | # CONFIG_SERIO_PCIPS2 is not set | ||
611 | # CONFIG_SERIO_LIBPS2 is not set | ||
612 | CONFIG_SERIO_RAW=m | ||
613 | # CONFIG_GAMEPORT is not set | ||
614 | |||
615 | # | ||
616 | # Character devices | ||
617 | # | ||
618 | CONFIG_VT=y | ||
619 | CONFIG_VT_CONSOLE=y | ||
620 | CONFIG_HW_CONSOLE=y | ||
621 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
622 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
623 | |||
624 | # | ||
625 | # Serial drivers | ||
626 | # | ||
627 | CONFIG_SERIAL_8250=y | ||
628 | CONFIG_SERIAL_8250_CONSOLE=y | ||
629 | CONFIG_SERIAL_8250_PCI=y | ||
630 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
631 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
632 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
633 | |||
634 | # | ||
635 | # Non-8250 serial port support | ||
636 | # | ||
637 | CONFIG_SERIAL_CORE=y | ||
638 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
639 | # CONFIG_SERIAL_JSM is not set | ||
640 | CONFIG_UNIX98_PTYS=y | ||
641 | CONFIG_LEGACY_PTYS=y | ||
642 | CONFIG_LEGACY_PTY_COUNT=256 | ||
643 | |||
644 | # | ||
645 | # IPMI | ||
646 | # | ||
647 | # CONFIG_IPMI_HANDLER is not set | ||
648 | |||
649 | # | ||
650 | # Watchdog Cards | ||
651 | # | ||
652 | # CONFIG_WATCHDOG is not set | ||
653 | # CONFIG_HW_RANDOM is not set | ||
654 | # CONFIG_RTC is not set | ||
655 | # CONFIG_GEN_RTC is not set | ||
656 | # CONFIG_DTLK is not set | ||
657 | # CONFIG_R3964 is not set | ||
658 | # CONFIG_APPLICOM is not set | ||
659 | # CONFIG_DRM is not set | ||
660 | # CONFIG_RAW_DRIVER is not set | ||
661 | |||
662 | # | ||
663 | # TPM devices | ||
664 | # | ||
665 | # CONFIG_TCG_TPM is not set | ||
666 | |||
667 | # | ||
668 | # I2C support | ||
669 | # | ||
670 | # CONFIG_I2C is not set | ||
671 | |||
672 | # | ||
673 | # SPI support | ||
674 | # | ||
675 | # CONFIG_SPI is not set | ||
676 | # CONFIG_SPI_MASTER is not set | ||
677 | |||
678 | # | ||
679 | # Dallas's 1-wire bus | ||
680 | # | ||
681 | # CONFIG_W1 is not set | ||
682 | |||
683 | # | ||
684 | # Hardware Monitoring support | ||
685 | # | ||
686 | # CONFIG_HWMON is not set | ||
687 | # CONFIG_HWMON_VID is not set | ||
688 | |||
689 | # | ||
690 | # Multimedia devices | ||
691 | # | ||
692 | # CONFIG_VIDEO_DEV is not set | ||
693 | |||
694 | # | ||
695 | # Digital Video Broadcasting Devices | ||
696 | # | ||
697 | # CONFIG_DVB is not set | ||
698 | |||
699 | # | ||
700 | # Graphics support | ||
701 | # | ||
702 | # CONFIG_FIRMWARE_EDID is not set | ||
703 | # CONFIG_FB is not set | ||
704 | |||
705 | # | ||
706 | # Console display driver support | ||
707 | # | ||
708 | # CONFIG_VGA_CONSOLE is not set | ||
709 | CONFIG_DUMMY_CONSOLE=y | ||
710 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
711 | |||
712 | # | ||
713 | # Sound | ||
714 | # | ||
715 | # CONFIG_SOUND is not set | ||
716 | |||
717 | # | ||
718 | # HID Devices | ||
719 | # | ||
720 | # CONFIG_HID is not set | ||
721 | |||
722 | # | ||
723 | # USB support | ||
724 | # | ||
725 | CONFIG_USB_ARCH_HAS_HCD=y | ||
726 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
727 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
728 | # CONFIG_USB is not set | ||
729 | |||
730 | # | ||
731 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
732 | # | ||
733 | |||
734 | # | ||
735 | # USB Gadget Support | ||
736 | # | ||
737 | # CONFIG_USB_GADGET is not set | ||
738 | |||
739 | # | ||
740 | # MMC/SD Card support | ||
741 | # | ||
742 | # CONFIG_MMC is not set | ||
743 | |||
744 | # | ||
745 | # LED devices | ||
746 | # | ||
747 | # CONFIG_NEW_LEDS is not set | ||
748 | |||
749 | # | ||
750 | # LED drivers | ||
751 | # | ||
752 | |||
753 | # | ||
754 | # LED Triggers | ||
755 | # | ||
756 | |||
757 | # | ||
758 | # InfiniBand support | ||
759 | # | ||
760 | # CONFIG_INFINIBAND is not set | ||
761 | |||
762 | # | ||
763 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
764 | # | ||
765 | |||
766 | # | ||
767 | # Real Time Clock | ||
768 | # | ||
769 | # CONFIG_RTC_CLASS is not set | ||
770 | |||
771 | # | ||
772 | # DMA Engine support | ||
773 | # | ||
774 | # CONFIG_DMA_ENGINE is not set | ||
775 | |||
776 | # | ||
777 | # DMA Clients | ||
778 | # | ||
779 | |||
780 | # | ||
781 | # DMA Devices | ||
782 | # | ||
783 | |||
784 | # | ||
785 | # Auxiliary Display support | ||
786 | # | ||
787 | |||
788 | # | ||
789 | # Virtualization | ||
790 | # | ||
791 | |||
792 | # | ||
793 | # File systems | ||
794 | # | ||
795 | CONFIG_EXT2_FS=y | ||
796 | # CONFIG_EXT2_FS_XATTR is not set | ||
797 | # CONFIG_EXT2_FS_XIP is not set | ||
798 | # CONFIG_EXT3_FS is not set | ||
799 | # CONFIG_EXT4DEV_FS is not set | ||
800 | # CONFIG_REISERFS_FS is not set | ||
801 | # CONFIG_JFS_FS is not set | ||
802 | # CONFIG_FS_POSIX_ACL is not set | ||
803 | # CONFIG_XFS_FS is not set | ||
804 | # CONFIG_GFS2_FS is not set | ||
805 | # CONFIG_OCFS2_FS is not set | ||
806 | # CONFIG_MINIX_FS is not set | ||
807 | # CONFIG_ROMFS_FS is not set | ||
808 | CONFIG_INOTIFY=y | ||
809 | CONFIG_INOTIFY_USER=y | ||
810 | # CONFIG_QUOTA is not set | ||
811 | CONFIG_DNOTIFY=y | ||
812 | # CONFIG_AUTOFS_FS is not set | ||
813 | # CONFIG_AUTOFS4_FS is not set | ||
814 | CONFIG_FUSE_FS=m | ||
815 | |||
816 | # | ||
817 | # CD-ROM/DVD Filesystems | ||
818 | # | ||
819 | # CONFIG_ISO9660_FS is not set | ||
820 | # CONFIG_UDF_FS is not set | ||
821 | |||
822 | # | ||
823 | # DOS/FAT/NT Filesystems | ||
824 | # | ||
825 | # CONFIG_MSDOS_FS is not set | ||
826 | # CONFIG_VFAT_FS is not set | ||
827 | # CONFIG_NTFS_FS is not set | ||
828 | |||
829 | # | ||
830 | # Pseudo filesystems | ||
831 | # | ||
832 | CONFIG_PROC_FS=y | ||
833 | CONFIG_PROC_KCORE=y | ||
834 | CONFIG_PROC_SYSCTL=y | ||
835 | CONFIG_SYSFS=y | ||
836 | # CONFIG_TMPFS is not set | ||
837 | # CONFIG_HUGETLB_PAGE is not set | ||
838 | CONFIG_RAMFS=y | ||
839 | CONFIG_CONFIGFS_FS=m | ||
840 | |||
841 | # | ||
842 | # Miscellaneous filesystems | ||
843 | # | ||
844 | # CONFIG_ADFS_FS is not set | ||
845 | # CONFIG_AFFS_FS is not set | ||
846 | # CONFIG_ECRYPT_FS is not set | ||
847 | # CONFIG_HFS_FS is not set | ||
848 | # CONFIG_HFSPLUS_FS is not set | ||
849 | # CONFIG_BEFS_FS is not set | ||
850 | # CONFIG_BFS_FS is not set | ||
851 | # CONFIG_EFS_FS is not set | ||
852 | # CONFIG_CRAMFS is not set | ||
853 | # CONFIG_VXFS_FS is not set | ||
854 | # CONFIG_HPFS_FS is not set | ||
855 | # CONFIG_QNX4FS_FS is not set | ||
856 | # CONFIG_SYSV_FS is not set | ||
857 | # CONFIG_UFS_FS is not set | ||
858 | |||
859 | # | ||
860 | # Network File Systems | ||
861 | # | ||
862 | CONFIG_NFS_FS=y | ||
863 | # CONFIG_NFS_V3 is not set | ||
864 | # CONFIG_NFS_V4 is not set | ||
865 | # CONFIG_NFS_DIRECTIO is not set | ||
866 | # CONFIG_NFSD is not set | ||
867 | CONFIG_ROOT_NFS=y | ||
868 | CONFIG_LOCKD=y | ||
869 | CONFIG_NFS_COMMON=y | ||
870 | CONFIG_SUNRPC=y | ||
871 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
872 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
873 | # CONFIG_SMB_FS is not set | ||
874 | # CONFIG_CIFS is not set | ||
875 | # CONFIG_NCP_FS is not set | ||
876 | # CONFIG_CODA_FS is not set | ||
877 | # CONFIG_AFS_FS is not set | ||
878 | # CONFIG_9P_FS is not set | ||
879 | |||
880 | # | ||
881 | # Partition Types | ||
882 | # | ||
883 | # CONFIG_PARTITION_ADVANCED is not set | ||
884 | CONFIG_MSDOS_PARTITION=y | ||
885 | |||
886 | # | ||
887 | # Native Language Support | ||
888 | # | ||
889 | # CONFIG_NLS is not set | ||
890 | |||
891 | # | ||
892 | # Distributed Lock Manager | ||
893 | # | ||
894 | CONFIG_DLM=m | ||
895 | CONFIG_DLM_TCP=y | ||
896 | # CONFIG_DLM_SCTP is not set | ||
897 | # CONFIG_DLM_DEBUG is not set | ||
898 | |||
899 | # | ||
900 | # Profiling support | ||
901 | # | ||
902 | # CONFIG_PROFILING is not set | ||
903 | |||
904 | # | ||
905 | # Kernel hacking | ||
906 | # | ||
907 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
908 | # CONFIG_PRINTK_TIME is not set | ||
909 | CONFIG_ENABLE_MUST_CHECK=y | ||
910 | # CONFIG_MAGIC_SYSRQ is not set | ||
911 | # CONFIG_UNUSED_SYMBOLS is not set | ||
912 | # CONFIG_DEBUG_FS is not set | ||
913 | # CONFIG_HEADERS_CHECK is not set | ||
914 | # CONFIG_DEBUG_KERNEL is not set | ||
915 | CONFIG_LOG_BUF_SHIFT=14 | ||
916 | CONFIG_CROSSCOMPILE=y | ||
917 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.1.1:/mnt/disk2/fs.gal ip=192.168.1.211:192.168.1.1:::gt::" | ||
918 | CONFIG_SYS_SUPPORTS_KGDB=y | ||
919 | |||
920 | # | ||
921 | # Security options | ||
922 | # | ||
923 | CONFIG_KEYS=y | ||
924 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
925 | # CONFIG_SECURITY is not set | ||
926 | |||
927 | # | ||
928 | # Cryptographic options | ||
929 | # | ||
930 | CONFIG_CRYPTO=y | ||
931 | CONFIG_CRYPTO_ALGAPI=y | ||
932 | CONFIG_CRYPTO_BLKCIPHER=m | ||
933 | CONFIG_CRYPTO_HASH=y | ||
934 | CONFIG_CRYPTO_MANAGER=y | ||
935 | CONFIG_CRYPTO_HMAC=y | ||
936 | CONFIG_CRYPTO_XCBC=m | ||
937 | CONFIG_CRYPTO_NULL=m | ||
938 | CONFIG_CRYPTO_MD4=m | ||
939 | CONFIG_CRYPTO_MD5=y | ||
940 | CONFIG_CRYPTO_SHA1=m | ||
941 | CONFIG_CRYPTO_SHA256=m | ||
942 | CONFIG_CRYPTO_SHA512=m | ||
943 | CONFIG_CRYPTO_WP512=m | ||
944 | CONFIG_CRYPTO_TGR192=m | ||
945 | CONFIG_CRYPTO_GF128MUL=m | ||
946 | CONFIG_CRYPTO_ECB=m | ||
947 | CONFIG_CRYPTO_CBC=m | ||
948 | CONFIG_CRYPTO_PCBC=m | ||
949 | CONFIG_CRYPTO_LRW=m | ||
950 | CONFIG_CRYPTO_DES=m | ||
951 | CONFIG_CRYPTO_FCRYPT=m | ||
952 | CONFIG_CRYPTO_BLOWFISH=m | ||
953 | CONFIG_CRYPTO_TWOFISH=m | ||
954 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
955 | CONFIG_CRYPTO_SERPENT=m | ||
956 | CONFIG_CRYPTO_AES=m | ||
957 | CONFIG_CRYPTO_CAST5=m | ||
958 | CONFIG_CRYPTO_CAST6=m | ||
959 | CONFIG_CRYPTO_TEA=m | ||
960 | CONFIG_CRYPTO_ARC4=m | ||
961 | CONFIG_CRYPTO_KHAZAD=m | ||
962 | CONFIG_CRYPTO_ANUBIS=m | ||
963 | CONFIG_CRYPTO_DEFLATE=m | ||
964 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
965 | CONFIG_CRYPTO_CRC32C=m | ||
966 | CONFIG_CRYPTO_CAMELLIA=m | ||
967 | # CONFIG_CRYPTO_TEST is not set | ||
968 | |||
969 | # | ||
970 | # Hardware crypto devices | ||
971 | # | ||
972 | |||
973 | # | ||
974 | # Library routines | ||
975 | # | ||
976 | CONFIG_BITREVERSE=m | ||
977 | CONFIG_CRC_CCITT=y | ||
978 | CONFIG_CRC16=m | ||
979 | CONFIG_CRC32=m | ||
980 | CONFIG_LIBCRC32C=m | ||
981 | CONFIG_ZLIB_INFLATE=m | ||
982 | CONFIG_ZLIB_DEFLATE=m | ||
983 | CONFIG_PLIST=y | ||
984 | CONFIG_HAS_IOMEM=y | ||
985 | CONFIG_HAS_IOPORT=y | ||
diff --git a/arch/mips/configs/excite_defconfig b/arch/mips/configs/excite_defconfig index 460d7a26a8ba..e35a8f58c071 100644 --- a/arch/mips/configs/excite_defconfig +++ b/arch/mips/configs/excite_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_BASLER_EXCITE=y | |||
26 | # CONFIG_BASLER_EXCITE_PROTOTYPE is not set | 26 | # CONFIG_BASLER_EXCITE_PROTOTYPE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 7ec618f3c8b9..c655d4da0c68 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 9ddc3eff4793..a2475e7e909d 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 8fc18809d5ff..f95d5fef3a0b 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig index 9331cb0a19b1..e2f5a5a41792 100644 --- a/arch/mips/configs/jazz_defconfig +++ b/arch/mips/configs/jazz_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | CONFIG_MACH_JAZZ=y | 28 | CONFIG_MACH_JAZZ=y |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index 1b364cf69140..2c88b3295af4 100644 --- a/arch/mips/configs/jmr3927_defconfig +++ b/arch/mips/configs/jmr3927_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig index fd4272c1458a..ccf7227cbf98 100644 --- a/arch/mips/configs/lasat200_defconfig +++ b/arch/mips/configs/lasat200_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | CONFIG_LASAT=y | 29 | CONFIG_LASAT=y |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 1f64d7632a03..1c839cf29d86 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index a2db5c201216..559f4d0038b0 100644 --- a/arch/mips/configs/mipssim_defconfig +++ b/arch/mips/configs/mipssim_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index ad5c0bf87b2b..811ada95d729 100644 --- a/arch/mips/configs/mpc30x_defconfig +++ b/arch/mips/configs/mpc30x_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ocelot_3_defconfig b/arch/mips/configs/ocelot_3_defconfig index 28547313ce13..a53175a109e7 100644 --- a/arch/mips/configs/ocelot_3_defconfig +++ b/arch/mips/configs/ocelot_3_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ocelot_c_defconfig b/arch/mips/configs/ocelot_c_defconfig index 82ff6fc0cd41..38e86f16f856 100644 --- a/arch/mips/configs/ocelot_c_defconfig +++ b/arch/mips/configs/ocelot_c_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index 15a027e00eec..f5948e56b848 100644 --- a/arch/mips/configs/ocelot_defconfig +++ b/arch/mips/configs/ocelot_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 37d696c64541..e764285aac62 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_PB1100=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index b11f0e8b6059..37e2a102f6e2 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_PB1500=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index 2927f38f4907..b1206a20e7e0 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_MIPS_PB1550=y | |||
26 | # CONFIG_BASLER_EXCITE is not set | 26 | # CONFIG_BASLER_EXCITE is not set |
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MIPS_EV64120 is not set | ||
30 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
31 | # CONFIG_LASAT is not set | 30 | # CONFIG_LASAT is not set |
32 | # CONFIG_MIPS_ATLAS is not set | 31 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index fae16c5ec521..e7096449ba26 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/pnx8550-stb810_defconfig b/arch/mips/configs/pnx8550-stb810_defconfig index cd821e52181d..a46761f56a12 100644 --- a/arch/mips/configs/pnx8550-stb810_defconfig +++ b/arch/mips/configs/pnx8550-stb810_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index 8e8d03157954..93f382b32179 100644 --- a/arch/mips/configs/qemu_defconfig +++ b/arch/mips/configs/qemu_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/rbhma4200_defconfig b/arch/mips/configs/rbhma4200_defconfig index 35d64260917e..dbb485d499a5 100644 --- a/arch/mips/configs/rbhma4200_defconfig +++ b/arch/mips/configs/rbhma4200_defconfig | |||
@@ -24,7 +24,6 @@ CONFIG_MIPS=y | |||
24 | # CONFIG_BASLER_EXCITE is not set | 24 | # CONFIG_BASLER_EXCITE is not set |
25 | # CONFIG_MIPS_COBALT is not set | 25 | # CONFIG_MIPS_COBALT is not set |
26 | # CONFIG_MACH_DECSTATION is not set | 26 | # CONFIG_MACH_DECSTATION is not set |
27 | # CONFIG_MIPS_EV64120 is not set | ||
28 | # CONFIG_MACH_JAZZ is not set | 27 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | 28 | # CONFIG_LASAT is not set |
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index 41011f770a67..c7c28a1616b2 100644 --- a/arch/mips/configs/rbhma4500_defconfig +++ b/arch/mips/configs/rbhma4500_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 5593cde9f74c..f3ee7e179f24 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 6c4f09a381e2..11f034764812 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index 988b9cdef01f..0d055b2d1510 100644 --- a/arch/mips/configs/sead_defconfig +++ b/arch/mips/configs/sead_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/tb0219_defconfig b/arch/mips/configs/tb0219_defconfig index 8b1675c07ec4..a0cda222254f 100644 --- a/arch/mips/configs/tb0219_defconfig +++ b/arch/mips/configs/tb0219_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index b5be8b74d896..9b0a1d59eddd 100644 --- a/arch/mips/configs/tb0226_defconfig +++ b/arch/mips/configs/tb0226_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index 8bb6be4342b6..f8f11dcbb8de 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index 8f019ffcc71b..8558348cad3b 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/wrppmc_defconfig b/arch/mips/configs/wrppmc_defconfig index 52b48c0715d3..01b05b2a497a 100644 --- a/arch/mips/configs/wrppmc_defconfig +++ b/arch/mips/configs/wrppmc_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index 6824606309e5..3d40e7c1277b 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 41211f8b7738..195311dfeae6 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_ZONE_DMA=y | |||
25 | # CONFIG_BASLER_EXCITE is not set | 25 | # CONFIG_BASLER_EXCITE is not set |
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MIPS_EV64120 is not set | ||
29 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | 29 | # CONFIG_LASAT is not set |
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
diff --git a/arch/mips/gt64120/ev64120/Kconfig b/arch/mips/gt64120/ev64120/Kconfig deleted file mode 100644 index d691762cb0f7..000000000000 --- a/arch/mips/gt64120/ev64120/Kconfig +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | config EVB_PCI1 | ||
2 | bool "Enable Second PCI (PCI1)" | ||
3 | depends on MIPS_EV64120 | ||
diff --git a/arch/mips/gt64120/ev64120/Makefile b/arch/mips/gt64120/ev64120/Makefile deleted file mode 100644 index 323b2cebc691..000000000000 --- a/arch/mips/gt64120/ev64120/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # | ||
2 | # Copyright 2000 RidgeRun, Inc. | ||
3 | # Author: RidgeRun, Inc. | ||
4 | # glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com | ||
5 | # | ||
6 | # Makefile for the Galileo EV64120 board. | ||
7 | # | ||
8 | |||
9 | obj-y += irq.o promcon.o reset.o serialGT.o setup.o | ||
diff --git a/arch/mips/gt64120/ev64120/irq.c b/arch/mips/gt64120/ev64120/irq.c deleted file mode 100644 index 64e4c80b6139..000000000000 --- a/arch/mips/gt64120/ev64120/irq.c +++ /dev/null | |||
@@ -1,116 +0,0 @@ | |||
1 | /* | ||
2 | * BRIEF MODULE DESCRIPTION | ||
3 | * Code to handle irqs on GT64120A boards | ||
4 | * Derived from mips/orion and Cort <cort@fsmlabs.com> | ||
5 | * | ||
6 | * Copyright (C) 2000 RidgeRun, Inc. | ||
7 | * Author: RidgeRun, Inc. | ||
8 | * glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | * | ||
15 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | ||
16 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
17 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN | ||
18 | * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
19 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
20 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
21 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
22 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public License along | ||
27 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
28 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
29 | */ | ||
30 | #include <linux/errno.h> | ||
31 | #include <linux/init.h> | ||
32 | #include <linux/kernel_stat.h> | ||
33 | #include <linux/module.h> | ||
34 | #include <linux/signal.h> | ||
35 | #include <linux/sched.h> | ||
36 | #include <linux/types.h> | ||
37 | #include <linux/interrupt.h> | ||
38 | #include <linux/ioport.h> | ||
39 | #include <linux/timex.h> | ||
40 | #include <linux/slab.h> | ||
41 | #include <linux/random.h> | ||
42 | #include <linux/bitops.h> | ||
43 | #include <asm/bootinfo.h> | ||
44 | #include <asm/io.h> | ||
45 | #include <asm/mipsregs.h> | ||
46 | #include <asm/system.h> | ||
47 | #include <asm/gt64120.h> | ||
48 | |||
49 | asmlinkage void plat_irq_dispatch(void) | ||
50 | { | ||
51 | unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; | ||
52 | |||
53 | if (pending & STATUSF_IP4) /* int2 hardware line (timer) */ | ||
54 | do_IRQ(4); | ||
55 | else if (pending & STATUSF_IP2) /* int0 hardware line */ | ||
56 | do_IRQ(GT_INTA); | ||
57 | else if (pending & STATUSF_IP5) /* int3 hardware line */ | ||
58 | do_IRQ(GT_INTD); | ||
59 | else if (pending & STATUSF_IP6) /* int4 hardware line */ | ||
60 | do_IRQ(6); | ||
61 | else if (pending & STATUSF_IP7) /* compare int */ | ||
62 | do_IRQ(7); | ||
63 | else | ||
64 | spurious_interrupt(); | ||
65 | } | ||
66 | |||
67 | static void disable_ev64120_irq(unsigned int irq_nr) | ||
68 | { | ||
69 | if (irq_nr >= 8) { // All PCI interrupts are on line 5 or 2 | ||
70 | clear_c0_status(9 << 10); | ||
71 | } else { | ||
72 | clear_c0_status(1 << (irq_nr + 8)); | ||
73 | } | ||
74 | } | ||
75 | |||
76 | static void enable_ev64120_irq(unsigned int irq_nr) | ||
77 | { | ||
78 | if (irq_nr >= 8) // All PCI interrupts are on line 5 or 2 | ||
79 | set_c0_status(9 << 10); | ||
80 | else | ||
81 | set_c0_status(1 << (irq_nr + 8)); | ||
82 | } | ||
83 | |||
84 | static void end_ev64120_irq(unsigned int irq) | ||
85 | { | ||
86 | if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) | ||
87 | enable_ev64120_irq(irq); | ||
88 | } | ||
89 | |||
90 | static struct irq_chip ev64120_irq_type = { | ||
91 | .name = "EV64120", | ||
92 | .ack = disable_ev64120_irq, | ||
93 | .mask = disable_ev64120_irq, | ||
94 | .mask_ack = disable_ev64120_irq, | ||
95 | .unmask = enable_ev64120_irq, | ||
96 | .end = end_ev64120_irq, | ||
97 | }; | ||
98 | |||
99 | void gt64120_irq_setup(void) | ||
100 | { | ||
101 | /* | ||
102 | * Clear all of the interrupts while we change the able around a bit. | ||
103 | */ | ||
104 | clear_c0_status(ST0_IM); | ||
105 | |||
106 | /* | ||
107 | * Enable timer. Other interrupts will be enabled as they are | ||
108 | * registered. | ||
109 | */ | ||
110 | set_c0_status(IE_IRQ2); | ||
111 | } | ||
112 | |||
113 | void __init arch_init_irq(void) | ||
114 | { | ||
115 | gt64120_irq_setup(); | ||
116 | } | ||
diff --git a/arch/mips/gt64120/ev64120/promcon.c b/arch/mips/gt64120/ev64120/promcon.c deleted file mode 100644 index 6e0ecfed9640..000000000000 --- a/arch/mips/gt64120/ev64120/promcon.c +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | /* | ||
2 | * Wrap-around code for a console using the | ||
3 | * SGI PROM io-routines. | ||
4 | * | ||
5 | * Copyright (c) 1999 Ulf Carlsson | ||
6 | * | ||
7 | * Derived from DECstation promcon.c | ||
8 | * Copyright (c) 1998 Harald Koerfgen | ||
9 | */ | ||
10 | #include <linux/tty.h> | ||
11 | #include <linux/init.h> | ||
12 | #include <linux/console.h> | ||
13 | |||
14 | static void prom_console_write(struct console *co, const char *s, | ||
15 | unsigned count) | ||
16 | { | ||
17 | extern int CONSOLE_CHANNEL; // The default serial port | ||
18 | unsigned i; | ||
19 | |||
20 | for (i = 0; i < count; i++) { | ||
21 | if (*s == 10) | ||
22 | serial_putc(CONSOLE_CHANNEL, 13); | ||
23 | serial_putc(CONSOLE_CHANNEL, *s++); | ||
24 | } | ||
25 | } | ||
26 | |||
27 | static struct console sercons = { | ||
28 | .name = "ttyS", | ||
29 | .write = prom_console_write, | ||
30 | .flags = CON_PRINTBUFFER, | ||
31 | .index = -1, | ||
32 | }; | ||
33 | |||
34 | /* | ||
35 | * Register console. | ||
36 | */ | ||
37 | |||
38 | static int gal_serial_console_init(void) | ||
39 | { | ||
40 | // serial_init(); | ||
41 | //serial_set(115200); | ||
42 | |||
43 | register_console(&sercons); | ||
44 | |||
45 | return 0; | ||
46 | } | ||
47 | |||
48 | console_initcall(gal_serial_console_init); | ||
diff --git a/arch/mips/gt64120/ev64120/reset.c b/arch/mips/gt64120/ev64120/reset.c deleted file mode 100644 index 7b9f5e5bf21f..000000000000 --- a/arch/mips/gt64120/ev64120/reset.c +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 1997 Ralf Baechle | ||
7 | */ | ||
8 | #include <linux/sched.h> | ||
9 | #include <linux/mm.h> | ||
10 | #include <asm/io.h> | ||
11 | #include <asm/pgtable.h> | ||
12 | #include <asm/processor.h> | ||
13 | #include <asm/reboot.h> | ||
14 | #include <asm/system.h> | ||
15 | |||
16 | void galileo_machine_restart(char *command) | ||
17 | { | ||
18 | *(volatile char *) 0xbc000000 = 0x0f; | ||
19 | /* | ||
20 | * Ouch, we're still alive ... This time we take the silver bullet ... | ||
21 | * ... and find that we leave the hardware in a state in which the | ||
22 | * kernel in the flush locks up somewhen during of after the PCI | ||
23 | * detection stuff. | ||
24 | */ | ||
25 | set_c0_status(ST0_BEV | ST0_ERL); | ||
26 | change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); | ||
27 | flush_cache_all(); | ||
28 | write_c0_wired(0); | ||
29 | __asm__ __volatile__("jr\t%0"::"r"(0xbfc00000)); | ||
30 | } | ||
31 | |||
32 | void galileo_machine_halt(void) | ||
33 | { | ||
34 | printk(KERN_NOTICE "You can safely turn off the power\n"); | ||
35 | while (1) | ||
36 | __asm__(".set\tmips3\n\t" | ||
37 | "wait\n\t" | ||
38 | ".set\tmips0"); | ||
39 | |||
40 | } | ||
41 | |||
42 | void galileo_machine_power_off(void) | ||
43 | { | ||
44 | galileo_machine_halt(); | ||
45 | } | ||
diff --git a/arch/mips/gt64120/ev64120/serialGT.c b/arch/mips/gt64120/ev64120/serialGT.c deleted file mode 100644 index 8f0d835491ff..000000000000 --- a/arch/mips/gt64120/ev64120/serialGT.c +++ /dev/null | |||
@@ -1,212 +0,0 @@ | |||
1 | /* | ||
2 | * serialGT.c | ||
3 | * | ||
4 | * BRIEF MODULE DESCRIPTION | ||
5 | * Low Level Serial Port control for use | ||
6 | * with the Galileo EVB64120A MIPS eval board and | ||
7 | * its on board two channel 16552 Uart. | ||
8 | * | ||
9 | * Copyright (C) 2000 RidgeRun, Inc. | ||
10 | * Author: RidgeRun, Inc. | ||
11 | * glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the | ||
15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
16 | * option) any later version. | ||
17 | * | ||
18 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | ||
19 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
20 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN | ||
21 | * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
22 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
23 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
24 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
25 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
26 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
27 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
28 | * | ||
29 | * You should have received a copy of the GNU General Public License along | ||
30 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
31 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
32 | * | ||
33 | */ | ||
34 | |||
35 | // Note: | ||
36 | // Serial CHANNELS - 0 is the bottom connector of evb64120A. | ||
37 | // (The one that maps to the "B" channel of the | ||
38 | // board's uart) | ||
39 | // 1 is the top connector of evb64120A. | ||
40 | // (The one that maps to the "A" channel of the | ||
41 | // board's uart) | ||
42 | int DEBUG_CHANNEL = 0; // See Note Above | ||
43 | int CONSOLE_CHANNEL = 1; // See Note Above | ||
44 | |||
45 | #define DUART 0xBD000000 /* Base address of Uart. */ | ||
46 | #define CHANNELOFFSET 0x20 /* DUART+CHANNELOFFSET gets you to the ChanA | ||
47 | register set of the 16552 Uart device. | ||
48 | DUART+0 gets you to the ChanB register set. | ||
49 | */ | ||
50 | #define DUART_DELTA 0x4 | ||
51 | #define FIFO_ENABLE 0x07 | ||
52 | #define INT_ENABLE 0x04 /* default interrupt mask */ | ||
53 | |||
54 | #define RBR 0x00 | ||
55 | #define THR 0x00 | ||
56 | #define DLL 0x00 | ||
57 | #define IER 0x01 | ||
58 | #define DLM 0x01 | ||
59 | #define IIR 0x02 | ||
60 | #define FCR 0x02 | ||
61 | #define LCR 0x03 | ||
62 | #define MCR 0x04 | ||
63 | #define LSR 0x05 | ||
64 | #define MSR 0x06 | ||
65 | #define SCR 0x07 | ||
66 | |||
67 | #define LCR_DLAB 0x80 | ||
68 | #define XTAL 1843200 | ||
69 | #define LSR_THRE 0x20 | ||
70 | #define LSR_BI 0x10 | ||
71 | #define LSR_DR 0x01 | ||
72 | #define MCR_LOOP 0x10 | ||
73 | #define ACCESS_DELAY 0x10000 | ||
74 | |||
75 | /****************************** | ||
76 | Routine: | ||
77 | Description: | ||
78 | ******************************/ | ||
79 | int inreg(int channel, int reg) | ||
80 | { | ||
81 | int val; | ||
82 | val = | ||
83 | *((volatile unsigned char *) DUART + | ||
84 | (channel * CHANNELOFFSET) + (reg * DUART_DELTA)); | ||
85 | return val; | ||
86 | } | ||
87 | |||
88 | /****************************** | ||
89 | Routine: | ||
90 | Description: | ||
91 | ******************************/ | ||
92 | void outreg(int channel, int reg, unsigned char val) | ||
93 | { | ||
94 | *((volatile unsigned char *) DUART + (channel * CHANNELOFFSET) | ||
95 | + (reg * DUART_DELTA)) = val; | ||
96 | } | ||
97 | |||
98 | /****************************** | ||
99 | Routine: | ||
100 | Description: | ||
101 | Initialize the device driver. | ||
102 | ******************************/ | ||
103 | void serial_init(int channel) | ||
104 | { | ||
105 | /* | ||
106 | * Configure active port, (CHANNELOFFSET already set.) | ||
107 | * | ||
108 | * Set 8 bits, 1 stop bit, no parity. | ||
109 | * | ||
110 | * LCR<7> 0 divisor latch access bit | ||
111 | * LCR<6> 0 break control (1=send break) | ||
112 | * LCR<5> 0 stick parity (0=space, 1=mark) | ||
113 | * LCR<4> 0 parity even (0=odd, 1=even) | ||
114 | * LCR<3> 0 parity enable (1=enabled) | ||
115 | * LCR<2> 0 # stop bits (0=1, 1=1.5) | ||
116 | * LCR<1:0> 11 bits per character(00=5, 01=6, 10=7, 11=8) | ||
117 | */ | ||
118 | outreg(channel, LCR, 0x3); | ||
119 | |||
120 | outreg(channel, FCR, FIFO_ENABLE); /* Enable the FIFO */ | ||
121 | |||
122 | outreg(channel, IER, INT_ENABLE); /* Enable appropriate interrupts */ | ||
123 | } | ||
124 | |||
125 | /****************************** | ||
126 | Routine: | ||
127 | Description: | ||
128 | Set the baud rate. | ||
129 | ******************************/ | ||
130 | void serial_set(int channel, unsigned long baud) | ||
131 | { | ||
132 | unsigned char sav_lcr; | ||
133 | |||
134 | /* | ||
135 | * Enable access to the divisor latches by setting DLAB in LCR. | ||
136 | * | ||
137 | */ | ||
138 | sav_lcr = inreg(channel, LCR); | ||
139 | |||
140 | #if 0 | ||
141 | /* | ||
142 | * Set baud rate | ||
143 | */ | ||
144 | outreg(channel, LCR, LCR_DLAB | sav_lcr); | ||
145 | // outreg(DLL,(XTAL/(16*2*(baud))-2)); | ||
146 | outreg(channel, DLL, XTAL / (16 * baud)); | ||
147 | // outreg(DLM,(XTAL/(16*2*(baud))-2)>>8); | ||
148 | outreg(channel, DLM, (XTAL / (16 * baud)) >> 8); | ||
149 | #else | ||
150 | /* | ||
151 | * Note: Set baud rate, hardcoded here for rate of 115200 | ||
152 | * since became unsure of above "baud rate" algorithm (??). | ||
153 | */ | ||
154 | outreg(channel, LCR, 0x83); | ||
155 | outreg(channel, DLM, 0x00); // See note above | ||
156 | outreg(channel, DLL, 0x02); // See note above. | ||
157 | outreg(channel, LCR, 0x03); | ||
158 | #endif | ||
159 | |||
160 | /* | ||
161 | * Restore line control register | ||
162 | */ | ||
163 | outreg(channel, LCR, sav_lcr); | ||
164 | } | ||
165 | |||
166 | |||
167 | /****************************** | ||
168 | Routine: | ||
169 | Description: | ||
170 | Transmit a character. | ||
171 | ******************************/ | ||
172 | void serial_putc(int channel, int c) | ||
173 | { | ||
174 | while ((inreg(channel, LSR) & LSR_THRE) == 0); | ||
175 | outreg(channel, THR, c); | ||
176 | } | ||
177 | |||
178 | /****************************** | ||
179 | Routine: | ||
180 | Description: | ||
181 | Read a received character if one is | ||
182 | available. Return -1 otherwise. | ||
183 | ******************************/ | ||
184 | int serial_getc(int channel) | ||
185 | { | ||
186 | if (inreg(channel, LSR) & LSR_DR) { | ||
187 | return inreg(channel, RBR); | ||
188 | } | ||
189 | return -1; | ||
190 | } | ||
191 | |||
192 | /****************************** | ||
193 | Routine: | ||
194 | Description: | ||
195 | Used by embedded gdb client. (example; gdb-stub.c) | ||
196 | ******************************/ | ||
197 | char getDebugChar() | ||
198 | { | ||
199 | int val; | ||
200 | while ((val = serial_getc(DEBUG_CHANNEL)) == -1); // loop until we get a character in. | ||
201 | return (char) val; | ||
202 | } | ||
203 | |||
204 | /****************************** | ||
205 | Routine: | ||
206 | Description: | ||
207 | Used by embedded gdb target. (example; gdb-stub.c) | ||
208 | ******************************/ | ||
209 | void putDebugChar(char c) | ||
210 | { | ||
211 | serial_putc(DEBUG_CHANNEL, (int) c); | ||
212 | } | ||
diff --git a/arch/mips/gt64120/ev64120/setup.c b/arch/mips/gt64120/ev64120/setup.c deleted file mode 100644 index 477848c22a2c..000000000000 --- a/arch/mips/gt64120/ev64120/setup.c +++ /dev/null | |||
@@ -1,99 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2000 RidgeRun, Inc. | ||
3 | * Author: RidgeRun, Inc. | ||
4 | * glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | ||
12 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
13 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN | ||
14 | * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
15 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
16 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
17 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
18 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
19 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
20 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
21 | * | ||
22 | * You should have received a copy of the GNU General Public License along | ||
23 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
24 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
25 | * | ||
26 | */ | ||
27 | #include <linux/init.h> | ||
28 | #include <linux/kernel.h> | ||
29 | #include <linux/types.h> | ||
30 | #include <linux/mm.h> | ||
31 | #include <linux/swap.h> | ||
32 | #include <linux/ioport.h> | ||
33 | #include <linux/sched.h> | ||
34 | #include <linux/interrupt.h> | ||
35 | #include <linux/pci.h> | ||
36 | #include <linux/timex.h> | ||
37 | #include <linux/pm.h> | ||
38 | |||
39 | #include <asm/bootinfo.h> | ||
40 | #include <asm/page.h> | ||
41 | #include <asm/io.h> | ||
42 | #include <asm/irq.h> | ||
43 | #include <asm/pci.h> | ||
44 | #include <asm/processor.h> | ||
45 | #include <asm/time.h> | ||
46 | #include <asm/reboot.h> | ||
47 | #include <asm/traps.h> | ||
48 | #include <linux/bootmem.h> | ||
49 | |||
50 | unsigned long gt64120_base = KSEG1ADDR(0x14000000); | ||
51 | |||
52 | /* These functions are used for rebooting or halting the machine*/ | ||
53 | extern void galileo_machine_restart(char *command); | ||
54 | extern void galileo_machine_halt(void); | ||
55 | extern void galileo_machine_power_off(void); | ||
56 | /* | ||
57 | *This structure holds pointers to the pci configuration space accesses | ||
58 | *and interrupts allocating routine for device over the PCI | ||
59 | */ | ||
60 | extern struct pci_ops galileo_pci_ops; | ||
61 | |||
62 | void __init prom_free_prom_memory(void) | ||
63 | { | ||
64 | } | ||
65 | |||
66 | /* | ||
67 | * Initializes basic routines and structures pointers, memory size (as | ||
68 | * given by the bios and saves the command line. | ||
69 | */ | ||
70 | |||
71 | void __init plat_mem_setup(void) | ||
72 | { | ||
73 | _machine_restart = galileo_machine_restart; | ||
74 | _machine_halt = galileo_machine_halt; | ||
75 | pm_power_off = galileo_machine_power_off; | ||
76 | |||
77 | set_io_port_base(KSEG1); | ||
78 | } | ||
79 | |||
80 | const char *get_system_type(void) | ||
81 | { | ||
82 | return "Galileo EV64120A"; | ||
83 | } | ||
84 | |||
85 | /* | ||
86 | * Kernel arguments passed by the firmware | ||
87 | * | ||
88 | * $a0 - nothing | ||
89 | * $a1 - holds a pointer to the eprom parameters | ||
90 | * $a2 - nothing | ||
91 | */ | ||
92 | |||
93 | void __init prom_init(void) | ||
94 | { | ||
95 | mips_machgroup = MACH_GROUP_GALILEO; | ||
96 | mips_machtype = MACH_EV64120A; | ||
97 | |||
98 | add_memory_region(0, 32 << 20, BOOT_MEM_RAM); | ||
99 | } | ||
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index aba3dbf47eda..3ff56b84add0 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
@@ -25,7 +25,6 @@ obj-$(CONFIG_DDB5477) += fixup-ddb5477.o pci-ddb5477.o ops-ddb5477.o | |||
25 | obj-$(CONFIG_LASAT) += pci-lasat.o | 25 | obj-$(CONFIG_LASAT) += pci-lasat.o |
26 | obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o | 26 | obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o |
27 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o | 27 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o |
28 | obj-$(CONFIG_MIPS_EV64120) += pci-ev64120.o | ||
29 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o | 28 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o |
30 | obj-$(CONFIG_SOC_AU1550) += fixup-au1000.o ops-au1000.o | 29 | obj-$(CONFIG_SOC_AU1550) += fixup-au1000.o ops-au1000.o |
31 | obj-$(CONFIG_SOC_PNX8550) += fixup-pnx8550.o ops-pnx8550.o | 30 | obj-$(CONFIG_SOC_PNX8550) += fixup-pnx8550.o ops-pnx8550.o |
diff --git a/arch/mips/pci/pci-ev64120.c b/arch/mips/pci/pci-ev64120.c deleted file mode 100644 index a84f594b5a18..000000000000 --- a/arch/mips/pci/pci-ev64120.c +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | #include <linux/pci.h> | ||
2 | #include <asm/irq.h> | ||
3 | |||
4 | int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | ||
5 | { | ||
6 | int irq; | ||
7 | |||
8 | if (!pin) | ||
9 | return 0; | ||
10 | |||
11 | irq = allocate_irqno(); | ||
12 | if (irq < 0) | ||
13 | return 0; | ||
14 | |||
15 | return irq; | ||
16 | } | ||
17 | |||
18 | /* Do platform specific device initialization at pci_enable_device() time */ | ||
19 | int pcibios_plat_dev_init(struct pci_dev *dev) | ||
20 | { | ||
21 | return 0; | ||
22 | } | ||
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index b0c329783ac5..476563924fd1 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -109,12 +109,6 @@ | |||
109 | #define MACH_COSINE_ORION 0 | 109 | #define MACH_COSINE_ORION 0 |
110 | 110 | ||
111 | /* | 111 | /* |
112 | * Valid machtype for group GALILEO | ||
113 | */ | ||
114 | #define MACH_GROUP_GALILEO 11 /* Galileo Eval Boards */ | ||
115 | #define MACH_EV64120A 0 /* EV64120A */ | ||
116 | |||
117 | /* | ||
118 | * Valid machtype for group MOMENCO | 112 | * Valid machtype for group MOMENCO |
119 | */ | 113 | */ |
120 | #define MACH_GROUP_MOMENCO 12 /* Momentum Boards */ | 114 | #define MACH_GROUP_MOMENCO 12 /* Momentum Boards */ |
diff --git a/include/asm-mips/mach-ev64120/mach-gt64120.h b/include/asm-mips/mach-ev64120/mach-gt64120.h deleted file mode 100644 index 7e272ce57ea3..000000000000 --- a/include/asm-mips/mach-ev64120/mach-gt64120.h +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* | ||
2 | * This is a direct copy of the ev96100.h file, with a global | ||
3 | * search and replace. The numbers are the same. | ||
4 | * | ||
5 | * The reason I'm duplicating this is so that the 64120/96100 | ||
6 | * defines won't be confusing in the source code. | ||
7 | */ | ||
8 | #ifndef __ASM_GALILEO_BOARDS_MIPS_EV64120_H | ||
9 | #define __ASM_GALILEO_BOARDS_MIPS_EV64120_H | ||
10 | |||
11 | /* | ||
12 | * GT64120 config space base address | ||
13 | */ | ||
14 | extern unsigned long gt64120_base; | ||
15 | |||
16 | #define GT64120_BASE (gt64120_base) | ||
17 | |||
18 | /* | ||
19 | * PCI Bus allocation | ||
20 | */ | ||
21 | #define GT_PCI_MEM_BASE 0x12000000UL | ||
22 | #define GT_PCI_MEM_SIZE 0x02000000UL | ||
23 | #define GT_PCI_IO_BASE 0x10000000UL | ||
24 | #define GT_PCI_IO_SIZE 0x02000000UL | ||
25 | #define GT_ISA_IO_BASE PCI_IO_BASE | ||
26 | |||
27 | /* | ||
28 | * Duart I/O ports. | ||
29 | */ | ||
30 | #define EV64120_COM1_BASE_ADDR (0x1d000000 + 0x20) | ||
31 | #define EV64120_COM2_BASE_ADDR (0x1d000000 + 0x00) | ||
32 | |||
33 | |||
34 | /* | ||
35 | * EV64120 interrupt controller register base. | ||
36 | */ | ||
37 | #define EV64120_ICTRL_REGS_BASE (KSEG1ADDR(0x1f000000)) | ||
38 | |||
39 | /* | ||
40 | * EV64120 UART register base. | ||
41 | */ | ||
42 | #define EV64120_UART0_REGS_BASE (KSEG1ADDR(EV64120_COM1_BASE_ADDR)) | ||
43 | #define EV64120_UART1_REGS_BASE (KSEG1ADDR(EV64120_COM2_BASE_ADDR)) | ||
44 | #define EV64120_BASE_BAUD ( 3686400 / 16 ) | ||
45 | #define EV64120_UART_IRQ 6 | ||
46 | |||
47 | /* | ||
48 | * PCI interrupts will come in on either the INTA or INTD interrups lines, | ||
49 | * which are mapped to the #2 and #5 interrupt pins of the MIPS. On our | ||
50 | * boards, they all either come in on IntD or they all come in on IntA, they | ||
51 | * aren't mixed. There can be numerous PCI interrupts, so we keep a list of the | ||
52 | * "requested" interrupt numbers and go through the list whenever we get an | ||
53 | * IntA/D. | ||
54 | * | ||
55 | * Interrupts < 8 are directly wired to the processor; PCI INTA is 8 and | ||
56 | * INTD is 11. | ||
57 | */ | ||
58 | #define GT_TIMER 4 | ||
59 | #define GT_INTA 2 | ||
60 | #define GT_INTD 5 | ||
61 | |||
62 | #endif /* __ASM_GALILEO_BOARDS_MIPS_EV64120_H */ | ||
diff --git a/include/asm-mips/serial.h b/include/asm-mips/serial.h index ce51213d84f9..01f1a8213ccc 100644 --- a/include/asm-mips/serial.h +++ b/include/asm-mips/serial.h | |||
@@ -51,24 +51,6 @@ | |||
51 | #define JAZZ_SERIAL_PORT_DEFNS | 51 | #define JAZZ_SERIAL_PORT_DEFNS |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | /* | ||
55 | * Galileo EV64120 evaluation board | ||
56 | */ | ||
57 | #ifdef CONFIG_MIPS_EV64120 | ||
58 | #include <mach-gt64120.h> | ||
59 | #define EV64120_SERIAL_PORT_DEFNS \ | ||
60 | { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \ | ||
61 | .flags = STD_COM_FLAGS, \ | ||
62 | .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \ | ||
63 | .io_type = SERIAL_IO_MEM }, \ | ||
64 | { .baud_base = EV64120_BASE_BAUD, .irq = EV64120_UART_IRQ, \ | ||
65 | .flags = STD_COM_FLAGS, \ | ||
66 | .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \ | ||
67 | .io_type = SERIAL_IO_MEM }, | ||
68 | #else | ||
69 | #define EV64120_SERIAL_PORT_DEFNS | ||
70 | #endif | ||
71 | |||
72 | #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT | 54 | #ifdef CONFIG_HAVE_STD_PC_SERIAL_PORT |
73 | #define STD_SERIAL_PORT_DEFNS \ | 55 | #define STD_SERIAL_PORT_DEFNS \ |
74 | /* UART CLK PORT IRQ FLAGS */ \ | 56 | /* UART CLK PORT IRQ FLAGS */ \ |
@@ -166,7 +148,6 @@ | |||
166 | 148 | ||
167 | #define SERIAL_PORT_DFNS \ | 149 | #define SERIAL_PORT_DFNS \ |
168 | DDB5477_SERIAL_PORT_DEFNS \ | 150 | DDB5477_SERIAL_PORT_DEFNS \ |
169 | EV64120_SERIAL_PORT_DEFNS \ | ||
170 | IP32_SERIAL_PORT_DEFNS \ | 151 | IP32_SERIAL_PORT_DEFNS \ |
171 | JAZZ_SERIAL_PORT_DEFNS \ | 152 | JAZZ_SERIAL_PORT_DEFNS \ |
172 | STD_SERIAL_PORT_DEFNS \ | 153 | STD_SERIAL_PORT_DEFNS \ |