aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/Kconfig2
-rw-r--r--arch/sh/boards/hp6xx/hp6xx_apm.c1
-rw-r--r--arch/sh/boards/hp6xx/pm.c1
-rw-r--r--arch/sh/boards/landisk/irq.c4
-rw-r--r--arch/sh/boards/landisk/landisk_pwb.c2
-rw-r--r--arch/sh/boards/landisk/rtc.c2
-rw-r--r--arch/sh/boards/landisk/setup.c1
-rw-r--r--arch/sh/boards/renesas/r7780rp/irq.c4
-rw-r--r--arch/sh/boards/renesas/r7780rp/led.c2
-rw-r--r--arch/sh/boards/renesas/systemh/setup.c2
-rw-r--r--arch/sh/boards/se/7343/io.c2
-rw-r--r--arch/sh/boards/se/7343/irq.c4
-rw-r--r--arch/sh/boards/se/7343/led.c2
-rw-r--r--arch/sh/boards/se/7343/setup.c1
-rw-r--r--arch/sh/boards/se/770x/setup.c7
-rw-r--r--arch/sh/boards/se/7751/setup.c6
-rw-r--r--arch/sh/boards/sh03/setup.c1
-rw-r--r--arch/sh/boot/.gitignore1
-rw-r--r--arch/sh/configs/adx_defconfig539
-rw-r--r--arch/sh/configs/cqreek_defconfig533
-rw-r--r--arch/sh/configs/dreamcast_defconfig572
-rw-r--r--arch/sh/configs/hp6xx_defconfig201
-rw-r--r--arch/sh/configs/hs7751rvoip_defconfig908
-rw-r--r--arch/sh/configs/landisk_defconfig417
-rw-r--r--arch/sh/configs/microdev_defconfig167
-rw-r--r--arch/sh/configs/r7780rp_defconfig232
-rw-r--r--arch/sh/configs/rts7751r2d_defconfig568
-rw-r--r--arch/sh/configs/se7300_defconfig357
-rw-r--r--arch/sh/configs/se73180_defconfig347
-rw-r--r--arch/sh/configs/se7343_defconfig101
-rw-r--r--arch/sh/configs/se7705_defconfig531
-rw-r--r--arch/sh/configs/se7750_defconfig532
-rw-r--r--arch/sh/configs/se7751_defconfig626
-rw-r--r--arch/sh/configs/sh03_defconfig568
-rw-r--r--arch/sh/configs/sh7710voipgw_defconfig78
-rw-r--r--arch/sh/configs/shmin_defconfig93
-rw-r--r--arch/sh/configs/snapgear_defconfig527
-rw-r--r--arch/sh/configs/systemh_defconfig370
-rw-r--r--arch/sh/configs/titan_defconfig619
-rw-r--r--arch/sh/drivers/dma/dma-sysfs.c8
-rw-r--r--arch/sh/drivers/pci/ops-landisk.c1
-rw-r--r--arch/sh/drivers/pci/ops-r7780rp.c2
-rw-r--r--arch/sh/drivers/pci/ops-sh03.c4
-rw-r--r--arch/sh/drivers/pci/ops-titan.c2
-rw-r--r--arch/sh/drivers/pci/pci-sh7780.c2
-rw-r--r--arch/sh/kernel/apm.c1
-rw-r--r--arch/sh/kernel/entry.S6
-rw-r--r--arch/sh/kernel/setup.c4
-rw-r--r--arch/sh/kernel/sh_ksyms.c1
-rw-r--r--arch/sh/kernel/vsyscall/.gitignore1
-rw-r--r--arch/sh/math-emu/math.c1
-rw-r--r--arch/sh/mm/cache-debugfs.c2
-rw-r--r--arch/sh/tools/gen-mach-types2
-rw-r--r--include/asm-sh/.gitignore3
-rw-r--r--include/asm-sh/cpu-sh3/rtc.h25
-rw-r--r--include/asm-sh/cpu-sh4/rtc.h25
-rw-r--r--include/asm-sh/elf.h1
-rw-r--r--include/asm-sh/hs7751rvoip/io.h39
-rw-r--r--include/asm-sh/rts7751r2d/io.h37
-rw-r--r--include/asm-sh/rts7751r2d/rts7751r2d.h3
-rw-r--r--include/asm-sh/sfp-machine.h2
-rw-r--r--include/asm-sh/spinlock.h9
-rw-r--r--include/asm-sh/string.h15
63 files changed, 5706 insertions, 3421 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 1cc5c9b27bfd..f6a0c4436168 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -377,7 +377,7 @@ config SH_PCLK_FREQ
377 default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 377 default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780
378 default "60000000" if CPU_SUBTYPE_SH7751 378 default "60000000" if CPU_SUBTYPE_SH7751
379 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ 379 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
380 CPU_SUBTYPE_SH7760 380 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705
381 default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 381 default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343
382 default "66000000" if CPU_SUBTYPE_SH4_202 382 default "66000000" if CPU_SUBTYPE_SH4_202
383 help 383 help
diff --git a/arch/sh/boards/hp6xx/hp6xx_apm.c b/arch/sh/boards/hp6xx/hp6xx_apm.c
index ad0e712c29f6..75f91aaae077 100644
--- a/arch/sh/boards/hp6xx/hp6xx_apm.c
+++ b/arch/sh/boards/hp6xx/hp6xx_apm.c
@@ -6,7 +6,6 @@
6 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License. 7 * modify it under the terms of the GNU General Public License.
8 */ 8 */
9#include <linux/config.h>
10#include <linux/module.h> 9#include <linux/module.h>
11#include <linux/apm_bios.h> 10#include <linux/apm_bios.h>
12#include <linux/kernel.h> 11#include <linux/kernel.h>
diff --git a/arch/sh/boards/hp6xx/pm.c b/arch/sh/boards/hp6xx/pm.c
index 0e501bcbd7a9..83d327212064 100644
--- a/arch/sh/boards/hp6xx/pm.c
+++ b/arch/sh/boards/hp6xx/pm.c
@@ -6,7 +6,6 @@
6 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License. 7 * modify it under the terms of the GNU General Public License.
8 */ 8 */
9#include <linux/config.h>
10#include <linux/init.h> 9#include <linux/init.h>
11#include <linux/suspend.h> 10#include <linux/suspend.h>
12#include <linux/errno.h> 11#include <linux/errno.h>
diff --git a/arch/sh/boards/landisk/irq.c b/arch/sh/boards/landisk/irq.c
index a006d6443225..8f2e1c68b90f 100644
--- a/arch/sh/boards/landisk/irq.c
+++ b/arch/sh/boards/landisk/irq.c
@@ -14,8 +14,6 @@
14 * modified by kogiidena 14 * modified by kogiidena
15 * 2005.03.03 15 * 2005.03.03
16 */ 16 */
17
18#include <linux/config.h>
19#include <linux/init.h> 17#include <linux/init.h>
20#include <linux/irq.h> 18#include <linux/irq.h>
21#include <asm/io.h> 19#include <asm/io.h>
@@ -83,7 +81,7 @@ static struct hw_interrupt_type landisk_irq_type = {
83static void make_landisk_irq(unsigned int irq) 81static void make_landisk_irq(unsigned int irq)
84{ 82{
85 disable_irq_nosync(irq); 83 disable_irq_nosync(irq);
86 irq_desc[irq].handler = &landisk_irq_type; 84 irq_desc[irq].chip = &landisk_irq_type;
87 disable_landisk_irq(irq); 85 disable_landisk_irq(irq);
88} 86}
89 87
diff --git a/arch/sh/boards/landisk/landisk_pwb.c b/arch/sh/boards/landisk/landisk_pwb.c
index e75cb578a28b..0b7bee1a9ca5 100644
--- a/arch/sh/boards/landisk/landisk_pwb.c
+++ b/arch/sh/boards/landisk/landisk_pwb.c
@@ -11,8 +11,6 @@
11 * 11 *
12 * LED control drive function added by kogiidena 12 * LED control drive function added by kogiidena
13 */ 13 */
14
15#include <linux/config.h>
16#include <linux/module.h> 14#include <linux/module.h>
17#include <linux/errno.h> 15#include <linux/errno.h>
18#include <linux/signal.h> 16#include <linux/signal.h>
diff --git a/arch/sh/boards/landisk/rtc.c b/arch/sh/boards/landisk/rtc.c
index 35ba726a0979..0a9a2a2ad05b 100644
--- a/arch/sh/boards/landisk/rtc.c
+++ b/arch/sh/boards/landisk/rtc.c
@@ -8,8 +8,6 @@
8 * modifed by kogiidena 8 * modifed by kogiidena
9 * 2005.09.16 9 * 2005.09.16
10 */ 10 */
11
12#include <linux/config.h>
13#include <linux/init.h> 11#include <linux/init.h>
14#include <linux/kernel.h> 12#include <linux/kernel.h>
15#include <linux/sched.h> 13#include <linux/sched.h>
diff --git a/arch/sh/boards/landisk/setup.c b/arch/sh/boards/landisk/setup.c
index 127b9e020e00..122d69962637 100644
--- a/arch/sh/boards/landisk/setup.c
+++ b/arch/sh/boards/landisk/setup.c
@@ -16,7 +16,6 @@
16 * License. See the file "COPYING" in the main directory of this archive 16 * License. See the file "COPYING" in the main directory of this archive
17 * for more details. 17 * for more details.
18 */ 18 */
19#include <linux/config.h>
20#include <linux/init.h> 19#include <linux/init.h>
21#include <linux/pm.h> 20#include <linux/pm.h>
22#include <linux/mm.h> 21#include <linux/mm.h>
diff --git a/arch/sh/boards/renesas/r7780rp/irq.c b/arch/sh/boards/renesas/r7780rp/irq.c
index 61d5e5d3c294..2d960e9a3143 100644
--- a/arch/sh/boards/renesas/r7780rp/irq.c
+++ b/arch/sh/boards/renesas/r7780rp/irq.c
@@ -8,8 +8,6 @@
8 * Modified for R7780RP-1 by 8 * Modified for R7780RP-1 by
9 * Atom Create Engineering Co., Ltd. 2002. 9 * Atom Create Engineering Co., Ltd. 2002.
10 */ 10 */
11
12#include <linux/config.h>
13#include <linux/init.h> 11#include <linux/init.h>
14#include <linux/irq.h> 12#include <linux/irq.h>
15#include <asm/io.h> 13#include <asm/io.h>
@@ -83,7 +81,7 @@ static struct hw_interrupt_type r7780rp_irq_type = {
83static void make_r7780rp_irq(unsigned int irq) 81static void make_r7780rp_irq(unsigned int irq)
84{ 82{
85 disable_irq_nosync(irq); 83 disable_irq_nosync(irq);
86 irq_desc[irq].handler = &r7780rp_irq_type; 84 irq_desc[irq].chip = &r7780rp_irq_type;
87 disable_r7780rp_irq(irq); 85 disable_r7780rp_irq(irq);
88} 86}
89 87
diff --git a/arch/sh/boards/renesas/r7780rp/led.c b/arch/sh/boards/renesas/r7780rp/led.c
index 9f02766b6f53..6a00a257afd2 100644
--- a/arch/sh/boards/renesas/r7780rp/led.c
+++ b/arch/sh/boards/renesas/r7780rp/led.c
@@ -6,8 +6,6 @@
6 * 6 *
7 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code. 7 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code.
8 */ 8 */
9
10#include <linux/config.h>
11#include <linux/sched.h> 9#include <linux/sched.h>
12#include <asm/io.h> 10#include <asm/io.h>
13#include <asm/r7780rp/r7780rp.h> 11#include <asm/r7780rp/r7780rp.h>
diff --git a/arch/sh/boards/renesas/systemh/setup.c b/arch/sh/boards/renesas/systemh/setup.c
index a8467bf90c25..bab7d3cdc87b 100644
--- a/arch/sh/boards/renesas/systemh/setup.c
+++ b/arch/sh/boards/renesas/systemh/setup.c
@@ -53,6 +53,6 @@ struct sh_machine_vector mv_7751systemh __initmv = {
53 .mv_outsw = sh7751systemh_outsw, 53 .mv_outsw = sh7751systemh_outsw,
54 .mv_outsl = sh7751systemh_outsl, 54 .mv_outsl = sh7751systemh_outsl,
55 55
56 .mv_init_irq = sh7751system_init_irq, 56 .mv_init_irq = sh7751systemh_init_irq,
57}; 57};
58ALIAS_MV(7751systemh) 58ALIAS_MV(7751systemh)
diff --git a/arch/sh/boards/se/7343/io.c b/arch/sh/boards/se/7343/io.c
index 646661a146ad..3a6d11424938 100644
--- a/arch/sh/boards/se/7343/io.c
+++ b/arch/sh/boards/se/7343/io.c
@@ -4,8 +4,6 @@
4 * I/O routine for SH-Mobile3AS 7343 SolutionEngine. 4 * I/O routine for SH-Mobile3AS 7343 SolutionEngine.
5 * 5 *
6 */ 6 */
7
8#include <linux/config.h>
9#include <linux/kernel.h> 7#include <linux/kernel.h>
10#include <asm/io.h> 8#include <asm/io.h>
11#include <asm/mach/se7343.h> 9#include <asm/mach/se7343.h>
diff --git a/arch/sh/boards/se/7343/irq.c b/arch/sh/boards/se/7343/irq.c
index b41e3d4ea37c..288b62f59419 100644
--- a/arch/sh/boards/se/7343/irq.c
+++ b/arch/sh/boards/se/7343/irq.c
@@ -2,8 +2,6 @@
2 * arch/sh/boards/se/7343/irq.c 2 * arch/sh/boards/se/7343/irq.c
3 * 3 *
4 */ 4 */
5
6#include <linux/config.h>
7#include <linux/init.h> 5#include <linux/init.h>
8#include <linux/interrupt.h> 6#include <linux/interrupt.h>
9#include <linux/irq.h> 7#include <linux/irq.h>
@@ -73,7 +71,7 @@ static void
73make_intreq_irq(unsigned int irq) 71make_intreq_irq(unsigned int irq)
74{ 72{
75 disable_irq_nosync(irq); 73 disable_irq_nosync(irq);
76 irq_desc[irq].handler = &intreq_irq_type; 74 irq_desc[irq].chip = &intreq_irq_type;
77 disable_intreq_irq(irq); 75 disable_intreq_irq(irq);
78} 76}
79 77
diff --git a/arch/sh/boards/se/7343/led.c b/arch/sh/boards/se/7343/led.c
index 6a439cf83e46..6b39e191c420 100644
--- a/arch/sh/boards/se/7343/led.c
+++ b/arch/sh/boards/se/7343/led.c
@@ -2,8 +2,6 @@
2 * arch/sh/boards/se/7343/led.c 2 * arch/sh/boards/se/7343/led.c
3 * 3 *
4 */ 4 */
5
6#include <linux/config.h>
7#include <linux/sched.h> 5#include <linux/sched.h>
8#include <asm/mach/se7343.h> 6#include <asm/mach/se7343.h>
9 7
diff --git a/arch/sh/boards/se/7343/setup.c b/arch/sh/boards/se/7343/setup.c
index 787322291fb3..c7d17fe7764e 100644
--- a/arch/sh/boards/se/7343/setup.c
+++ b/arch/sh/boards/se/7343/setup.c
@@ -1,4 +1,3 @@
1#include <linux/config.h>
2#include <linux/init.h> 1#include <linux/init.h>
3#include <linux/platform_device.h> 2#include <linux/platform_device.h>
4#include <asm/machvec.h> 3#include <asm/machvec.h>
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/se/770x/setup.c
index f3f82b7c8217..a1d51d5fa925 100644
--- a/arch/sh/boards/se/770x/setup.c
+++ b/arch/sh/boards/se/770x/setup.c
@@ -8,13 +8,10 @@
8 * 8 *
9 */ 9 */
10#include <linux/init.h> 10#include <linux/init.h>
11#include <linux/irq.h> 11#include <asm/machvec.h>
12#include <linux/hdreg.h>
13#include <linux/ide.h>
14#include <asm/io.h>
15#include <asm/se.h> 12#include <asm/se.h>
13#include <asm/io.h>
16#include <asm/smc37c93x.h> 14#include <asm/smc37c93x.h>
17#include <asm/machvec.h>
18 15
19void heartbeat_se(void); 16void heartbeat_se(void);
20void init_se_IRQ(void); 17void init_se_IRQ(void);
diff --git a/arch/sh/boards/se/7751/setup.c b/arch/sh/boards/se/7751/setup.c
index 73e826310ba8..f7e1dd39c836 100644
--- a/arch/sh/boards/se/7751/setup.c
+++ b/arch/sh/boards/se/7751/setup.c
@@ -8,12 +8,10 @@
8 * Modified for 7751 Solution Engine by 8 * Modified for 7751 Solution Engine by
9 * Ian da Silva and Jeremy Siegel, 2001. 9 * Ian da Silva and Jeremy Siegel, 2001.
10 */ 10 */
11
12#include <linux/init.h> 11#include <linux/init.h>
13#include <linux/irq.h> 12#include <asm/machvec.h>
14#include <linux/ide.h>
15#include <asm/io.h>
16#include <asm/se7751.h> 13#include <asm/se7751.h>
14#include <asm/io.h>
17 15
18void heartbeat_7751se(void); 16void heartbeat_7751se(void);
19void init_7751se_IRQ(void); 17void init_7751se_IRQ(void);
diff --git a/arch/sh/boards/sh03/setup.c b/arch/sh/boards/sh03/setup.c
index 6c310587ddfe..137e2ba9243e 100644
--- a/arch/sh/boards/sh03/setup.c
+++ b/arch/sh/boards/sh03/setup.c
@@ -7,6 +7,7 @@
7 7
8#include <linux/init.h> 8#include <linux/init.h>
9#include <linux/irq.h> 9#include <linux/irq.h>
10#include <linux/pci.h>
10#include <asm/io.h> 11#include <asm/io.h>
11#include <asm/rtc.h> 12#include <asm/rtc.h>
12#include <asm/sh03/io.h> 13#include <asm/sh03/io.h>
diff --git a/arch/sh/boot/.gitignore b/arch/sh/boot/.gitignore
new file mode 100644
index 000000000000..b6718de23693
--- /dev/null
+++ b/arch/sh/boot/.gitignore
@@ -0,0 +1 @@
zImage
diff --git a/arch/sh/configs/adx_defconfig b/arch/sh/configs/adx_defconfig
deleted file mode 100644
index 353bfdc457d4..000000000000
--- a/arch/sh/configs/adx_defconfig
+++ /dev/null
@@ -1,539 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh
4# Wed Mar 2 15:09:26 2005
5#
6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y
12
13#
14# Code maturity level options
15#
16CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y
19
20#
21# General setup
22#
23CONFIG_LOCALVERSION=""
24CONFIG_SWAP=y
25# CONFIG_SYSVIPC is not set
26# CONFIG_BSD_PROCESS_ACCT is not set
27# CONFIG_SYSCTL is not set
28# CONFIG_AUDIT is not set
29CONFIG_LOG_BUF_SHIFT=14
30# CONFIG_HOTPLUG is not set
31# CONFIG_IKCONFIG is not set
32# CONFIG_EMBEDDED is not set
33CONFIG_KALLSYMS=y
34# CONFIG_KALLSYMS_EXTRA_PASS is not set
35CONFIG_FUTEX=y
36CONFIG_EPOLL=y
37# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38CONFIG_SHMEM=y
39CONFIG_CC_ALIGN_FUNCTIONS=0
40CONFIG_CC_ALIGN_LABELS=0
41CONFIG_CC_ALIGN_LOOPS=0
42CONFIG_CC_ALIGN_JUMPS=0
43# CONFIG_TINY_SHMEM is not set
44
45#
46# Loadable module support
47#
48# CONFIG_MODULES is not set
49
50#
51# System type
52#
53# CONFIG_SH_SOLUTION_ENGINE is not set
54# CONFIG_SH_7751_SOLUTION_ENGINE is not set
55# CONFIG_SH_7300_SOLUTION_ENGINE is not set
56# CONFIG_SH_73180_SOLUTION_ENGINE is not set
57# CONFIG_SH_7751_SYSTEMH is not set
58# CONFIG_SH_STB1_HARP is not set
59# CONFIG_SH_STB1_OVERDRIVE is not set
60# CONFIG_SH_HP620 is not set
61# CONFIG_SH_HP680 is not set
62# CONFIG_SH_HP690 is not set
63# CONFIG_SH_CQREEK is not set
64# CONFIG_SH_DMIDA is not set
65# CONFIG_SH_EC3104 is not set
66# CONFIG_SH_SATURN is not set
67# CONFIG_SH_DREAMCAST is not set
68# CONFIG_SH_CAT68701 is not set
69# CONFIG_SH_BIGSUR is not set
70# CONFIG_SH_SH2000 is not set
71CONFIG_SH_ADX=y
72# CONFIG_SH_MPC1211 is not set
73# CONFIG_SH_SH03 is not set
74# CONFIG_SH_SECUREEDGE5410 is not set
75# CONFIG_SH_HS7751RVOIP is not set
76# CONFIG_SH_RTS7751R2D is not set
77# CONFIG_SH_EDOSK7705 is not set
78# CONFIG_SH_SH4202_MICRODEV is not set
79# CONFIG_SH_UNKNOWN is not set
80# CONFIG_CPU_SH2 is not set
81# CONFIG_CPU_SH3 is not set
82CONFIG_CPU_SH4=y
83# CONFIG_CPU_SUBTYPE_SH7604 is not set
84# CONFIG_CPU_SUBTYPE_SH7300 is not set
85# CONFIG_CPU_SUBTYPE_SH7705 is not set
86# CONFIG_CPU_SUBTYPE_SH7707 is not set
87# CONFIG_CPU_SUBTYPE_SH7708 is not set
88# CONFIG_CPU_SUBTYPE_SH7709 is not set
89CONFIG_CPU_SUBTYPE_SH7750=y
90# CONFIG_CPU_SUBTYPE_SH7751 is not set
91# CONFIG_CPU_SUBTYPE_SH7760 is not set
92# CONFIG_CPU_SUBTYPE_SH73180 is not set
93# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
94# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
95# CONFIG_CPU_SUBTYPE_SH4_202 is not set
96CONFIG_MMU=y
97# CONFIG_CMDLINE_BOOL is not set
98CONFIG_MEMORY_START=0x08000000
99CONFIG_MEMORY_SIZE=0x00400000
100CONFIG_MEMORY_SET=y
101# CONFIG_MEMORY_OVERRIDE is not set
102CONFIG_CF_ENABLER=y
103# CONFIG_CF_AREA5 is not set
104CONFIG_CF_AREA6=y
105CONFIG_CF_BASE_ADDR=0xb8000000
106CONFIG_SH_RTC=y
107CONFIG_SH_FPU=y
108CONFIG_ZERO_PAGE_OFFSET=0x00001000
109CONFIG_BOOT_LINK_OFFSET=0x00800000
110CONFIG_CPU_LITTLE_ENDIAN=y
111# CONFIG_PREEMPT is not set
112# CONFIG_UBC_WAKEUP is not set
113# CONFIG_SH_WRITETHROUGH is not set
114# CONFIG_SH_OCRAM is not set
115# CONFIG_SH_STORE_QUEUES is not set
116# CONFIG_SMP is not set
117CONFIG_SH_PCLK_CALC=y
118CONFIG_SH_PCLK_FREQ=50000000
119
120#
121# CPU Frequency scaling
122#
123# CONFIG_CPU_FREQ is not set
124
125#
126# DMA support
127#
128# CONFIG_SH_DMA is not set
129
130#
131# Companion Chips
132#
133# CONFIG_HD6446X_SERIES is not set
134
135#
136# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
137#
138# CONFIG_PCI is not set
139
140#
141# PCCARD (PCMCIA/CardBus) support
142#
143# CONFIG_PCCARD is not set
144
145#
146# PC-card bridges
147#
148
149#
150# PCI Hotplug Support
151#
152
153#
154# Executable file formats
155#
156CONFIG_BINFMT_ELF=y
157# CONFIG_BINFMT_FLAT is not set
158# CONFIG_BINFMT_MISC is not set
159
160#
161# SH initrd options
162#
163# CONFIG_EMBEDDED_RAMDISK is not set
164
165#
166# Device Drivers
167#
168
169#
170# Generic Driver Options
171#
172CONFIG_STANDALONE=y
173CONFIG_PREVENT_FIRMWARE_BUILD=y
174# CONFIG_FW_LOADER is not set
175
176#
177# Memory Technology Devices (MTD)
178#
179# CONFIG_MTD is not set
180
181#
182# Parallel port support
183#
184# CONFIG_PARPORT is not set
185
186#
187# Plug and Play support
188#
189
190#
191# Block devices
192#
193# CONFIG_BLK_DEV_FD is not set
194# CONFIG_BLK_DEV_COW_COMMON is not set
195# CONFIG_BLK_DEV_LOOP is not set
196CONFIG_BLK_DEV_RAM=y
197CONFIG_BLK_DEV_RAM_COUNT=16
198CONFIG_BLK_DEV_RAM_SIZE=4096
199CONFIG_BLK_DEV_INITRD=y
200CONFIG_INITRAMFS_SOURCE=""
201# CONFIG_LBD is not set
202# CONFIG_CDROM_PKTCDVD is not set
203
204#
205# IO Schedulers
206#
207CONFIG_IOSCHED_NOOP=y
208CONFIG_IOSCHED_AS=y
209CONFIG_IOSCHED_DEADLINE=y
210CONFIG_IOSCHED_CFQ=y
211
212#
213# ATA/ATAPI/MFM/RLL support
214#
215CONFIG_IDE=y
216CONFIG_IDE_MAX_HWIFS=4
217CONFIG_BLK_DEV_IDE=y
218
219#
220# Please see Documentation/ide.txt for help/info on IDE drives
221#
222# CONFIG_BLK_DEV_IDE_SATA is not set
223CONFIG_BLK_DEV_IDEDISK=y
224# CONFIG_IDEDISK_MULTI_MODE is not set
225# CONFIG_BLK_DEV_IDECD is not set
226# CONFIG_BLK_DEV_IDETAPE is not set
227# CONFIG_BLK_DEV_IDEFLOPPY is not set
228# CONFIG_IDE_TASK_IOCTL is not set
229
230#
231# IDE chipset support/bugfixes
232#
233CONFIG_IDE_GENERIC=y
234CONFIG_IDE_SH=y
235# CONFIG_IDE_ARM is not set
236# CONFIG_BLK_DEV_IDEDMA is not set
237# CONFIG_IDEDMA_AUTO is not set
238# CONFIG_BLK_DEV_HD is not set
239
240#
241# SCSI device support
242#
243# CONFIG_SCSI is not set
244
245#
246# Multi-device support (RAID and LVM)
247#
248# CONFIG_MD is not set
249
250#
251# Fusion MPT device support
252#
253
254#
255# IEEE 1394 (FireWire) support
256#
257
258#
259# I2O device support
260#
261
262#
263# Networking support
264#
265# CONFIG_NET is not set
266# CONFIG_NETPOLL is not set
267# CONFIG_NET_POLL_CONTROLLER is not set
268
269#
270# ISDN subsystem
271#
272
273#
274# Telephony Support
275#
276# CONFIG_PHONE is not set
277
278#
279# Input device support
280#
281CONFIG_INPUT=y
282
283#
284# Userland interfaces
285#
286CONFIG_INPUT_MOUSEDEV=y
287CONFIG_INPUT_MOUSEDEV_PSAUX=y
288CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
289CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
290# CONFIG_INPUT_JOYDEV is not set
291# CONFIG_INPUT_TSDEV is not set
292# CONFIG_INPUT_EVDEV is not set
293# CONFIG_INPUT_EVBUG is not set
294
295#
296# Input I/O drivers
297#
298# CONFIG_GAMEPORT is not set
299CONFIG_SOUND_GAMEPORT=y
300CONFIG_SERIO=y
301CONFIG_SERIO_I8042=y
302CONFIG_SERIO_SERPORT=y
303# CONFIG_SERIO_CT82C710 is not set
304CONFIG_SERIO_LIBPS2=y
305# CONFIG_SERIO_RAW is not set
306
307#
308# Input Device Drivers
309#
310CONFIG_INPUT_KEYBOARD=y
311CONFIG_KEYBOARD_ATKBD=y
312# CONFIG_KEYBOARD_SUNKBD is not set
313# CONFIG_KEYBOARD_LKKBD is not set
314# CONFIG_KEYBOARD_XTKBD is not set
315# CONFIG_KEYBOARD_NEWTON is not set
316CONFIG_INPUT_MOUSE=y
317CONFIG_MOUSE_PS2=y
318# CONFIG_MOUSE_SERIAL is not set
319# CONFIG_MOUSE_VSXXXAA is not set
320# CONFIG_INPUT_JOYSTICK is not set
321# CONFIG_INPUT_TOUCHSCREEN is not set
322# CONFIG_INPUT_MISC is not set
323
324#
325# Character devices
326#
327CONFIG_VT=y
328CONFIG_VT_CONSOLE=y
329CONFIG_HW_CONSOLE=y
330# CONFIG_SERIAL_NONSTANDARD is not set
331
332#
333# Serial drivers
334#
335# CONFIG_SERIAL_8250 is not set
336
337#
338# Non-8250 serial port support
339#
340# CONFIG_SERIAL_SH_SCI is not set
341CONFIG_UNIX98_PTYS=y
342CONFIG_LEGACY_PTYS=y
343CONFIG_LEGACY_PTY_COUNT=256
344
345#
346# IPMI
347#
348# CONFIG_IPMI_HANDLER is not set
349
350#
351# Watchdog Cards
352#
353# CONFIG_WATCHDOG is not set
354# CONFIG_RTC is not set
355# CONFIG_GEN_RTC is not set
356# CONFIG_DTLK is not set
357# CONFIG_R3964 is not set
358
359#
360# Ftape, the floppy tape device driver
361#
362# CONFIG_DRM is not set
363# CONFIG_RAW_DRIVER is not set
364
365#
366# I2C support
367#
368# CONFIG_I2C is not set
369
370#
371# Dallas's 1-wire bus
372#
373# CONFIG_W1 is not set
374
375#
376# Misc devices
377#
378
379#
380# Multimedia devices
381#
382# CONFIG_VIDEO_DEV is not set
383
384#
385# Digital Video Broadcasting Devices
386#
387
388#
389# Graphics support
390#
391# CONFIG_FB is not set
392
393#
394# Console display driver support
395#
396CONFIG_VGA_CONSOLE=y
397CONFIG_DUMMY_CONSOLE=y
398
399#
400# Sound
401#
402# CONFIG_SOUND is not set
403
404#
405# USB support
406#
407# CONFIG_USB_ARCH_HAS_HCD is not set
408# CONFIG_USB_ARCH_HAS_OHCI is not set
409
410#
411# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
412#
413
414#
415# USB Gadget Support
416#
417# CONFIG_USB_GADGET is not set
418
419#
420# MMC/SD Card support
421#
422# CONFIG_MMC is not set
423
424#
425# InfiniBand support
426#
427# CONFIG_INFINIBAND is not set
428
429#
430# File systems
431#
432CONFIG_EXT2_FS=y
433# CONFIG_EXT2_FS_XATTR is not set
434# CONFIG_EXT3_FS is not set
435# CONFIG_JBD is not set
436# CONFIG_REISERFS_FS is not set
437# CONFIG_JFS_FS is not set
438
439#
440# XFS support
441#
442# CONFIG_XFS_FS is not set
443# CONFIG_MINIX_FS is not set
444# CONFIG_ROMFS_FS is not set
445# CONFIG_QUOTA is not set
446CONFIG_DNOTIFY=y
447# CONFIG_AUTOFS_FS is not set
448# CONFIG_AUTOFS4_FS is not set
449
450#
451# CD-ROM/DVD Filesystems
452#
453# CONFIG_ISO9660_FS is not set
454# CONFIG_UDF_FS is not set
455
456#
457# DOS/FAT/NT Filesystems
458#
459# CONFIG_MSDOS_FS is not set
460# CONFIG_VFAT_FS is not set
461# CONFIG_NTFS_FS is not set
462
463#
464# Pseudo filesystems
465#
466CONFIG_PROC_FS=y
467# CONFIG_PROC_KCORE is not set
468CONFIG_SYSFS=y
469# CONFIG_DEVFS_FS is not set
470# CONFIG_DEVPTS_FS_XATTR is not set
471# CONFIG_TMPFS is not set
472# CONFIG_HUGETLBFS is not set
473# CONFIG_HUGETLB_PAGE is not set
474CONFIG_RAMFS=y
475
476#
477# Miscellaneous filesystems
478#
479# CONFIG_ADFS_FS is not set
480# CONFIG_AFFS_FS is not set
481# CONFIG_HFS_FS is not set
482# CONFIG_HFSPLUS_FS is not set
483# CONFIG_BEFS_FS is not set
484# CONFIG_BFS_FS is not set
485# CONFIG_EFS_FS is not set
486# CONFIG_CRAMFS is not set
487# CONFIG_VXFS_FS is not set
488# CONFIG_HPFS_FS is not set
489# CONFIG_QNX4FS_FS is not set
490# CONFIG_SYSV_FS is not set
491# CONFIG_UFS_FS is not set
492
493#
494# Partition Types
495#
496# CONFIG_PARTITION_ADVANCED is not set
497CONFIG_MSDOS_PARTITION=y
498
499#
500# Native Language Support
501#
502# CONFIG_NLS is not set
503
504#
505# Profiling support
506#
507# CONFIG_PROFILING is not set
508
509#
510# Kernel hacking
511#
512# CONFIG_DEBUG_KERNEL is not set
513# CONFIG_FRAME_POINTER is not set
514CONFIG_SH_STANDARD_BIOS=y
515# CONFIG_EARLY_SCIF_CONSOLE is not set
516# CONFIG_EARLY_PRINTK is not set
517# CONFIG_KGDB is not set
518
519#
520# Security options
521#
522# CONFIG_KEYS is not set
523# CONFIG_SECURITY is not set
524
525#
526# Cryptographic options
527#
528# CONFIG_CRYPTO is not set
529
530#
531# Hardware crypto devices
532#
533
534#
535# Library routines
536#
537# CONFIG_CRC_CCITT is not set
538# CONFIG_CRC32 is not set
539# CONFIG_LIBCRC32C is not set
diff --git a/arch/sh/configs/cqreek_defconfig b/arch/sh/configs/cqreek_defconfig
deleted file mode 100644
index 614662ae5789..000000000000
--- a/arch/sh/configs/cqreek_defconfig
+++ /dev/null
@@ -1,533 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh
4# Wed Mar 2 15:09:38 2005
5#
6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y
12
13#
14# Code maturity level options
15#
16CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y
19
20#
21# General setup
22#
23CONFIG_LOCALVERSION=""
24CONFIG_SWAP=y
25# CONFIG_SYSVIPC is not set
26# CONFIG_BSD_PROCESS_ACCT is not set
27# CONFIG_SYSCTL is not set
28# CONFIG_AUDIT is not set
29CONFIG_LOG_BUF_SHIFT=14
30# CONFIG_HOTPLUG is not set
31# CONFIG_IKCONFIG is not set
32# CONFIG_EMBEDDED is not set
33CONFIG_KALLSYMS=y
34# CONFIG_KALLSYMS_EXTRA_PASS is not set
35CONFIG_FUTEX=y
36CONFIG_EPOLL=y
37# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38CONFIG_SHMEM=y
39CONFIG_CC_ALIGN_FUNCTIONS=0
40CONFIG_CC_ALIGN_LABELS=0
41CONFIG_CC_ALIGN_LOOPS=0
42CONFIG_CC_ALIGN_JUMPS=0
43# CONFIG_TINY_SHMEM is not set
44
45#
46# Loadable module support
47#
48# CONFIG_MODULES is not set
49
50#
51# System type
52#
53# CONFIG_SH_SOLUTION_ENGINE is not set
54# CONFIG_SH_7751_SOLUTION_ENGINE is not set
55# CONFIG_SH_7300_SOLUTION_ENGINE is not set
56# CONFIG_SH_73180_SOLUTION_ENGINE is not set
57# CONFIG_SH_7751_SYSTEMH is not set
58# CONFIG_SH_STB1_HARP is not set
59# CONFIG_SH_STB1_OVERDRIVE is not set
60# CONFIG_SH_HP620 is not set
61# CONFIG_SH_HP680 is not set
62# CONFIG_SH_HP690 is not set
63CONFIG_SH_CQREEK=y
64# CONFIG_SH_DMIDA is not set
65# CONFIG_SH_EC3104 is not set
66# CONFIG_SH_SATURN is not set
67# CONFIG_SH_DREAMCAST is not set
68# CONFIG_SH_CAT68701 is not set
69# CONFIG_SH_BIGSUR is not set
70# CONFIG_SH_SH2000 is not set
71# CONFIG_SH_ADX is not set
72# CONFIG_SH_MPC1211 is not set
73# CONFIG_SH_SH03 is not set
74# CONFIG_SH_SECUREEDGE5410 is not set
75# CONFIG_SH_HS7751RVOIP is not set
76# CONFIG_SH_RTS7751R2D is not set
77# CONFIG_SH_EDOSK7705 is not set
78# CONFIG_SH_SH4202_MICRODEV is not set
79# CONFIG_SH_UNKNOWN is not set
80# CONFIG_CPU_SH2 is not set
81CONFIG_CPU_SH3=y
82# CONFIG_CPU_SH4 is not set
83# CONFIG_CPU_SUBTYPE_SH7604 is not set
84# CONFIG_CPU_SUBTYPE_SH7300 is not set
85# CONFIG_CPU_SUBTYPE_SH7705 is not set
86# CONFIG_CPU_SUBTYPE_SH7707 is not set
87CONFIG_CPU_SUBTYPE_SH7708=y
88# CONFIG_CPU_SUBTYPE_SH7709 is not set
89# CONFIG_CPU_SUBTYPE_SH7750 is not set
90# CONFIG_CPU_SUBTYPE_SH7751 is not set
91# CONFIG_CPU_SUBTYPE_SH7760 is not set
92# CONFIG_CPU_SUBTYPE_SH73180 is not set
93# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
94# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
95# CONFIG_CPU_SUBTYPE_SH4_202 is not set
96CONFIG_MMU=y
97# CONFIG_CMDLINE_BOOL is not set
98CONFIG_MEMORY_START=0x0c000000
99CONFIG_MEMORY_SIZE=0x00400000
100# CONFIG_MEMORY_OVERRIDE is not set
101CONFIG_SH_RTC=y
102CONFIG_SH_DSP=y
103CONFIG_SH_ADC=y
104CONFIG_ZERO_PAGE_OFFSET=0x00001000
105CONFIG_BOOT_LINK_OFFSET=0x00800000
106CONFIG_CPU_LITTLE_ENDIAN=y
107# CONFIG_PREEMPT is not set
108# CONFIG_UBC_WAKEUP is not set
109# CONFIG_SH_WRITETHROUGH is not set
110# CONFIG_SH_OCRAM is not set
111# CONFIG_SMP is not set
112CONFIG_SH_PCLK_CALC=y
113CONFIG_SH_PCLK_FREQ=1193182
114
115#
116# CPU Frequency scaling
117#
118# CONFIG_CPU_FREQ is not set
119
120#
121# DMA support
122#
123# CONFIG_SH_DMA is not set
124
125#
126# Companion Chips
127#
128# CONFIG_HD6446X_SERIES is not set
129
130#
131# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
132#
133# CONFIG_PCI is not set
134
135#
136# PCCARD (PCMCIA/CardBus) support
137#
138# CONFIG_PCCARD is not set
139
140#
141# PC-card bridges
142#
143
144#
145# PCI Hotplug Support
146#
147
148#
149# Executable file formats
150#
151CONFIG_BINFMT_ELF=y
152# CONFIG_BINFMT_FLAT is not set
153# CONFIG_BINFMT_MISC is not set
154
155#
156# SH initrd options
157#
158# CONFIG_EMBEDDED_RAMDISK is not set
159
160#
161# Device Drivers
162#
163
164#
165# Generic Driver Options
166#
167CONFIG_STANDALONE=y
168CONFIG_PREVENT_FIRMWARE_BUILD=y
169# CONFIG_FW_LOADER is not set
170
171#
172# Memory Technology Devices (MTD)
173#
174# CONFIG_MTD is not set
175
176#
177# Parallel port support
178#
179# CONFIG_PARPORT is not set
180
181#
182# Plug and Play support
183#
184
185#
186# Block devices
187#
188# CONFIG_BLK_DEV_FD is not set
189# CONFIG_BLK_DEV_COW_COMMON is not set
190# CONFIG_BLK_DEV_LOOP is not set
191CONFIG_BLK_DEV_RAM=y
192CONFIG_BLK_DEV_RAM_COUNT=16
193CONFIG_BLK_DEV_RAM_SIZE=4096
194CONFIG_BLK_DEV_INITRD=y
195CONFIG_INITRAMFS_SOURCE=""
196# CONFIG_LBD is not set
197# CONFIG_CDROM_PKTCDVD is not set
198
199#
200# IO Schedulers
201#
202CONFIG_IOSCHED_NOOP=y
203CONFIG_IOSCHED_AS=y
204CONFIG_IOSCHED_DEADLINE=y
205CONFIG_IOSCHED_CFQ=y
206
207#
208# ATA/ATAPI/MFM/RLL support
209#
210CONFIG_IDE=y
211CONFIG_IDE_MAX_HWIFS=4
212CONFIG_BLK_DEV_IDE=y
213
214#
215# Please see Documentation/ide.txt for help/info on IDE drives
216#
217# CONFIG_BLK_DEV_IDE_SATA is not set
218CONFIG_BLK_DEV_IDEDISK=y
219# CONFIG_IDEDISK_MULTI_MODE is not set
220# CONFIG_BLK_DEV_IDECD is not set
221# CONFIG_BLK_DEV_IDETAPE is not set
222# CONFIG_BLK_DEV_IDEFLOPPY is not set
223# CONFIG_IDE_TASK_IOCTL is not set
224
225#
226# IDE chipset support/bugfixes
227#
228CONFIG_IDE_GENERIC=y
229CONFIG_IDE_SH=y
230# CONFIG_IDE_ARM is not set
231# CONFIG_BLK_DEV_IDEDMA is not set
232# CONFIG_IDEDMA_AUTO is not set
233# CONFIG_BLK_DEV_HD is not set
234
235#
236# SCSI device support
237#
238# CONFIG_SCSI is not set
239
240#
241# Multi-device support (RAID and LVM)
242#
243# CONFIG_MD is not set
244
245#
246# Fusion MPT device support
247#
248
249#
250# IEEE 1394 (FireWire) support
251#
252
253#
254# I2O device support
255#
256
257#
258# Networking support
259#
260# CONFIG_NET is not set
261# CONFIG_NETPOLL is not set
262# CONFIG_NET_POLL_CONTROLLER is not set
263
264#
265# ISDN subsystem
266#
267
268#
269# Telephony Support
270#
271# CONFIG_PHONE is not set
272
273#
274# Input device support
275#
276CONFIG_INPUT=y
277
278#
279# Userland interfaces
280#
281CONFIG_INPUT_MOUSEDEV=y
282CONFIG_INPUT_MOUSEDEV_PSAUX=y
283CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
284CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
285# CONFIG_INPUT_JOYDEV is not set
286# CONFIG_INPUT_TSDEV is not set
287# CONFIG_INPUT_EVDEV is not set
288# CONFIG_INPUT_EVBUG is not set
289
290#
291# Input I/O drivers
292#
293# CONFIG_GAMEPORT is not set
294CONFIG_SOUND_GAMEPORT=y
295CONFIG_SERIO=y
296CONFIG_SERIO_I8042=y
297CONFIG_SERIO_SERPORT=y
298# CONFIG_SERIO_CT82C710 is not set
299CONFIG_SERIO_LIBPS2=y
300# CONFIG_SERIO_RAW is not set
301
302#
303# Input Device Drivers
304#
305CONFIG_INPUT_KEYBOARD=y
306CONFIG_KEYBOARD_ATKBD=y
307# CONFIG_KEYBOARD_SUNKBD is not set
308# CONFIG_KEYBOARD_LKKBD is not set
309# CONFIG_KEYBOARD_XTKBD is not set
310# CONFIG_KEYBOARD_NEWTON is not set
311CONFIG_INPUT_MOUSE=y
312CONFIG_MOUSE_PS2=y
313# CONFIG_MOUSE_SERIAL is not set
314# CONFIG_MOUSE_VSXXXAA is not set
315# CONFIG_INPUT_JOYSTICK is not set
316# CONFIG_INPUT_TOUCHSCREEN is not set
317# CONFIG_INPUT_MISC is not set
318
319#
320# Character devices
321#
322CONFIG_VT=y
323CONFIG_VT_CONSOLE=y
324CONFIG_HW_CONSOLE=y
325# CONFIG_SERIAL_NONSTANDARD is not set
326
327#
328# Serial drivers
329#
330# CONFIG_SERIAL_8250 is not set
331
332#
333# Non-8250 serial port support
334#
335# CONFIG_SERIAL_SH_SCI is not set
336CONFIG_UNIX98_PTYS=y
337CONFIG_LEGACY_PTYS=y
338CONFIG_LEGACY_PTY_COUNT=256
339
340#
341# IPMI
342#
343# CONFIG_IPMI_HANDLER is not set
344
345#
346# Watchdog Cards
347#
348# CONFIG_WATCHDOG is not set
349# CONFIG_RTC is not set
350# CONFIG_GEN_RTC is not set
351# CONFIG_DTLK is not set
352# CONFIG_R3964 is not set
353
354#
355# Ftape, the floppy tape device driver
356#
357# CONFIG_DRM is not set
358# CONFIG_RAW_DRIVER is not set
359
360#
361# I2C support
362#
363# CONFIG_I2C is not set
364
365#
366# Dallas's 1-wire bus
367#
368# CONFIG_W1 is not set
369
370#
371# Misc devices
372#
373
374#
375# Multimedia devices
376#
377# CONFIG_VIDEO_DEV is not set
378
379#
380# Digital Video Broadcasting Devices
381#
382
383#
384# Graphics support
385#
386# CONFIG_FB is not set
387
388#
389# Console display driver support
390#
391CONFIG_VGA_CONSOLE=y
392CONFIG_DUMMY_CONSOLE=y
393
394#
395# Sound
396#
397# CONFIG_SOUND is not set
398
399#
400# USB support
401#
402# CONFIG_USB_ARCH_HAS_HCD is not set
403# CONFIG_USB_ARCH_HAS_OHCI is not set
404
405#
406# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
407#
408
409#
410# USB Gadget Support
411#
412# CONFIG_USB_GADGET is not set
413
414#
415# MMC/SD Card support
416#
417# CONFIG_MMC is not set
418
419#
420# InfiniBand support
421#
422# CONFIG_INFINIBAND is not set
423
424#
425# File systems
426#
427CONFIG_EXT2_FS=y
428# CONFIG_EXT2_FS_XATTR is not set
429# CONFIG_EXT3_FS is not set
430# CONFIG_JBD is not set
431# CONFIG_REISERFS_FS is not set
432# CONFIG_JFS_FS is not set
433
434#
435# XFS support
436#
437# CONFIG_XFS_FS is not set
438# CONFIG_MINIX_FS is not set
439# CONFIG_ROMFS_FS is not set
440# CONFIG_QUOTA is not set
441CONFIG_DNOTIFY=y
442# CONFIG_AUTOFS_FS is not set
443# CONFIG_AUTOFS4_FS is not set
444
445#
446# CD-ROM/DVD Filesystems
447#
448# CONFIG_ISO9660_FS is not set
449# CONFIG_UDF_FS is not set
450
451#
452# DOS/FAT/NT Filesystems
453#
454# CONFIG_MSDOS_FS is not set
455# CONFIG_VFAT_FS is not set
456# CONFIG_NTFS_FS is not set
457
458#
459# Pseudo filesystems
460#
461CONFIG_PROC_FS=y
462# CONFIG_PROC_KCORE is not set
463CONFIG_SYSFS=y
464# CONFIG_DEVFS_FS is not set
465# CONFIG_DEVPTS_FS_XATTR is not set
466# CONFIG_TMPFS is not set
467# CONFIG_HUGETLBFS is not set
468# CONFIG_HUGETLB_PAGE is not set
469CONFIG_RAMFS=y
470
471#
472# Miscellaneous filesystems
473#
474# CONFIG_ADFS_FS is not set
475# CONFIG_AFFS_FS is not set
476# CONFIG_HFS_FS is not set
477# CONFIG_HFSPLUS_FS is not set
478# CONFIG_BEFS_FS is not set
479# CONFIG_BFS_FS is not set
480# CONFIG_EFS_FS is not set
481# CONFIG_CRAMFS is not set
482# CONFIG_VXFS_FS is not set
483# CONFIG_HPFS_FS is not set
484# CONFIG_QNX4FS_FS is not set
485# CONFIG_SYSV_FS is not set
486# CONFIG_UFS_FS is not set
487
488#
489# Partition Types
490#
491# CONFIG_PARTITION_ADVANCED is not set
492CONFIG_MSDOS_PARTITION=y
493
494#
495# Native Language Support
496#
497# CONFIG_NLS is not set
498
499#
500# Profiling support
501#
502# CONFIG_PROFILING is not set
503
504#
505# Kernel hacking
506#
507# CONFIG_DEBUG_KERNEL is not set
508# CONFIG_FRAME_POINTER is not set
509CONFIG_SH_STANDARD_BIOS=y
510# CONFIG_EARLY_PRINTK is not set
511# CONFIG_KGDB is not set
512
513#
514# Security options
515#
516# CONFIG_KEYS is not set
517# CONFIG_SECURITY is not set
518
519#
520# Cryptographic options
521#
522# CONFIG_CRYPTO is not set
523
524#
525# Hardware crypto devices
526#
527
528#
529# Library routines
530#
531# CONFIG_CRC_CCITT is not set
532# CONFIG_CRC32 is not set
533# CONFIG_LIBCRC32C is not set
diff --git a/arch/sh/configs/dreamcast_defconfig b/arch/sh/configs/dreamcast_defconfig
index 776c1909bee3..8b6b5a779de8 100644
--- a/arch/sh/configs/dreamcast_defconfig
+++ b/arch/sh/configs/dreamcast_defconfig
@@ -1,50 +1,63 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:40 2005 4# Tue Oct 3 10:51:55 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
19CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
21CONFIG_INIT_ENV_ARG_LIMIT=32
20 22
21# 23#
22# General setup 24# General setup
23# 25#
24CONFIG_LOCALVERSION="" 26CONFIG_LOCALVERSION=""
27CONFIG_LOCALVERSION_AUTO=y
25CONFIG_SWAP=y 28CONFIG_SWAP=y
26CONFIG_SYSVIPC=y 29CONFIG_SYSVIPC=y
30# CONFIG_IPC_NS is not set
27# CONFIG_POSIX_MQUEUE is not set 31# CONFIG_POSIX_MQUEUE is not set
28CONFIG_BSD_PROCESS_ACCT=y 32CONFIG_BSD_PROCESS_ACCT=y
29# CONFIG_BSD_PROCESS_ACCT_V3 is not set 33# CONFIG_BSD_PROCESS_ACCT_V3 is not set
30CONFIG_SYSCTL=y 34# CONFIG_TASKSTATS is not set
35# CONFIG_UTS_NS is not set
31# CONFIG_AUDIT is not set 36# CONFIG_AUDIT is not set
32CONFIG_LOG_BUF_SHIFT=14
33CONFIG_HOTPLUG=y
34CONFIG_KOBJECT_UEVENT=y
35# CONFIG_IKCONFIG is not set 37# CONFIG_IKCONFIG is not set
38# CONFIG_RELAY is not set
39CONFIG_INITRAMFS_SOURCE=""
40CONFIG_CC_OPTIMIZE_FOR_SIZE=y
41CONFIG_SYSCTL=y
36CONFIG_EMBEDDED=y 42CONFIG_EMBEDDED=y
43CONFIG_UID16=y
44# CONFIG_SYSCTL_SYSCALL is not set
37CONFIG_KALLSYMS=y 45CONFIG_KALLSYMS=y
38# CONFIG_KALLSYMS_EXTRA_PASS is not set 46# CONFIG_KALLSYMS_EXTRA_PASS is not set
47CONFIG_HOTPLUG=y
48CONFIG_PRINTK=y
49CONFIG_BUG=y
50CONFIG_ELF_CORE=y
51CONFIG_BASE_FULL=y
39CONFIG_FUTEX=y 52CONFIG_FUTEX=y
40CONFIG_EPOLL=y 53CONFIG_EPOLL=y
41CONFIG_CC_OPTIMIZE_FOR_SIZE=y
42CONFIG_SHMEM=y 54CONFIG_SHMEM=y
43CONFIG_CC_ALIGN_FUNCTIONS=0 55CONFIG_SLAB=y
44CONFIG_CC_ALIGN_LABELS=0 56CONFIG_VM_EVENT_COUNTERS=y
45CONFIG_CC_ALIGN_LOOPS=0 57CONFIG_RT_MUTEXES=y
46CONFIG_CC_ALIGN_JUMPS=0
47# CONFIG_TINY_SHMEM is not set 58# CONFIG_TINY_SHMEM is not set
59CONFIG_BASE_SMALL=0
60# CONFIG_SLOB is not set
48 61
49# 62#
50# Loadable module support 63# Loadable module support
@@ -52,82 +65,158 @@ CONFIG_CC_ALIGN_JUMPS=0
52CONFIG_MODULES=y 65CONFIG_MODULES=y
53CONFIG_MODULE_UNLOAD=y 66CONFIG_MODULE_UNLOAD=y
54# CONFIG_MODULE_FORCE_UNLOAD is not set 67# CONFIG_MODULE_FORCE_UNLOAD is not set
55CONFIG_OBSOLETE_MODPARM=y
56# CONFIG_MODVERSIONS is not set 68# CONFIG_MODVERSIONS is not set
57# CONFIG_MODULE_SRCVERSION_ALL is not set 69# CONFIG_MODULE_SRCVERSION_ALL is not set
58CONFIG_KMOD=y 70CONFIG_KMOD=y
59 71
60# 72#
73# Block layer
74#
75CONFIG_BLOCK=y
76# CONFIG_LBD is not set
77# CONFIG_BLK_DEV_IO_TRACE is not set
78# CONFIG_LSF is not set
79
80#
81# IO Schedulers
82#
83CONFIG_IOSCHED_NOOP=y
84CONFIG_IOSCHED_AS=y
85CONFIG_IOSCHED_DEADLINE=y
86CONFIG_IOSCHED_CFQ=y
87CONFIG_DEFAULT_AS=y
88# CONFIG_DEFAULT_DEADLINE is not set
89# CONFIG_DEFAULT_CFQ is not set
90# CONFIG_DEFAULT_NOOP is not set
91CONFIG_DEFAULT_IOSCHED="anticipatory"
92
93#
61# System type 94# System type
62# 95#
63# CONFIG_SH_SOLUTION_ENGINE is not set 96# CONFIG_SH_SOLUTION_ENGINE is not set
64# CONFIG_SH_7751_SOLUTION_ENGINE is not set 97# CONFIG_SH_7751_SOLUTION_ENGINE is not set
65# CONFIG_SH_7300_SOLUTION_ENGINE is not set 98# CONFIG_SH_7300_SOLUTION_ENGINE is not set
99# CONFIG_SH_7343_SOLUTION_ENGINE is not set
66# CONFIG_SH_73180_SOLUTION_ENGINE is not set 100# CONFIG_SH_73180_SOLUTION_ENGINE is not set
67# CONFIG_SH_7751_SYSTEMH is not set 101# CONFIG_SH_7751_SYSTEMH is not set
68# CONFIG_SH_STB1_HARP is not set 102# CONFIG_SH_HP6XX is not set
69# CONFIG_SH_STB1_OVERDRIVE is not set
70# CONFIG_SH_HP620 is not set
71# CONFIG_SH_HP680 is not set
72# CONFIG_SH_HP690 is not set
73# CONFIG_SH_CQREEK is not set
74# CONFIG_SH_DMIDA is not set
75# CONFIG_SH_EC3104 is not set 103# CONFIG_SH_EC3104 is not set
76# CONFIG_SH_SATURN is not set 104# CONFIG_SH_SATURN is not set
77CONFIG_SH_DREAMCAST=y 105CONFIG_SH_DREAMCAST=y
78# CONFIG_SH_CAT68701 is not set
79# CONFIG_SH_BIGSUR is not set 106# CONFIG_SH_BIGSUR is not set
80# CONFIG_SH_SH2000 is not set
81# CONFIG_SH_ADX is not set
82# CONFIG_SH_MPC1211 is not set 107# CONFIG_SH_MPC1211 is not set
83# CONFIG_SH_SH03 is not set 108# CONFIG_SH_SH03 is not set
84# CONFIG_SH_SECUREEDGE5410 is not set 109# CONFIG_SH_SECUREEDGE5410 is not set
85# CONFIG_SH_HS7751RVOIP is not set 110# CONFIG_SH_HS7751RVOIP is not set
111# CONFIG_SH_7710VOIPGW is not set
86# CONFIG_SH_RTS7751R2D is not set 112# CONFIG_SH_RTS7751R2D is not set
113# CONFIG_SH_R7780RP is not set
87# CONFIG_SH_EDOSK7705 is not set 114# CONFIG_SH_EDOSK7705 is not set
88# CONFIG_SH_SH4202_MICRODEV is not set 115# CONFIG_SH_SH4202_MICRODEV is not set
116# CONFIG_SH_LANDISK is not set
117# CONFIG_SH_TITAN is not set
118# CONFIG_SH_SHMIN is not set
89# CONFIG_SH_UNKNOWN is not set 119# CONFIG_SH_UNKNOWN is not set
90# CONFIG_CPU_SH2 is not set 120
91# CONFIG_CPU_SH3 is not set 121#
122# Processor selection
123#
92CONFIG_CPU_SH4=y 124CONFIG_CPU_SH4=y
125
126#
127# SH-2 Processor Support
128#
93# CONFIG_CPU_SUBTYPE_SH7604 is not set 129# CONFIG_CPU_SUBTYPE_SH7604 is not set
130
131#
132# SH-3 Processor Support
133#
94# CONFIG_CPU_SUBTYPE_SH7300 is not set 134# CONFIG_CPU_SUBTYPE_SH7300 is not set
95# CONFIG_CPU_SUBTYPE_SH7705 is not set 135# CONFIG_CPU_SUBTYPE_SH7705 is not set
136# CONFIG_CPU_SUBTYPE_SH7706 is not set
96# CONFIG_CPU_SUBTYPE_SH7707 is not set 137# CONFIG_CPU_SUBTYPE_SH7707 is not set
97# CONFIG_CPU_SUBTYPE_SH7708 is not set 138# CONFIG_CPU_SUBTYPE_SH7708 is not set
98# CONFIG_CPU_SUBTYPE_SH7709 is not set 139# CONFIG_CPU_SUBTYPE_SH7709 is not set
140# CONFIG_CPU_SUBTYPE_SH7710 is not set
141
142#
143# SH-4 Processor Support
144#
99CONFIG_CPU_SUBTYPE_SH7750=y 145CONFIG_CPU_SUBTYPE_SH7750=y
146CONFIG_CPU_SUBTYPE_SH7091=y
147CONFIG_CPU_SUBTYPE_SH7750R=y
148# CONFIG_CPU_SUBTYPE_SH7750S is not set
100# CONFIG_CPU_SUBTYPE_SH7751 is not set 149# CONFIG_CPU_SUBTYPE_SH7751 is not set
150# CONFIG_CPU_SUBTYPE_SH7751R is not set
101# CONFIG_CPU_SUBTYPE_SH7760 is not set 151# CONFIG_CPU_SUBTYPE_SH7760 is not set
102# CONFIG_CPU_SUBTYPE_SH73180 is not set 152# CONFIG_CPU_SUBTYPE_SH4_202 is not set
153
154#
155# ST40 Processor Support
156#
103# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 157# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
104# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 158# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
105# CONFIG_CPU_SUBTYPE_SH4_202 is not set 159
160#
161# SH-4A Processor Support
162#
163# CONFIG_CPU_SUBTYPE_SH7770 is not set
164# CONFIG_CPU_SUBTYPE_SH7780 is not set
165
166#
167# SH4AL-DSP Processor Support
168#
169# CONFIG_CPU_SUBTYPE_SH73180 is not set
170# CONFIG_CPU_SUBTYPE_SH7343 is not set
171
172#
173# Memory management options
174#
106CONFIG_MMU=y 175CONFIG_MMU=y
107CONFIG_HUGETLB_PAGE_SIZE_64K=y 176CONFIG_PAGE_OFFSET=0x80000000
108# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
109# CONFIG_CMDLINE_BOOL is not set
110CONFIG_MEMORY_START=0x0c000000 177CONFIG_MEMORY_START=0x0c000000
111CONFIG_MEMORY_SIZE=0x01000000 178CONFIG_MEMORY_SIZE=0x01000000
112CONFIG_MEMORY_SET=y 179CONFIG_VSYSCALL=y
113# CONFIG_MEMORY_OVERRIDE is not set 180CONFIG_HUGETLB_PAGE_SIZE_64K=y
114CONFIG_SH_FPU=y 181# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
115CONFIG_ZERO_PAGE_OFFSET=0x00001000 182CONFIG_SELECT_MEMORY_MODEL=y
116CONFIG_BOOT_LINK_OFFSET=0x00800000 183CONFIG_FLATMEM_MANUAL=y
117CONFIG_CPU_LITTLE_ENDIAN=y 184# CONFIG_DISCONTIGMEM_MANUAL is not set
118CONFIG_PREEMPT=y 185# CONFIG_SPARSEMEM_MANUAL is not set
119# CONFIG_UBC_WAKEUP is not set 186CONFIG_FLATMEM=y
187CONFIG_FLAT_NODE_MEM_MAP=y
188# CONFIG_SPARSEMEM_STATIC is not set
189CONFIG_SPLIT_PTLOCK_CPUS=4
190# CONFIG_RESOURCES_64BIT is not set
191
192#
193# Cache configuration
194#
195# CONFIG_SH_DIRECT_MAPPED is not set
120# CONFIG_SH_WRITETHROUGH is not set 196# CONFIG_SH_WRITETHROUGH is not set
121CONFIG_SH_OCRAM=y 197# CONFIG_SH_OCRAM is not set
198
199#
200# Processor features
201#
202CONFIG_CPU_LITTLE_ENDIAN=y
203CONFIG_SH_FPU=y
204# CONFIG_SH_DSP is not set
122CONFIG_SH_STORE_QUEUES=y 205CONFIG_SH_STORE_QUEUES=y
123# CONFIG_SMP is not set 206CONFIG_CPU_HAS_INTEVT=y
124CONFIG_SH_PCLK_CALC=y 207CONFIG_CPU_HAS_SR_RB=y
208
209#
210# Timer support
211#
212CONFIG_SH_TMU=y
125CONFIG_SH_PCLK_FREQ=49876504 213CONFIG_SH_PCLK_FREQ=49876504
126 214
127# 215#
128# CPU Frequency scaling 216# CPU Frequency scaling
129# 217#
130CONFIG_CPU_FREQ=y 218CONFIG_CPU_FREQ=y
219CONFIG_CPU_FREQ_TABLE=y
131# CONFIG_CPU_FREQ_DEBUG is not set 220# CONFIG_CPU_FREQ_DEBUG is not set
132CONFIG_CPU_FREQ_STAT=y 221CONFIG_CPU_FREQ_STAT=y
133# CONFIG_CPU_FREQ_STAT_DETAILS is not set 222# CONFIG_CPU_FREQ_STAT_DETAILS is not set
@@ -137,8 +226,8 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
137CONFIG_CPU_FREQ_GOV_POWERSAVE=y 226CONFIG_CPU_FREQ_GOV_POWERSAVE=y
138CONFIG_CPU_FREQ_GOV_USERSPACE=y 227CONFIG_CPU_FREQ_GOV_USERSPACE=y
139# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set 228# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
140CONFIG_CPU_FREQ_TABLE=y 229# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
141CONFIG_SH_CPU_FREQ=y 230# CONFIG_SH_CPU_FREQ is not set
142 231
143# 232#
144# DMA support 233# DMA support
@@ -154,14 +243,35 @@ CONFIG_NR_DMA_CHANNELS=9
154# CONFIG_HD6446X_SERIES is not set 243# CONFIG_HD6446X_SERIES is not set
155 244
156# 245#
157# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 246# Kernel features
247#
248# CONFIG_HZ_100 is not set
249CONFIG_HZ_250=y
250# CONFIG_HZ_1000 is not set
251CONFIG_HZ=250
252# CONFIG_KEXEC is not set
253# CONFIG_SMP is not set
254# CONFIG_PREEMPT_NONE is not set
255# CONFIG_PREEMPT_VOLUNTARY is not set
256CONFIG_PREEMPT=y
257CONFIG_PREEMPT_BKL=y
258
259#
260# Boot options
261#
262CONFIG_ZERO_PAGE_OFFSET=0x00001000
263CONFIG_BOOT_LINK_OFFSET=0x00800000
264# CONFIG_UBC_WAKEUP is not set
265CONFIG_CMDLINE_BOOL=y
266CONFIG_CMDLINE="console=ttySC1,115200 panic=3"
267
268#
269# Bus options
158# 270#
159CONFIG_MAPLE=y
160CONFIG_PCI=y 271CONFIG_PCI=y
161# CONFIG_SH_PCIDMA_NONCOHERENT is not set 272# CONFIG_SH_PCIDMA_NONCOHERENT is not set
162CONFIG_PCI_AUTO=y 273CONFIG_PCI_AUTO=y
163CONFIG_PCI_LEGACY_PROC=y 274# CONFIG_PCI_MULTITHREAD_PROBE is not set
164CONFIG_PCI_NAMES=y
165 275
166# 276#
167# PCCARD (PCMCIA/CardBus) support 277# PCCARD (PCMCIA/CardBus) support
@@ -169,10 +279,6 @@ CONFIG_PCI_NAMES=y
169# CONFIG_PCCARD is not set 279# CONFIG_PCCARD is not set
170 280
171# 281#
172# PC-card bridges
173#
174
175#
176# PCI Hotplug Support 282# PCI Hotplug Support
177# 283#
178# CONFIG_HOTPLUG_PCI is not set 284# CONFIG_HOTPLUG_PCI is not set
@@ -185,9 +291,92 @@ CONFIG_BINFMT_ELF=y
185# CONFIG_BINFMT_MISC is not set 291# CONFIG_BINFMT_MISC is not set
186 292
187# 293#
188# SH initrd options 294# Power management options (EXPERIMENTAL)
295#
296# CONFIG_PM is not set
297
298#
299# Networking
300#
301CONFIG_NET=y
302
303#
304# Networking options
305#
306# CONFIG_NETDEBUG is not set
307CONFIG_PACKET=y
308# CONFIG_PACKET_MMAP is not set
309CONFIG_UNIX=y
310CONFIG_XFRM=y
311# CONFIG_XFRM_USER is not set
312# CONFIG_XFRM_SUB_POLICY is not set
313# CONFIG_NET_KEY is not set
314CONFIG_INET=y
315# CONFIG_IP_MULTICAST is not set
316# CONFIG_IP_ADVANCED_ROUTER is not set
317CONFIG_IP_FIB_HASH=y
318# CONFIG_IP_PNP is not set
319# CONFIG_NET_IPIP is not set
320# CONFIG_NET_IPGRE is not set
321# CONFIG_ARPD is not set
322# CONFIG_SYN_COOKIES is not set
323# CONFIG_INET_AH is not set
324# CONFIG_INET_ESP is not set
325# CONFIG_INET_IPCOMP is not set
326# CONFIG_INET_XFRM_TUNNEL is not set
327# CONFIG_INET_TUNNEL is not set
328CONFIG_INET_XFRM_MODE_TRANSPORT=y
329CONFIG_INET_XFRM_MODE_TUNNEL=y
330CONFIG_INET_DIAG=y
331CONFIG_INET_TCP_DIAG=y
332# CONFIG_TCP_CONG_ADVANCED is not set
333CONFIG_TCP_CONG_CUBIC=y
334CONFIG_DEFAULT_TCP_CONG="cubic"
335# CONFIG_IPV6 is not set
336# CONFIG_INET6_XFRM_TUNNEL is not set
337# CONFIG_INET6_TUNNEL is not set
338# CONFIG_NETWORK_SECMARK is not set
339# CONFIG_NETFILTER is not set
340
341#
342# DCCP Configuration (EXPERIMENTAL)
343#
344# CONFIG_IP_DCCP is not set
345
346#
347# SCTP Configuration (EXPERIMENTAL)
348#
349# CONFIG_IP_SCTP is not set
350
351#
352# TIPC Configuration (EXPERIMENTAL)
353#
354# CONFIG_TIPC is not set
355# CONFIG_ATM is not set
356# CONFIG_BRIDGE is not set
357# CONFIG_VLAN_8021Q is not set
358# CONFIG_DECNET is not set
359# CONFIG_LLC2 is not set
360# CONFIG_IPX is not set
361# CONFIG_ATALK is not set
362# CONFIG_X25 is not set
363# CONFIG_LAPB is not set
364# CONFIG_ECONET is not set
365# CONFIG_WAN_ROUTER is not set
366
367#
368# QoS and/or fair queueing
369#
370# CONFIG_NET_SCHED is not set
371
372#
373# Network testing
189# 374#
190# CONFIG_EMBEDDED_RAMDISK is not set 375# CONFIG_NET_PKTGEN is not set
376# CONFIG_HAMRADIO is not set
377# CONFIG_IRDA is not set
378# CONFIG_BT is not set
379# CONFIG_IEEE80211 is not set
191 380
192# 381#
193# Device Drivers 382# Device Drivers
@@ -199,6 +388,12 @@ CONFIG_BINFMT_ELF=y
199# CONFIG_STANDALONE is not set 388# CONFIG_STANDALONE is not set
200CONFIG_PREVENT_FIRMWARE_BUILD=y 389CONFIG_PREVENT_FIRMWARE_BUILD=y
201# CONFIG_FW_LOADER is not set 390# CONFIG_FW_LOADER is not set
391# CONFIG_SYS_HYPERVISOR is not set
392
393#
394# Connector - unified userspace <-> kernelspace linker
395#
396# CONFIG_CONNECTOR is not set
202 397
203# 398#
204# Memory Technology Devices (MTD) 399# Memory Technology Devices (MTD)
@@ -217,7 +412,6 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
217# 412#
218# Block devices 413# Block devices
219# 414#
220# CONFIG_BLK_DEV_FD is not set
221# CONFIG_BLK_CPQ_DA is not set 415# CONFIG_BLK_CPQ_DA is not set
222# CONFIG_BLK_CPQ_CISS_DA is not set 416# CONFIG_BLK_CPQ_CISS_DA is not set
223# CONFIG_BLK_DEV_DAC960 is not set 417# CONFIG_BLK_DEV_DAC960 is not set
@@ -226,21 +420,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
226# CONFIG_BLK_DEV_LOOP is not set 420# CONFIG_BLK_DEV_LOOP is not set
227# CONFIG_BLK_DEV_NBD is not set 421# CONFIG_BLK_DEV_NBD is not set
228# CONFIG_BLK_DEV_SX8 is not set 422# CONFIG_BLK_DEV_SX8 is not set
229CONFIG_BLK_DEV_RAM=y 423# CONFIG_BLK_DEV_RAM is not set
230CONFIG_BLK_DEV_RAM_COUNT=16 424# CONFIG_BLK_DEV_INITRD is not set
231CONFIG_BLK_DEV_RAM_SIZE=1024
232CONFIG_BLK_DEV_INITRD=y
233CONFIG_INITRAMFS_SOURCE=""
234# CONFIG_LBD is not set
235# CONFIG_CDROM_PKTCDVD is not set 425# CONFIG_CDROM_PKTCDVD is not set
236
237#
238# IO Schedulers
239#
240CONFIG_IOSCHED_NOOP=y
241CONFIG_IOSCHED_AS=y
242CONFIG_IOSCHED_DEADLINE=y
243CONFIG_IOSCHED_CFQ=y
244# CONFIG_ATA_OVER_ETH is not set 426# CONFIG_ATA_OVER_ETH is not set
245 427
246# 428#
@@ -251,7 +433,14 @@ CONFIG_IOSCHED_CFQ=y
251# 433#
252# SCSI device support 434# SCSI device support
253# 435#
436# CONFIG_RAID_ATTRS is not set
254# CONFIG_SCSI is not set 437# CONFIG_SCSI is not set
438# CONFIG_SCSI_NETLINK is not set
439
440#
441# Serial ATA (prod) and Parallel ATA (experimental) drivers
442#
443# CONFIG_ATA is not set
255 444
256# 445#
257# Multi-device support (RAID and LVM) 446# Multi-device support (RAID and LVM)
@@ -261,6 +450,7 @@ CONFIG_IOSCHED_CFQ=y
261# 450#
262# Fusion MPT device support 451# Fusion MPT device support
263# 452#
453# CONFIG_FUSION is not set
264 454
265# 455#
266# IEEE 1394 (FireWire) support 456# IEEE 1394 (FireWire) support
@@ -273,70 +463,8 @@ CONFIG_IOSCHED_CFQ=y
273# CONFIG_I2O is not set 463# CONFIG_I2O is not set
274 464
275# 465#
276# Networking support 466# Network device support
277#
278CONFIG_NET=y
279
280#
281# Networking options
282# 467#
283CONFIG_PACKET=y
284# CONFIG_PACKET_MMAP is not set
285# CONFIG_NETLINK_DEV is not set
286CONFIG_UNIX=y
287# CONFIG_NET_KEY is not set
288CONFIG_INET=y
289# CONFIG_IP_MULTICAST is not set
290# CONFIG_IP_ADVANCED_ROUTER is not set
291CONFIG_IP_PNP=y
292CONFIG_IP_PNP_DHCP=y
293# CONFIG_IP_PNP_BOOTP is not set
294# CONFIG_IP_PNP_RARP is not set
295# CONFIG_NET_IPIP is not set
296# CONFIG_NET_IPGRE is not set
297# CONFIG_ARPD is not set
298# CONFIG_SYN_COOKIES is not set
299# CONFIG_INET_AH is not set
300# CONFIG_INET_ESP is not set
301# CONFIG_INET_IPCOMP is not set
302# CONFIG_INET_TUNNEL is not set
303CONFIG_IP_TCPDIAG=y
304# CONFIG_IP_TCPDIAG_IPV6 is not set
305# CONFIG_IPV6 is not set
306# CONFIG_NETFILTER is not set
307
308#
309# SCTP Configuration (EXPERIMENTAL)
310#
311# CONFIG_IP_SCTP is not set
312# CONFIG_ATM is not set
313# CONFIG_BRIDGE is not set
314# CONFIG_VLAN_8021Q is not set
315# CONFIG_DECNET is not set
316# CONFIG_LLC2 is not set
317# CONFIG_IPX is not set
318# CONFIG_ATALK is not set
319# CONFIG_X25 is not set
320# CONFIG_LAPB is not set
321# CONFIG_NET_DIVERT is not set
322# CONFIG_ECONET is not set
323# CONFIG_WAN_ROUTER is not set
324
325#
326# QoS and/or fair queueing
327#
328# CONFIG_NET_SCHED is not set
329# CONFIG_NET_CLS_ROUTE is not set
330
331#
332# Network testing
333#
334# CONFIG_NET_PKTGEN is not set
335# CONFIG_NETPOLL is not set
336# CONFIG_NET_POLL_CONTROLLER is not set
337# CONFIG_HAMRADIO is not set
338# CONFIG_IRDA is not set
339# CONFIG_BT is not set
340CONFIG_NETDEVICES=y 468CONFIG_NETDEVICES=y
341# CONFIG_DUMMY is not set 469# CONFIG_DUMMY is not set
342# CONFIG_BONDING is not set 470# CONFIG_BONDING is not set
@@ -349,6 +477,11 @@ CONFIG_NETDEVICES=y
349# CONFIG_ARCNET is not set 477# CONFIG_ARCNET is not set
350 478
351# 479#
480# PHY device support
481#
482# CONFIG_PHYLIB is not set
483
484#
352# Ethernet (10 or 100Mbit) 485# Ethernet (10 or 100Mbit)
353# 486#
354CONFIG_NET_ETHERNET=y 487CONFIG_NET_ETHERNET=y
@@ -356,6 +489,7 @@ CONFIG_MII=y
356# CONFIG_STNIC is not set 489# CONFIG_STNIC is not set
357# CONFIG_HAPPYMEAL is not set 490# CONFIG_HAPPYMEAL is not set
358# CONFIG_SUNGEM is not set 491# CONFIG_SUNGEM is not set
492# CONFIG_CASSINI is not set
359# CONFIG_NET_VENDOR_3COM is not set 493# CONFIG_NET_VENDOR_3COM is not set
360# CONFIG_SMC91X is not set 494# CONFIG_SMC91X is not set
361 495
@@ -398,15 +532,22 @@ CONFIG_8139TOO=y
398# CONFIG_HAMACHI is not set 532# CONFIG_HAMACHI is not set
399# CONFIG_YELLOWFIN is not set 533# CONFIG_YELLOWFIN is not set
400# CONFIG_R8169 is not set 534# CONFIG_R8169 is not set
535# CONFIG_SIS190 is not set
536# CONFIG_SKGE is not set
537# CONFIG_SKY2 is not set
401# CONFIG_SK98LIN is not set 538# CONFIG_SK98LIN is not set
402# CONFIG_VIA_VELOCITY is not set 539# CONFIG_VIA_VELOCITY is not set
403# CONFIG_TIGON3 is not set 540# CONFIG_TIGON3 is not set
541# CONFIG_BNX2 is not set
542# CONFIG_QLA3XXX is not set
404 543
405# 544#
406# Ethernet (10000 Mbit) 545# Ethernet (10000 Mbit)
407# 546#
547# CONFIG_CHELSIO_T1 is not set
408# CONFIG_IXGB is not set 548# CONFIG_IXGB is not set
409# CONFIG_S2IO is not set 549# CONFIG_S2IO is not set
550# CONFIG_MYRI10GE is not set
410 551
411# 552#
412# Token Ring devices 553# Token Ring devices
@@ -428,6 +569,8 @@ CONFIG_8139TOO=y
428# CONFIG_SLIP is not set 569# CONFIG_SLIP is not set
429# CONFIG_SHAPER is not set 570# CONFIG_SHAPER is not set
430# CONFIG_NETCONSOLE is not set 571# CONFIG_NETCONSOLE is not set
572# CONFIG_NETPOLL is not set
573# CONFIG_NET_POLL_CONTROLLER is not set
431 574
432# 575#
433# ISDN subsystem 576# ISDN subsystem
@@ -443,6 +586,7 @@ CONFIG_8139TOO=y
443# Input device support 586# Input device support
444# 587#
445CONFIG_INPUT=y 588CONFIG_INPUT=y
589# CONFIG_INPUT_FF_MEMLESS is not set
446 590
447# 591#
448# Userland interfaces 592# Userland interfaces
@@ -457,19 +601,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
457# CONFIG_INPUT_EVBUG is not set 601# CONFIG_INPUT_EVBUG is not set
458 602
459# 603#
460# Input I/O drivers
461#
462# CONFIG_GAMEPORT is not set
463CONFIG_SOUND_GAMEPORT=y
464CONFIG_SERIO=y
465# CONFIG_SERIO_I8042 is not set
466# CONFIG_SERIO_SERPORT is not set
467# CONFIG_SERIO_CT82C710 is not set
468# CONFIG_SERIO_PCIPS2 is not set
469CONFIG_SERIO_LIBPS2=y
470# CONFIG_SERIO_RAW is not set
471
472#
473# Input Device Drivers 604# Input Device Drivers
474# 605#
475CONFIG_INPUT_KEYBOARD=y 606CONFIG_INPUT_KEYBOARD=y
@@ -478,22 +609,33 @@ CONFIG_KEYBOARD_ATKBD=y
478# CONFIG_KEYBOARD_LKKBD is not set 609# CONFIG_KEYBOARD_LKKBD is not set
479# CONFIG_KEYBOARD_XTKBD is not set 610# CONFIG_KEYBOARD_XTKBD is not set
480# CONFIG_KEYBOARD_NEWTON is not set 611# CONFIG_KEYBOARD_NEWTON is not set
481# CONFIG_KEYBOARD_MAPLE is not set 612# CONFIG_KEYBOARD_STOWAWAY is not set
482CONFIG_INPUT_MOUSE=y 613CONFIG_INPUT_MOUSE=y
483CONFIG_MOUSE_PS2=y 614CONFIG_MOUSE_PS2=y
484# CONFIG_MOUSE_SERIAL is not set 615# CONFIG_MOUSE_SERIAL is not set
485# CONFIG_MOUSE_MAPLE is not set
486# CONFIG_MOUSE_VSXXXAA is not set 616# CONFIG_MOUSE_VSXXXAA is not set
487# CONFIG_INPUT_JOYSTICK is not set 617# CONFIG_INPUT_JOYSTICK is not set
488# CONFIG_INPUT_TOUCHSCREEN is not set 618# CONFIG_INPUT_TOUCHSCREEN is not set
489# CONFIG_INPUT_MISC is not set 619# CONFIG_INPUT_MISC is not set
490 620
491# 621#
622# Hardware I/O ports
623#
624CONFIG_SERIO=y
625# CONFIG_SERIO_I8042 is not set
626# CONFIG_SERIO_SERPORT is not set
627# CONFIG_SERIO_PCIPS2 is not set
628CONFIG_SERIO_LIBPS2=y
629# CONFIG_SERIO_RAW is not set
630# CONFIG_GAMEPORT is not set
631
632#
492# Character devices 633# Character devices
493# 634#
494CONFIG_VT=y 635CONFIG_VT=y
495CONFIG_VT_CONSOLE=y 636CONFIG_VT_CONSOLE=y
496CONFIG_HW_CONSOLE=y 637CONFIG_HW_CONSOLE=y
638# CONFIG_VT_HW_CONSOLE_BINDING is not set
497# CONFIG_SERIAL_NONSTANDARD is not set 639# CONFIG_SERIAL_NONSTANDARD is not set
498 640
499# 641#
@@ -505,9 +647,11 @@ CONFIG_HW_CONSOLE=y
505# Non-8250 serial port support 647# Non-8250 serial port support
506# 648#
507CONFIG_SERIAL_SH_SCI=y 649CONFIG_SERIAL_SH_SCI=y
650CONFIG_SERIAL_SH_SCI_NR_UARTS=2
508CONFIG_SERIAL_SH_SCI_CONSOLE=y 651CONFIG_SERIAL_SH_SCI_CONSOLE=y
509CONFIG_SERIAL_CORE=y 652CONFIG_SERIAL_CORE=y
510CONFIG_SERIAL_CORE_CONSOLE=y 653CONFIG_SERIAL_CORE_CONSOLE=y
654# CONFIG_SERIAL_JSM is not set
511CONFIG_UNIX98_PTYS=y 655CONFIG_UNIX98_PTYS=y
512CONFIG_LEGACY_PTYS=y 656CONFIG_LEGACY_PTYS=y
513CONFIG_LEGACY_PTY_COUNT=256 657CONFIG_LEGACY_PTY_COUNT=256
@@ -528,13 +672,14 @@ CONFIG_WATCHDOG=y
528# 672#
529# CONFIG_SOFT_WATCHDOG is not set 673# CONFIG_SOFT_WATCHDOG is not set
530CONFIG_SH_WDT=y 674CONFIG_SH_WDT=y
675# CONFIG_SH_WDT_MMAP is not set
531 676
532# 677#
533# PCI-based Watchdog Cards 678# PCI-based Watchdog Cards
534# 679#
535# CONFIG_PCIPCWATCHDOG is not set 680# CONFIG_PCIPCWATCHDOG is not set
536# CONFIG_WDTPCI is not set 681# CONFIG_WDTPCI is not set
537# CONFIG_RTC is not set 682CONFIG_HW_RANDOM=y
538# CONFIG_GEN_RTC is not set 683# CONFIG_GEN_RTC is not set
539# CONFIG_DTLK is not set 684# CONFIG_DTLK is not set
540# CONFIG_R3964 is not set 685# CONFIG_R3964 is not set
@@ -547,14 +692,35 @@ CONFIG_SH_WDT=y
547# CONFIG_RAW_DRIVER is not set 692# CONFIG_RAW_DRIVER is not set
548 693
549# 694#
695# TPM devices
696#
697# CONFIG_TCG_TPM is not set
698# CONFIG_TELCLOCK is not set
699
700#
550# I2C support 701# I2C support
551# 702#
552# CONFIG_I2C is not set 703# CONFIG_I2C is not set
553 704
554# 705#
706# SPI support
707#
708# CONFIG_SPI is not set
709# CONFIG_SPI_MASTER is not set
710
711#
555# Dallas's 1-wire bus 712# Dallas's 1-wire bus
556# 713#
557# CONFIG_W1 is not set 714
715#
716# Hardware Monitoring support
717#
718CONFIG_HWMON=y
719# CONFIG_HWMON_VID is not set
720# CONFIG_SENSORS_ABITUGURU is not set
721# CONFIG_SENSORS_F71805F is not set
722# CONFIG_SENSORS_VT1211 is not set
723# CONFIG_HWMON_DEBUG_CHIP is not set
558 724
559# 725#
560# Misc devices 726# Misc devices
@@ -564,6 +730,7 @@ CONFIG_SH_WDT=y
564# Multimedia devices 730# Multimedia devices
565# 731#
566# CONFIG_VIDEO_DEV is not set 732# CONFIG_VIDEO_DEV is not set
733CONFIG_VIDEO_V4L2=y
567 734
568# 735#
569# Digital Video Broadcasting Devices 736# Digital Video Broadcasting Devices
@@ -573,7 +740,13 @@ CONFIG_SH_WDT=y
573# 740#
574# Graphics support 741# Graphics support
575# 742#
743CONFIG_FIRMWARE_EDID=y
576CONFIG_FB=y 744CONFIG_FB=y
745CONFIG_FB_CFB_FILLRECT=y
746CONFIG_FB_CFB_COPYAREA=y
747CONFIG_FB_CFB_IMAGEBLIT=y
748# CONFIG_FB_MACMODES is not set
749# CONFIG_FB_BACKLIGHT is not set
577# CONFIG_FB_MODE_HELPERS is not set 750# CONFIG_FB_MODE_HELPERS is not set
578# CONFIG_FB_TILEBLITTING is not set 751# CONFIG_FB_TILEBLITTING is not set
579# CONFIG_FB_CIRRUS is not set 752# CONFIG_FB_CIRRUS is not set
@@ -583,9 +756,10 @@ CONFIG_FB=y
583# CONFIG_FB_IMSTT is not set 756# CONFIG_FB_IMSTT is not set
584CONFIG_FB_PVR2=y 757CONFIG_FB_PVR2=y
585# CONFIG_FB_EPSON1355 is not set 758# CONFIG_FB_EPSON1355 is not set
759# CONFIG_FB_S1D13XXX is not set
760# CONFIG_FB_NVIDIA is not set
586# CONFIG_FB_RIVA is not set 761# CONFIG_FB_RIVA is not set
587# CONFIG_FB_MATROX is not set 762# CONFIG_FB_MATROX is not set
588# CONFIG_FB_RADEON_OLD is not set
589# CONFIG_FB_RADEON is not set 763# CONFIG_FB_RADEON is not set
590# CONFIG_FB_ATY128 is not set 764# CONFIG_FB_ATY128 is not set
591# CONFIG_FB_ATY is not set 765# CONFIG_FB_ATY is not set
@@ -601,18 +775,20 @@ CONFIG_FB_PVR2=y
601# 775#
602# Console display driver support 776# Console display driver support
603# 777#
604# CONFIG_VGA_CONSOLE is not set
605CONFIG_DUMMY_CONSOLE=y 778CONFIG_DUMMY_CONSOLE=y
606CONFIG_FRAMEBUFFER_CONSOLE=y 779CONFIG_FRAMEBUFFER_CONSOLE=y
780# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
607CONFIG_FONTS=y 781CONFIG_FONTS=y
608CONFIG_FONT_8x8=y 782CONFIG_FONT_8x8=y
609CONFIG_FONT_8x16=y 783CONFIG_FONT_8x16=y
610# CONFIG_FONT_6x11 is not set 784# CONFIG_FONT_6x11 is not set
785# CONFIG_FONT_7x14 is not set
611# CONFIG_FONT_PEARL_8x8 is not set 786# CONFIG_FONT_PEARL_8x8 is not set
612# CONFIG_FONT_ACORN_8x8 is not set 787# CONFIG_FONT_ACORN_8x8 is not set
613# CONFIG_FONT_MINI_4x6 is not set 788# CONFIG_FONT_MINI_4x6 is not set
614# CONFIG_FONT_SUN8x16 is not set 789# CONFIG_FONT_SUN8x16 is not set
615# CONFIG_FONT_SUN12x22 is not set 790# CONFIG_FONT_SUN12x22 is not set
791# CONFIG_FONT_10x18 is not set
616 792
617# 793#
618# Logo configuration 794# Logo configuration
@@ -634,12 +810,13 @@ CONFIG_LOGO_SUPERH_CLUT224=y
634# 810#
635# USB support 811# USB support
636# 812#
637# CONFIG_USB is not set
638CONFIG_USB_ARCH_HAS_HCD=y 813CONFIG_USB_ARCH_HAS_HCD=y
639CONFIG_USB_ARCH_HAS_OHCI=y 814CONFIG_USB_ARCH_HAS_OHCI=y
815CONFIG_USB_ARCH_HAS_EHCI=y
816# CONFIG_USB is not set
640 817
641# 818#
642# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 819# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
643# 820#
644 821
645# 822#
@@ -653,29 +830,64 @@ CONFIG_USB_ARCH_HAS_OHCI=y
653# CONFIG_MMC is not set 830# CONFIG_MMC is not set
654 831
655# 832#
833# LED devices
834#
835# CONFIG_NEW_LEDS is not set
836
837#
838# LED drivers
839#
840
841#
842# LED Triggers
843#
844
845#
656# InfiniBand support 846# InfiniBand support
657# 847#
658# CONFIG_INFINIBAND is not set 848# CONFIG_INFINIBAND is not set
659 849
660# 850#
851# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
852#
853
854#
855# Real Time Clock
856#
857# CONFIG_RTC_CLASS is not set
858
859#
860# DMA Engine support
861#
862# CONFIG_DMA_ENGINE is not set
863
864#
865# DMA Clients
866#
867
868#
869# DMA Devices
870#
871
872#
661# File systems 873# File systems
662# 874#
663# CONFIG_EXT2_FS is not set 875# CONFIG_EXT2_FS is not set
664# CONFIG_EXT3_FS is not set 876# CONFIG_EXT3_FS is not set
665# CONFIG_JBD is not set
666# CONFIG_REISERFS_FS is not set 877# CONFIG_REISERFS_FS is not set
667# CONFIG_JFS_FS is not set 878# CONFIG_JFS_FS is not set
668 879# CONFIG_FS_POSIX_ACL is not set
669#
670# XFS support
671#
672# CONFIG_XFS_FS is not set 880# CONFIG_XFS_FS is not set
881# CONFIG_OCFS2_FS is not set
673# CONFIG_MINIX_FS is not set 882# CONFIG_MINIX_FS is not set
674CONFIG_ROMFS_FS=y 883# CONFIG_ROMFS_FS is not set
884CONFIG_INOTIFY=y
885CONFIG_INOTIFY_USER=y
675# CONFIG_QUOTA is not set 886# CONFIG_QUOTA is not set
676CONFIG_DNOTIFY=y 887# CONFIG_DNOTIFY is not set
677# CONFIG_AUTOFS_FS is not set 888# CONFIG_AUTOFS_FS is not set
678# CONFIG_AUTOFS4_FS is not set 889# CONFIG_AUTOFS4_FS is not set
890# CONFIG_FUSE_FS is not set
679 891
680# 892#
681# CD-ROM/DVD Filesystems 893# CD-ROM/DVD Filesystems
@@ -695,16 +907,14 @@ CONFIG_DNOTIFY=y
695# 907#
696CONFIG_PROC_FS=y 908CONFIG_PROC_FS=y
697CONFIG_PROC_KCORE=y 909CONFIG_PROC_KCORE=y
910CONFIG_PROC_SYSCTL=y
698CONFIG_SYSFS=y 911CONFIG_SYSFS=y
699CONFIG_DEVFS_FS=y
700CONFIG_DEVFS_MOUNT=y
701# CONFIG_DEVFS_DEBUG is not set
702# CONFIG_DEVPTS_FS_XATTR is not set
703CONFIG_TMPFS=y 912CONFIG_TMPFS=y
704# CONFIG_TMPFS_XATTR is not set 913# CONFIG_TMPFS_POSIX_ACL is not set
705CONFIG_HUGETLBFS=y 914CONFIG_HUGETLBFS=y
706CONFIG_HUGETLB_PAGE=y 915CONFIG_HUGETLB_PAGE=y
707CONFIG_RAMFS=y 916CONFIG_RAMFS=y
917# CONFIG_CONFIGFS_FS is not set
708 918
709# 919#
710# Miscellaneous filesystems 920# Miscellaneous filesystems
@@ -716,7 +926,7 @@ CONFIG_RAMFS=y
716# CONFIG_BEFS_FS is not set 926# CONFIG_BEFS_FS is not set
717# CONFIG_BFS_FS is not set 927# CONFIG_BFS_FS is not set
718# CONFIG_EFS_FS is not set 928# CONFIG_EFS_FS is not set
719CONFIG_CRAMFS=y 929# CONFIG_CRAMFS is not set
720# CONFIG_VXFS_FS is not set 930# CONFIG_VXFS_FS is not set
721# CONFIG_HPFS_FS is not set 931# CONFIG_HPFS_FS is not set
722# CONFIG_QNX4FS_FS is not set 932# CONFIG_QNX4FS_FS is not set
@@ -726,22 +936,14 @@ CONFIG_CRAMFS=y
726# 936#
727# Network File Systems 937# Network File Systems
728# 938#
729CONFIG_NFS_FS=y 939# CONFIG_NFS_FS is not set
730CONFIG_NFS_V3=y
731# CONFIG_NFS_V4 is not set
732# CONFIG_NFS_DIRECTIO is not set
733# CONFIG_NFSD is not set 940# CONFIG_NFSD is not set
734CONFIG_ROOT_NFS=y
735CONFIG_LOCKD=y
736CONFIG_LOCKD_V4=y
737CONFIG_SUNRPC=y
738# CONFIG_RPCSEC_GSS_KRB5 is not set
739# CONFIG_RPCSEC_GSS_SPKM3 is not set
740# CONFIG_SMB_FS is not set 941# CONFIG_SMB_FS is not set
741# CONFIG_CIFS is not set 942# CONFIG_CIFS is not set
742# CONFIG_NCP_FS is not set 943# CONFIG_NCP_FS is not set
743# CONFIG_CODA_FS is not set 944# CONFIG_CODA_FS is not set
744# CONFIG_AFS_FS is not set 945# CONFIG_AFS_FS is not set
946# CONFIG_9P_FS is not set
745 947
746# 948#
747# Partition Types 949# Partition Types
@@ -758,14 +960,19 @@ CONFIG_MSDOS_PARTITION=y
758# Profiling support 960# Profiling support
759# 961#
760CONFIG_PROFILING=y 962CONFIG_PROFILING=y
761CONFIG_OPROFILE=y 963# CONFIG_OPROFILE is not set
762 964
763# 965#
764# Kernel hacking 966# Kernel hacking
765# 967#
968# CONFIG_PRINTK_TIME is not set
969CONFIG_ENABLE_MUST_CHECK=y
970# CONFIG_MAGIC_SYSRQ is not set
971# CONFIG_UNUSED_SYMBOLS is not set
766# CONFIG_DEBUG_KERNEL is not set 972# CONFIG_DEBUG_KERNEL is not set
767CONFIG_DEBUG_PREEMPT=y 973CONFIG_LOG_BUF_SHIFT=14
768# CONFIG_FRAME_POINTER is not set 974# CONFIG_DEBUG_BUGVERBOSE is not set
975# CONFIG_DEBUG_FS is not set
769# CONFIG_SH_STANDARD_BIOS is not set 976# CONFIG_SH_STANDARD_BIOS is not set
770# CONFIG_EARLY_SCIF_CONSOLE is not set 977# CONFIG_EARLY_SCIF_CONSOLE is not set
771# CONFIG_KGDB is not set 978# CONFIG_KGDB is not set
@@ -782,13 +989,10 @@ CONFIG_DEBUG_PREEMPT=y
782# CONFIG_CRYPTO is not set 989# CONFIG_CRYPTO is not set
783 990
784# 991#
785# Hardware crypto devices
786#
787
788#
789# Library routines 992# Library routines
790# 993#
791# CONFIG_CRC_CCITT is not set 994# CONFIG_CRC_CCITT is not set
995# CONFIG_CRC16 is not set
792CONFIG_CRC32=y 996CONFIG_CRC32=y
793# CONFIG_LIBCRC32C is not set 997# CONFIG_LIBCRC32C is not set
794CONFIG_ZLIB_INFLATE=y 998CONFIG_PLIST=y
diff --git a/arch/sh/configs/hp6xx_defconfig b/arch/sh/configs/hp6xx_defconfig
index b36f102cec81..b931d9b2d579 100644
--- a/arch/sh/configs/hp6xx_defconfig
+++ b/arch/sh/configs/hp6xx_defconfig
@@ -1,21 +1,21 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.15-sh 3# Linux kernel version: 2.6.18
4# Wed Jan 4 15:32:56 2006 4# Tue Oct 3 11:10:06 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17# CONFIG_CLEAN_COMPILE is not set
18CONFIG_BROKEN=y
19CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32 20CONFIG_INIT_ENV_ARG_LIMIT=32
21 21
@@ -27,26 +27,31 @@ CONFIG_LOCALVERSION_AUTO=y
27CONFIG_SWAP=y 27CONFIG_SWAP=y
28# CONFIG_SYSVIPC is not set 28# CONFIG_SYSVIPC is not set
29# CONFIG_BSD_PROCESS_ACCT is not set 29# CONFIG_BSD_PROCESS_ACCT is not set
30# CONFIG_SYSCTL is not set 30# CONFIG_UTS_NS is not set
31CONFIG_HOTPLUG=y
32# CONFIG_IKCONFIG is not set 31# CONFIG_IKCONFIG is not set
32# CONFIG_RELAY is not set
33CONFIG_INITRAMFS_SOURCE="" 33CONFIG_INITRAMFS_SOURCE=""
34CONFIG_CC_OPTIMIZE_FOR_SIZE=y 34CONFIG_CC_OPTIMIZE_FOR_SIZE=y
35# CONFIG_EMBEDDED is not set 35CONFIG_SYSCTL=y
36CONFIG_EMBEDDED=y
37CONFIG_UID16=y
38# CONFIG_SYSCTL_SYSCALL is not set
36CONFIG_KALLSYMS=y 39CONFIG_KALLSYMS=y
37# CONFIG_KALLSYMS_EXTRA_PASS is not set 40# CONFIG_KALLSYMS_EXTRA_PASS is not set
41CONFIG_HOTPLUG=y
38CONFIG_PRINTK=y 42CONFIG_PRINTK=y
39CONFIG_BUG=y 43CONFIG_BUG=y
44CONFIG_ELF_CORE=y
40CONFIG_BASE_FULL=y 45CONFIG_BASE_FULL=y
41CONFIG_FUTEX=y 46CONFIG_FUTEX=y
42CONFIG_EPOLL=y 47CONFIG_EPOLL=y
43CONFIG_SHMEM=y 48CONFIG_SHMEM=y
44CONFIG_CC_ALIGN_FUNCTIONS=0 49CONFIG_SLAB=y
45CONFIG_CC_ALIGN_LABELS=0 50CONFIG_VM_EVENT_COUNTERS=y
46CONFIG_CC_ALIGN_LOOPS=0 51CONFIG_RT_MUTEXES=y
47CONFIG_CC_ALIGN_JUMPS=0
48# CONFIG_TINY_SHMEM is not set 52# CONFIG_TINY_SHMEM is not set
49CONFIG_BASE_SMALL=0 53CONFIG_BASE_SMALL=0
54# CONFIG_SLOB is not set
50 55
51# 56#
52# Loadable module support 57# Loadable module support
@@ -56,7 +61,10 @@ CONFIG_BASE_SMALL=0
56# 61#
57# Block layer 62# Block layer
58# 63#
64CONFIG_BLOCK=y
59# CONFIG_LBD is not set 65# CONFIG_LBD is not set
66# CONFIG_BLK_DEV_IO_TRACE is not set
67# CONFIG_LSF is not set
60 68
61# 69#
62# IO Schedulers 70# IO Schedulers
@@ -77,29 +85,26 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
77# CONFIG_SH_SOLUTION_ENGINE is not set 85# CONFIG_SH_SOLUTION_ENGINE is not set
78# CONFIG_SH_7751_SOLUTION_ENGINE is not set 86# CONFIG_SH_7751_SOLUTION_ENGINE is not set
79# CONFIG_SH_7300_SOLUTION_ENGINE is not set 87# CONFIG_SH_7300_SOLUTION_ENGINE is not set
88# CONFIG_SH_7343_SOLUTION_ENGINE is not set
80# CONFIG_SH_73180_SOLUTION_ENGINE is not set 89# CONFIG_SH_73180_SOLUTION_ENGINE is not set
81# CONFIG_SH_7751_SYSTEMH is not set 90# CONFIG_SH_7751_SYSTEMH is not set
82# CONFIG_SH_STB1_HARP is not set
83# CONFIG_SH_STB1_OVERDRIVE is not set
84CONFIG_SH_HP6XX=y 91CONFIG_SH_HP6XX=y
85# CONFIG_SH_CQREEK is not set
86# CONFIG_SH_DMIDA is not set
87# CONFIG_SH_EC3104 is not set 92# CONFIG_SH_EC3104 is not set
88# CONFIG_SH_SATURN is not set 93# CONFIG_SH_SATURN is not set
89# CONFIG_SH_DREAMCAST is not set 94# CONFIG_SH_DREAMCAST is not set
90# CONFIG_SH_CAT68701 is not set
91# CONFIG_SH_BIGSUR is not set 95# CONFIG_SH_BIGSUR is not set
92# CONFIG_SH_SH2000 is not set
93# CONFIG_SH_ADX is not set
94# CONFIG_SH_MPC1211 is not set 96# CONFIG_SH_MPC1211 is not set
95# CONFIG_SH_SH03 is not set 97# CONFIG_SH_SH03 is not set
96# CONFIG_SH_SECUREEDGE5410 is not set 98# CONFIG_SH_SECUREEDGE5410 is not set
97# CONFIG_SH_HS7751RVOIP is not set 99# CONFIG_SH_HS7751RVOIP is not set
100# CONFIG_SH_7710VOIPGW is not set
98# CONFIG_SH_RTS7751R2D is not set 101# CONFIG_SH_RTS7751R2D is not set
102# CONFIG_SH_R7780RP is not set
99# CONFIG_SH_EDOSK7705 is not set 103# CONFIG_SH_EDOSK7705 is not set
100# CONFIG_SH_SH4202_MICRODEV is not set 104# CONFIG_SH_SH4202_MICRODEV is not set
101# CONFIG_SH_LANDISK is not set 105# CONFIG_SH_LANDISK is not set
102# CONFIG_SH_TITAN is not set 106# CONFIG_SH_TITAN is not set
107# CONFIG_SH_SHMIN is not set
103# CONFIG_SH_UNKNOWN is not set 108# CONFIG_SH_UNKNOWN is not set
104 109
105# 110#
@@ -117,9 +122,11 @@ CONFIG_CPU_SH3=y
117# 122#
118# CONFIG_CPU_SUBTYPE_SH7300 is not set 123# CONFIG_CPU_SUBTYPE_SH7300 is not set
119# CONFIG_CPU_SUBTYPE_SH7705 is not set 124# CONFIG_CPU_SUBTYPE_SH7705 is not set
125# CONFIG_CPU_SUBTYPE_SH7706 is not set
120# CONFIG_CPU_SUBTYPE_SH7707 is not set 126# CONFIG_CPU_SUBTYPE_SH7707 is not set
121# CONFIG_CPU_SUBTYPE_SH7708 is not set 127# CONFIG_CPU_SUBTYPE_SH7708 is not set
122CONFIG_CPU_SUBTYPE_SH7709=y 128CONFIG_CPU_SUBTYPE_SH7709=y
129# CONFIG_CPU_SUBTYPE_SH7710 is not set
123 130
124# 131#
125# SH-4 Processor Support 132# SH-4 Processor Support
@@ -142,14 +149,23 @@ CONFIG_CPU_SUBTYPE_SH7709=y
142# 149#
143# SH-4A Processor Support 150# SH-4A Processor Support
144# 151#
145# CONFIG_CPU_SUBTYPE_SH73180 is not set
146# CONFIG_CPU_SUBTYPE_SH7770 is not set 152# CONFIG_CPU_SUBTYPE_SH7770 is not set
147# CONFIG_CPU_SUBTYPE_SH7780 is not set 153# CONFIG_CPU_SUBTYPE_SH7780 is not set
148 154
149# 155#
156# SH4AL-DSP Processor Support
157#
158# CONFIG_CPU_SUBTYPE_SH73180 is not set
159# CONFIG_CPU_SUBTYPE_SH7343 is not set
160
161#
150# Memory management options 162# Memory management options
151# 163#
152CONFIG_MMU=y 164CONFIG_MMU=y
165CONFIG_PAGE_OFFSET=0x80000000
166CONFIG_MEMORY_START=0x0c000000
167CONFIG_MEMORY_SIZE=0x00400000
168CONFIG_VSYSCALL=y
153CONFIG_SELECT_MEMORY_MODEL=y 169CONFIG_SELECT_MEMORY_MODEL=y
154CONFIG_FLATMEM_MANUAL=y 170CONFIG_FLATMEM_MANUAL=y
155# CONFIG_DISCONTIGMEM_MANUAL is not set 171# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -158,6 +174,7 @@ CONFIG_FLATMEM=y
158CONFIG_FLAT_NODE_MEM_MAP=y 174CONFIG_FLAT_NODE_MEM_MAP=y
159# CONFIG_SPARSEMEM_STATIC is not set 175# CONFIG_SPARSEMEM_STATIC is not set
160CONFIG_SPLIT_PTLOCK_CPUS=4 176CONFIG_SPLIT_PTLOCK_CPUS=4
177# CONFIG_RESOURCES_64BIT is not set
161 178
162# 179#
163# Cache configuration 180# Cache configuration
@@ -165,22 +182,22 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
165# CONFIG_SH_DIRECT_MAPPED is not set 182# CONFIG_SH_DIRECT_MAPPED is not set
166# CONFIG_SH_WRITETHROUGH is not set 183# CONFIG_SH_WRITETHROUGH is not set
167# CONFIG_SH_OCRAM is not set 184# CONFIG_SH_OCRAM is not set
168CONFIG_MEMORY_START=0x0c000000
169CONFIG_MEMORY_SIZE=0x00400000
170 185
171# 186#
172# Processor features 187# Processor features
173# 188#
174CONFIG_CPU_LITTLE_ENDIAN=y 189CONFIG_CPU_LITTLE_ENDIAN=y
175CONFIG_SH_RTC=y 190# CONFIG_SH_FPU_EMU is not set
176# CONFIG_SH_DSP is not set 191# CONFIG_SH_DSP is not set
177CONFIG_SH_ADC=y 192CONFIG_SH_ADC=y
193CONFIG_CPU_HAS_INTEVT=y
194CONFIG_CPU_HAS_PINT_IRQ=y
195CONFIG_CPU_HAS_SR_RB=y
178 196
179# 197#
180# Timer support 198# Timer support
181# 199#
182CONFIG_SH_TMU=y 200CONFIG_SH_TMU=y
183CONFIG_SH_PCLK_FREQ_BOOL=y
184CONFIG_SH_PCLK_FREQ=22110000 201CONFIG_SH_PCLK_FREQ=22110000
185 202
186# 203#
@@ -194,7 +211,6 @@ CONFIG_SH_PCLK_FREQ=22110000
194CONFIG_SH_DMA=y 211CONFIG_SH_DMA=y
195CONFIG_NR_ONCHIP_DMA_CHANNELS=4 212CONFIG_NR_ONCHIP_DMA_CHANNELS=4
196# CONFIG_NR_DMA_CHANNELS_BOOL is not set 213# CONFIG_NR_DMA_CHANNELS_BOOL is not set
197# CONFIG_DMA_PAGE_OPS is not set
198 214
199# 215#
200# Companion Chips 216# Companion Chips
@@ -209,9 +225,15 @@ CONFIG_HD64461_ENABLER=y
209# 225#
210# Kernel features 226# Kernel features
211# 227#
228# CONFIG_HZ_100 is not set
229CONFIG_HZ_250=y
230# CONFIG_HZ_1000 is not set
231CONFIG_HZ=250
212# CONFIG_KEXEC is not set 232# CONFIG_KEXEC is not set
213# CONFIG_PREEMPT is not set
214# CONFIG_SMP is not set 233# CONFIG_SMP is not set
234CONFIG_PREEMPT_NONE=y
235# CONFIG_PREEMPT_VOLUNTARY is not set
236# CONFIG_PREEMPT is not set
215 237
216# 238#
217# Boot options 239# Boot options
@@ -241,8 +263,6 @@ CONFIG_PCMCIA_IOCTL=y
241# 263#
242# CONFIG_I82365 is not set 264# CONFIG_I82365 is not set
243# CONFIG_TCIC is not set 265# CONFIG_TCIC is not set
244CONFIG_HD64461_PCMCIA=y
245CONFIG_HD64461_PCMCIA_SOCKETS=1
246CONFIG_PCMCIA_PROBE=y 266CONFIG_PCMCIA_PROBE=y
247 267
248# 268#
@@ -257,6 +277,15 @@ CONFIG_BINFMT_ELF=y
257# CONFIG_BINFMT_MISC is not set 277# CONFIG_BINFMT_MISC is not set
258 278
259# 279#
280# Power management options (EXPERIMENTAL)
281#
282CONFIG_PM=y
283CONFIG_PM_LEGACY=y
284# CONFIG_PM_DEBUG is not set
285# CONFIG_PM_SYSFS_DEPRECATED is not set
286CONFIG_APM=y
287
288#
260# Networking 289# Networking
261# 290#
262# CONFIG_NET is not set 291# CONFIG_NET is not set
@@ -271,6 +300,7 @@ CONFIG_BINFMT_ELF=y
271# CONFIG_STANDALONE is not set 300# CONFIG_STANDALONE is not set
272CONFIG_PREVENT_FIRMWARE_BUILD=y 301CONFIG_PREVENT_FIRMWARE_BUILD=y
273CONFIG_FW_LOADER=y 302CONFIG_FW_LOADER=y
303# CONFIG_SYS_HYPERVISOR is not set
274 304
275# 305#
276# Connector - unified userspace <-> kernelspace linker 306# Connector - unified userspace <-> kernelspace linker
@@ -299,6 +329,7 @@ CONFIG_FW_LOADER=y
299CONFIG_BLK_DEV_RAM=y 329CONFIG_BLK_DEV_RAM=y
300CONFIG_BLK_DEV_RAM_COUNT=16 330CONFIG_BLK_DEV_RAM_COUNT=16
301CONFIG_BLK_DEV_RAM_SIZE=4096 331CONFIG_BLK_DEV_RAM_SIZE=4096
332CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
302CONFIG_BLK_DEV_INITRD=y 333CONFIG_BLK_DEV_INITRD=y
303# CONFIG_CDROM_PKTCDVD is not set 334# CONFIG_CDROM_PKTCDVD is not set
304 335
@@ -315,7 +346,7 @@ CONFIG_BLK_DEV_IDE=y
315# CONFIG_BLK_DEV_IDE_SATA is not set 346# CONFIG_BLK_DEV_IDE_SATA is not set
316CONFIG_BLK_DEV_IDEDISK=y 347CONFIG_BLK_DEV_IDEDISK=y
317# CONFIG_IDEDISK_MULTI_MODE is not set 348# CONFIG_IDEDISK_MULTI_MODE is not set
318# CONFIG_BLK_DEV_IDECS is not set 349CONFIG_BLK_DEV_IDECS=y
319# CONFIG_BLK_DEV_IDECD is not set 350# CONFIG_BLK_DEV_IDECD is not set
320# CONFIG_BLK_DEV_IDETAPE is not set 351# CONFIG_BLK_DEV_IDETAPE is not set
321# CONFIG_BLK_DEV_IDEFLOPPY is not set 352# CONFIG_BLK_DEV_IDEFLOPPY is not set
@@ -325,7 +356,6 @@ CONFIG_BLK_DEV_IDEDISK=y
325# IDE chipset support/bugfixes 356# IDE chipset support/bugfixes
326# 357#
327CONFIG_IDE_GENERIC=y 358CONFIG_IDE_GENERIC=y
328CONFIG_IDE_SH=y
329# CONFIG_IDE_ARM is not set 359# CONFIG_IDE_ARM is not set
330# CONFIG_IDE_CHIPSETS is not set 360# CONFIG_IDE_CHIPSETS is not set
331# CONFIG_BLK_DEV_IDEDMA is not set 361# CONFIG_BLK_DEV_IDEDMA is not set
@@ -337,6 +367,12 @@ CONFIG_IDE_SH=y
337# 367#
338# CONFIG_RAID_ATTRS is not set 368# CONFIG_RAID_ATTRS is not set
339# CONFIG_SCSI is not set 369# CONFIG_SCSI is not set
370# CONFIG_SCSI_NETLINK is not set
371
372#
373# Serial ATA (prod) and Parallel ATA (experimental) drivers
374#
375# CONFIG_ATA is not set
340 376
341# 377#
342# Old CD-ROM drivers (not SCSI, not IDE) 378# Old CD-ROM drivers (not SCSI, not IDE)
@@ -356,19 +392,12 @@ CONFIG_IDE_SH=y
356# 392#
357# IEEE 1394 (FireWire) support 393# IEEE 1394 (FireWire) support
358# 394#
359# CONFIG_IEEE1394 is not set
360 395
361# 396#
362# I2O device support 397# I2O device support
363# 398#
364 399
365# 400#
366# Network device support
367#
368# CONFIG_NETPOLL is not set
369# CONFIG_NET_POLL_CONTROLLER is not set
370
371#
372# ISDN subsystem 401# ISDN subsystem
373# 402#
374 403
@@ -381,6 +410,7 @@ CONFIG_IDE_SH=y
381# Input device support 410# Input device support
382# 411#
383CONFIG_INPUT=y 412CONFIG_INPUT=y
413# CONFIG_INPUT_FF_MEMLESS is not set
384 414
385# 415#
386# Userland interfaces 416# Userland interfaces
@@ -390,17 +420,33 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y
390CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 420CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
391CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 421CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
392# CONFIG_INPUT_JOYDEV is not set 422# CONFIG_INPUT_JOYDEV is not set
393# CONFIG_INPUT_TSDEV is not set 423CONFIG_INPUT_TSDEV=y
424CONFIG_INPUT_TSDEV_SCREEN_X=240
425CONFIG_INPUT_TSDEV_SCREEN_Y=320
394# CONFIG_INPUT_EVDEV is not set 426# CONFIG_INPUT_EVDEV is not set
395# CONFIG_INPUT_EVBUG is not set 427# CONFIG_INPUT_EVBUG is not set
396 428
397# 429#
398# Input Device Drivers 430# Input Device Drivers
399# 431#
400# CONFIG_INPUT_KEYBOARD is not set 432CONFIG_INPUT_KEYBOARD=y
433# CONFIG_KEYBOARD_ATKBD is not set
434# CONFIG_KEYBOARD_SUNKBD is not set
435# CONFIG_KEYBOARD_LKKBD is not set
436# CONFIG_KEYBOARD_XTKBD is not set
437# CONFIG_KEYBOARD_NEWTON is not set
438# CONFIG_KEYBOARD_STOWAWAY is not set
401# CONFIG_INPUT_MOUSE is not set 439# CONFIG_INPUT_MOUSE is not set
402# CONFIG_INPUT_JOYSTICK is not set 440# CONFIG_INPUT_JOYSTICK is not set
403# CONFIG_INPUT_TOUCHSCREEN is not set 441CONFIG_INPUT_TOUCHSCREEN=y
442# CONFIG_TOUCHSCREEN_GUNZE is not set
443# CONFIG_TOUCHSCREEN_ELO is not set
444# CONFIG_TOUCHSCREEN_MTOUCH is not set
445# CONFIG_TOUCHSCREEN_MK712 is not set
446CONFIG_TOUCHSCREEN_HP600=y
447# CONFIG_TOUCHSCREEN_PENMOUNT is not set
448# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
449# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
404# CONFIG_INPUT_MISC is not set 450# CONFIG_INPUT_MISC is not set
405 451
406# 452#
@@ -409,6 +455,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
409CONFIG_SERIO=y 455CONFIG_SERIO=y
410# CONFIG_SERIO_I8042 is not set 456# CONFIG_SERIO_I8042 is not set
411# CONFIG_SERIO_SERPORT is not set 457# CONFIG_SERIO_SERPORT is not set
458# CONFIG_SERIO_LIBPS2 is not set
412# CONFIG_SERIO_RAW is not set 459# CONFIG_SERIO_RAW is not set
413# CONFIG_GAMEPORT is not set 460# CONFIG_GAMEPORT is not set
414 461
@@ -418,6 +465,7 @@ CONFIG_SERIO=y
418CONFIG_VT=y 465CONFIG_VT=y
419CONFIG_VT_CONSOLE=y 466CONFIG_VT_CONSOLE=y
420CONFIG_HW_CONSOLE=y 467CONFIG_HW_CONSOLE=y
468# CONFIG_VT_HW_CONSOLE_BINDING is not set
421# CONFIG_SERIAL_NONSTANDARD is not set 469# CONFIG_SERIAL_NONSTANDARD is not set
422 470
423# 471#
@@ -442,7 +490,7 @@ CONFIG_LEGACY_PTY_COUNT=256
442# Watchdog Cards 490# Watchdog Cards
443# 491#
444# CONFIG_WATCHDOG is not set 492# CONFIG_WATCHDOG is not set
445# CONFIG_RTC is not set 493CONFIG_HW_RANDOM=y
446# CONFIG_GEN_RTC is not set 494# CONFIG_GEN_RTC is not set
447# CONFIG_DTLK is not set 495# CONFIG_DTLK is not set
448# CONFIG_R3964 is not set 496# CONFIG_R3964 is not set
@@ -471,15 +519,23 @@ CONFIG_LEGACY_PTY_COUNT=256
471# CONFIG_I2C is not set 519# CONFIG_I2C is not set
472 520
473# 521#
522# SPI support
523#
524# CONFIG_SPI is not set
525# CONFIG_SPI_MASTER is not set
526
527#
474# Dallas's 1-wire bus 528# Dallas's 1-wire bus
475# 529#
476# CONFIG_W1 is not set
477 530
478# 531#
479# Hardware Monitoring support 532# Hardware Monitoring support
480# 533#
481CONFIG_HWMON=y 534CONFIG_HWMON=y
482# CONFIG_HWMON_VID is not set 535# CONFIG_HWMON_VID is not set
536# CONFIG_SENSORS_ABITUGURU is not set
537# CONFIG_SENSORS_F71805F is not set
538# CONFIG_SENSORS_VT1211 is not set
483# CONFIG_HWMON_DEBUG_CHIP is not set 539# CONFIG_HWMON_DEBUG_CHIP is not set
484 540
485# 541#
@@ -487,13 +543,10 @@ CONFIG_HWMON=y
487# 543#
488 544
489# 545#
490# Multimedia Capabilities Port drivers
491#
492
493#
494# Multimedia devices 546# Multimedia devices
495# 547#
496# CONFIG_VIDEO_DEV is not set 548# CONFIG_VIDEO_DEV is not set
549CONFIG_VIDEO_V4L2=y
497 550
498# 551#
499# Digital Video Broadcasting Devices 552# Digital Video Broadcasting Devices
@@ -502,11 +555,13 @@ CONFIG_HWMON=y
502# 555#
503# Graphics support 556# Graphics support
504# 557#
558CONFIG_FIRMWARE_EDID=y
505CONFIG_FB=y 559CONFIG_FB=y
506CONFIG_FB_CFB_FILLRECT=y 560CONFIG_FB_CFB_FILLRECT=y
507CONFIG_FB_CFB_COPYAREA=y 561CONFIG_FB_CFB_COPYAREA=y
508CONFIG_FB_CFB_IMAGEBLIT=y 562CONFIG_FB_CFB_IMAGEBLIT=y
509# CONFIG_FB_MACMODES is not set 563# CONFIG_FB_MACMODES is not set
564# CONFIG_FB_BACKLIGHT is not set
510# CONFIG_FB_MODE_HELPERS is not set 565# CONFIG_FB_MODE_HELPERS is not set
511# CONFIG_FB_TILEBLITTING is not set 566# CONFIG_FB_TILEBLITTING is not set
512# CONFIG_FB_EPSON1355 is not set 567# CONFIG_FB_EPSON1355 is not set
@@ -553,7 +608,7 @@ CONFIG_SOUND=y
553# Open Sound System 608# Open Sound System
554# 609#
555CONFIG_SOUND_PRIME=y 610CONFIG_SOUND_PRIME=y
556# CONFIG_OBSOLETE_OSS_DRIVER is not set 611# CONFIG_OSS_OBSOLETE_DRIVER is not set
557# CONFIG_SOUND_MSNDCLAS is not set 612# CONFIG_SOUND_MSNDCLAS is not set
558# CONFIG_SOUND_MSNDPIN is not set 613# CONFIG_SOUND_MSNDPIN is not set
559CONFIG_SOUND_SH_DAC_AUDIO=y 614CONFIG_SOUND_SH_DAC_AUDIO=y
@@ -564,6 +619,7 @@ CONFIG_SOUND_SH_DAC_AUDIO_CHANNEL=1
564# 619#
565# CONFIG_USB_ARCH_HAS_HCD is not set 620# CONFIG_USB_ARCH_HAS_HCD is not set
566# CONFIG_USB_ARCH_HAS_OHCI is not set 621# CONFIG_USB_ARCH_HAS_OHCI is not set
622# CONFIG_USB_ARCH_HAS_EHCI is not set
567 623
568# 624#
569# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 625# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
@@ -580,12 +636,42 @@ CONFIG_SOUND_SH_DAC_AUDIO_CHANNEL=1
580# CONFIG_MMC is not set 636# CONFIG_MMC is not set
581 637
582# 638#
639# LED devices
640#
641# CONFIG_NEW_LEDS is not set
642
643#
644# LED drivers
645#
646
647#
648# LED Triggers
649#
650
651#
583# InfiniBand support 652# InfiniBand support
584# 653#
585# CONFIG_INFINIBAND is not set
586 654
587# 655#
588# SN Devices 656# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
657#
658
659#
660# Real Time Clock
661#
662# CONFIG_RTC_CLASS is not set
663
664#
665# DMA Engine support
666#
667# CONFIG_DMA_ENGINE is not set
668
669#
670# DMA Clients
671#
672
673#
674# DMA Devices
589# 675#
590 676
591# 677#
@@ -595,7 +681,6 @@ CONFIG_EXT2_FS=y
595# CONFIG_EXT2_FS_XATTR is not set 681# CONFIG_EXT2_FS_XATTR is not set
596# CONFIG_EXT2_FS_XIP is not set 682# CONFIG_EXT2_FS_XIP is not set
597# CONFIG_EXT3_FS is not set 683# CONFIG_EXT3_FS is not set
598# CONFIG_JBD is not set
599# CONFIG_REISERFS_FS is not set 684# CONFIG_REISERFS_FS is not set
600# CONFIG_JFS_FS is not set 685# CONFIG_JFS_FS is not set
601# CONFIG_FS_POSIX_ACL is not set 686# CONFIG_FS_POSIX_ACL is not set
@@ -603,6 +688,7 @@ CONFIG_EXT2_FS=y
603# CONFIG_MINIX_FS is not set 688# CONFIG_MINIX_FS is not set
604# CONFIG_ROMFS_FS is not set 689# CONFIG_ROMFS_FS is not set
605CONFIG_INOTIFY=y 690CONFIG_INOTIFY=y
691CONFIG_INOTIFY_USER=y
606# CONFIG_QUOTA is not set 692# CONFIG_QUOTA is not set
607CONFIG_DNOTIFY=y 693CONFIG_DNOTIFY=y
608# CONFIG_AUTOFS_FS is not set 694# CONFIG_AUTOFS_FS is not set
@@ -630,12 +716,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
630# 716#
631CONFIG_PROC_FS=y 717CONFIG_PROC_FS=y
632CONFIG_PROC_KCORE=y 718CONFIG_PROC_KCORE=y
719CONFIG_PROC_SYSCTL=y
633CONFIG_SYSFS=y 720CONFIG_SYSFS=y
634# CONFIG_TMPFS is not set 721# CONFIG_TMPFS is not set
635# CONFIG_HUGETLBFS is not set 722# CONFIG_HUGETLBFS is not set
636# CONFIG_HUGETLB_PAGE is not set 723# CONFIG_HUGETLB_PAGE is not set
637CONFIG_RAMFS=y 724CONFIG_RAMFS=y
638# CONFIG_RELAYFS_FS is not set 725# CONFIG_CONFIGFS_FS is not set
639 726
640# 727#
641# Miscellaneous filesystems 728# Miscellaneous filesystems
@@ -713,9 +800,14 @@ CONFIG_NLS_DEFAULT="iso8859-1"
713# Kernel hacking 800# Kernel hacking
714# 801#
715# CONFIG_PRINTK_TIME is not set 802# CONFIG_PRINTK_TIME is not set
803CONFIG_ENABLE_MUST_CHECK=y
804# CONFIG_MAGIC_SYSRQ is not set
805# CONFIG_UNUSED_SYMBOLS is not set
716# CONFIG_DEBUG_KERNEL is not set 806# CONFIG_DEBUG_KERNEL is not set
717CONFIG_LOG_BUF_SHIFT=14 807CONFIG_LOG_BUF_SHIFT=14
718# CONFIG_FRAME_POINTER is not set 808# CONFIG_DEBUG_BUGVERBOSE is not set
809# CONFIG_DEBUG_FS is not set
810# CONFIG_UNWIND_INFO is not set
719# CONFIG_SH_STANDARD_BIOS is not set 811# CONFIG_SH_STANDARD_BIOS is not set
720# CONFIG_KGDB is not set 812# CONFIG_KGDB is not set
721 813
@@ -731,13 +823,10 @@ CONFIG_LOG_BUF_SHIFT=14
731# CONFIG_CRYPTO is not set 823# CONFIG_CRYPTO is not set
732 824
733# 825#
734# Hardware crypto devices
735#
736
737#
738# Library routines 826# Library routines
739# 827#
740# CONFIG_CRC_CCITT is not set 828# CONFIG_CRC_CCITT is not set
741# CONFIG_CRC16 is not set 829# CONFIG_CRC16 is not set
742CONFIG_CRC32=y 830CONFIG_CRC32=y
743# CONFIG_LIBCRC32C is not set 831# CONFIG_LIBCRC32C is not set
832CONFIG_PLIST=y
diff --git a/arch/sh/configs/hs7751rvoip_defconfig b/arch/sh/configs/hs7751rvoip_defconfig
new file mode 100644
index 000000000000..e1a886d621db
--- /dev/null
+++ b/arch/sh/configs/hs7751rvoip_defconfig
@@ -0,0 +1,908 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.18
4# Tue Oct 3 13:04:52 2006
5#
6CONFIG_SUPERH=y
7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_GENERIC_IRQ_PROBE=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14
15#
16# Code maturity level options
17#
18CONFIG_EXPERIMENTAL=y
19CONFIG_BROKEN_ON_SMP=y
20CONFIG_LOCK_KERNEL=y
21CONFIG_INIT_ENV_ARG_LIMIT=32
22
23#
24# General setup
25#
26CONFIG_LOCALVERSION=""
27CONFIG_LOCALVERSION_AUTO=y
28CONFIG_SWAP=y
29CONFIG_SYSVIPC=y
30# CONFIG_IPC_NS is not set
31CONFIG_POSIX_MQUEUE=y
32CONFIG_BSD_PROCESS_ACCT=y
33# CONFIG_BSD_PROCESS_ACCT_V3 is not set
34# CONFIG_TASKSTATS is not set
35# CONFIG_UTS_NS is not set
36# CONFIG_AUDIT is not set
37# CONFIG_IKCONFIG is not set
38# CONFIG_RELAY is not set
39CONFIG_INITRAMFS_SOURCE=""
40# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41CONFIG_SYSCTL=y
42CONFIG_EMBEDDED=y
43CONFIG_UID16=y
44# CONFIG_SYSCTL_SYSCALL is not set
45# CONFIG_KALLSYMS is not set
46CONFIG_HOTPLUG=y
47CONFIG_PRINTK=y
48CONFIG_BUG=y
49CONFIG_ELF_CORE=y
50CONFIG_BASE_FULL=y
51CONFIG_FUTEX=y
52CONFIG_EPOLL=y
53CONFIG_SHMEM=y
54CONFIG_SLAB=y
55CONFIG_VM_EVENT_COUNTERS=y
56CONFIG_RT_MUTEXES=y
57# CONFIG_TINY_SHMEM is not set
58CONFIG_BASE_SMALL=0
59# CONFIG_SLOB is not set
60
61#
62# Loadable module support
63#
64CONFIG_MODULES=y
65CONFIG_MODULE_UNLOAD=y
66# CONFIG_MODULE_FORCE_UNLOAD is not set
67# CONFIG_MODVERSIONS is not set
68# CONFIG_MODULE_SRCVERSION_ALL is not set
69CONFIG_KMOD=y
70
71#
72# Block layer
73#
74CONFIG_BLOCK=y
75# CONFIG_LBD is not set
76# CONFIG_BLK_DEV_IO_TRACE is not set
77# CONFIG_LSF is not set
78
79#
80# IO Schedulers
81#
82CONFIG_IOSCHED_NOOP=y
83CONFIG_IOSCHED_AS=y
84CONFIG_IOSCHED_DEADLINE=y
85CONFIG_IOSCHED_CFQ=y
86CONFIG_DEFAULT_AS=y
87# CONFIG_DEFAULT_DEADLINE is not set
88# CONFIG_DEFAULT_CFQ is not set
89# CONFIG_DEFAULT_NOOP is not set
90CONFIG_DEFAULT_IOSCHED="anticipatory"
91
92#
93# System type
94#
95# CONFIG_SH_SOLUTION_ENGINE is not set
96# CONFIG_SH_7751_SOLUTION_ENGINE is not set
97# CONFIG_SH_7300_SOLUTION_ENGINE is not set
98# CONFIG_SH_7343_SOLUTION_ENGINE is not set
99# CONFIG_SH_73180_SOLUTION_ENGINE is not set
100# CONFIG_SH_7751_SYSTEMH is not set
101# CONFIG_SH_HP6XX is not set
102# CONFIG_SH_EC3104 is not set
103# CONFIG_SH_SATURN is not set
104# CONFIG_SH_DREAMCAST is not set
105# CONFIG_SH_BIGSUR is not set
106# CONFIG_SH_MPC1211 is not set
107# CONFIG_SH_SH03 is not set
108# CONFIG_SH_SECUREEDGE5410 is not set
109CONFIG_SH_HS7751RVOIP=y
110# CONFIG_SH_7710VOIPGW is not set
111# CONFIG_SH_RTS7751R2D is not set
112# CONFIG_SH_R7780RP is not set
113# CONFIG_SH_EDOSK7705 is not set
114# CONFIG_SH_SH4202_MICRODEV is not set
115# CONFIG_SH_LANDISK is not set
116# CONFIG_SH_TITAN is not set
117# CONFIG_SH_SHMIN is not set
118# CONFIG_SH_UNKNOWN is not set
119
120#
121# Processor selection
122#
123CONFIG_CPU_SH4=y
124
125#
126# SH-2 Processor Support
127#
128# CONFIG_CPU_SUBTYPE_SH7604 is not set
129
130#
131# SH-3 Processor Support
132#
133# CONFIG_CPU_SUBTYPE_SH7300 is not set
134# CONFIG_CPU_SUBTYPE_SH7705 is not set
135# CONFIG_CPU_SUBTYPE_SH7706 is not set
136# CONFIG_CPU_SUBTYPE_SH7707 is not set
137# CONFIG_CPU_SUBTYPE_SH7708 is not set
138# CONFIG_CPU_SUBTYPE_SH7709 is not set
139# CONFIG_CPU_SUBTYPE_SH7710 is not set
140
141#
142# SH-4 Processor Support
143#
144# CONFIG_CPU_SUBTYPE_SH7750 is not set
145# CONFIG_CPU_SUBTYPE_SH7091 is not set
146# CONFIG_CPU_SUBTYPE_SH7750R is not set
147# CONFIG_CPU_SUBTYPE_SH7750S is not set
148CONFIG_CPU_SUBTYPE_SH7751=y
149CONFIG_CPU_SUBTYPE_SH7751R=y
150# CONFIG_CPU_SUBTYPE_SH7760 is not set
151# CONFIG_CPU_SUBTYPE_SH4_202 is not set
152
153#
154# ST40 Processor Support
155#
156# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
157# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
158
159#
160# SH-4A Processor Support
161#
162# CONFIG_CPU_SUBTYPE_SH7770 is not set
163# CONFIG_CPU_SUBTYPE_SH7780 is not set
164
165#
166# SH4AL-DSP Processor Support
167#
168# CONFIG_CPU_SUBTYPE_SH73180 is not set
169# CONFIG_CPU_SUBTYPE_SH7343 is not set
170
171#
172# Memory management options
173#
174CONFIG_MMU=y
175CONFIG_PAGE_OFFSET=0x80000000
176CONFIG_MEMORY_START=0x0c000000
177CONFIG_MEMORY_SIZE=0x04000000
178CONFIG_VSYSCALL=y
179CONFIG_SELECT_MEMORY_MODEL=y
180CONFIG_FLATMEM_MANUAL=y
181# CONFIG_DISCONTIGMEM_MANUAL is not set
182# CONFIG_SPARSEMEM_MANUAL is not set
183CONFIG_FLATMEM=y
184CONFIG_FLAT_NODE_MEM_MAP=y
185# CONFIG_SPARSEMEM_STATIC is not set
186CONFIG_SPLIT_PTLOCK_CPUS=4
187# CONFIG_RESOURCES_64BIT is not set
188
189#
190# Cache configuration
191#
192# CONFIG_SH_DIRECT_MAPPED is not set
193# CONFIG_SH_WRITETHROUGH is not set
194# CONFIG_SH_OCRAM is not set
195
196#
197# Processor features
198#
199CONFIG_CPU_LITTLE_ENDIAN=y
200CONFIG_SH_FPU=y
201# CONFIG_SH_DSP is not set
202# CONFIG_SH_STORE_QUEUES is not set
203CONFIG_CPU_HAS_INTEVT=y
204CONFIG_CPU_HAS_SR_RB=y
205
206#
207# Timer support
208#
209CONFIG_SH_TMU=y
210
211#
212# HS7751RVoIP options
213#
214CONFIG_HS7751RVOIP_CODEC=y
215CONFIG_SH_PCLK_FREQ=60000000
216
217#
218# CPU Frequency scaling
219#
220# CONFIG_CPU_FREQ is not set
221
222#
223# DMA support
224#
225# CONFIG_SH_DMA is not set
226
227#
228# Companion Chips
229#
230# CONFIG_HD6446X_SERIES is not set
231
232#
233# Kernel features
234#
235# CONFIG_HZ_100 is not set
236CONFIG_HZ_250=y
237# CONFIG_HZ_1000 is not set
238CONFIG_HZ=250
239# CONFIG_KEXEC is not set
240# CONFIG_SMP is not set
241# CONFIG_PREEMPT_NONE is not set
242# CONFIG_PREEMPT_VOLUNTARY is not set
243CONFIG_PREEMPT=y
244CONFIG_PREEMPT_BKL=y
245
246#
247# Boot options
248#
249CONFIG_ZERO_PAGE_OFFSET=0x00001000
250CONFIG_BOOT_LINK_OFFSET=0x00800000
251# CONFIG_UBC_WAKEUP is not set
252CONFIG_CMDLINE_BOOL=y
253CONFIG_CMDLINE="mem=64M console=ttySC1,115200 root=/dev/hda1"
254
255#
256# Bus options
257#
258# CONFIG_PCI is not set
259
260#
261# PCCARD (PCMCIA/CardBus) support
262#
263# CONFIG_PCCARD is not set
264
265#
266# PCI Hotplug Support
267#
268
269#
270# Executable file formats
271#
272CONFIG_BINFMT_ELF=y
273# CONFIG_BINFMT_FLAT is not set
274# CONFIG_BINFMT_MISC is not set
275
276#
277# Power management options (EXPERIMENTAL)
278#
279# CONFIG_PM is not set
280
281#
282# Networking
283#
284CONFIG_NET=y
285
286#
287# Networking options
288#
289# CONFIG_NETDEBUG is not set
290CONFIG_PACKET=y
291CONFIG_PACKET_MMAP=y
292CONFIG_UNIX=y
293CONFIG_XFRM=y
294# CONFIG_XFRM_USER is not set
295# CONFIG_XFRM_SUB_POLICY is not set
296# CONFIG_NET_KEY is not set
297CONFIG_INET=y
298CONFIG_IP_MULTICAST=y
299CONFIG_IP_ADVANCED_ROUTER=y
300CONFIG_ASK_IP_FIB_HASH=y
301# CONFIG_IP_FIB_TRIE is not set
302CONFIG_IP_FIB_HASH=y
303# CONFIG_IP_MULTIPLE_TABLES is not set
304# CONFIG_IP_ROUTE_MULTIPATH is not set
305# CONFIG_IP_ROUTE_VERBOSE is not set
306# CONFIG_IP_PNP is not set
307# CONFIG_NET_IPIP is not set
308# CONFIG_NET_IPGRE is not set
309# CONFIG_IP_MROUTE is not set
310# CONFIG_ARPD is not set
311# CONFIG_SYN_COOKIES is not set
312# CONFIG_INET_AH is not set
313# CONFIG_INET_ESP is not set
314# CONFIG_INET_IPCOMP is not set
315# CONFIG_INET_XFRM_TUNNEL is not set
316# CONFIG_INET_TUNNEL is not set
317CONFIG_INET_XFRM_MODE_TRANSPORT=y
318CONFIG_INET_XFRM_MODE_TUNNEL=y
319CONFIG_INET_DIAG=y
320CONFIG_INET_TCP_DIAG=y
321# CONFIG_TCP_CONG_ADVANCED is not set
322CONFIG_TCP_CONG_CUBIC=y
323CONFIG_DEFAULT_TCP_CONG="cubic"
324# CONFIG_IPV6 is not set
325# CONFIG_INET6_XFRM_TUNNEL is not set
326# CONFIG_INET6_TUNNEL is not set
327# CONFIG_NETWORK_SECMARK is not set
328# CONFIG_NETFILTER is not set
329
330#
331# DCCP Configuration (EXPERIMENTAL)
332#
333# CONFIG_IP_DCCP is not set
334
335#
336# SCTP Configuration (EXPERIMENTAL)
337#
338# CONFIG_IP_SCTP is not set
339
340#
341# TIPC Configuration (EXPERIMENTAL)
342#
343# CONFIG_TIPC is not set
344# CONFIG_ATM is not set
345# CONFIG_BRIDGE is not set
346# CONFIG_VLAN_8021Q is not set
347# CONFIG_DECNET is not set
348# CONFIG_LLC2 is not set
349# CONFIG_IPX is not set
350# CONFIG_ATALK is not set
351# CONFIG_X25 is not set
352# CONFIG_LAPB is not set
353# CONFIG_ECONET is not set
354# CONFIG_WAN_ROUTER is not set
355
356#
357# QoS and/or fair queueing
358#
359# CONFIG_NET_SCHED is not set
360
361#
362# Network testing
363#
364# CONFIG_NET_PKTGEN is not set
365# CONFIG_HAMRADIO is not set
366# CONFIG_IRDA is not set
367# CONFIG_BT is not set
368# CONFIG_IEEE80211 is not set
369
370#
371# Device Drivers
372#
373
374#
375# Generic Driver Options
376#
377CONFIG_STANDALONE=y
378CONFIG_PREVENT_FIRMWARE_BUILD=y
379CONFIG_FW_LOADER=m
380# CONFIG_SYS_HYPERVISOR is not set
381
382#
383# Connector - unified userspace <-> kernelspace linker
384#
385# CONFIG_CONNECTOR is not set
386
387#
388# Memory Technology Devices (MTD)
389#
390# CONFIG_MTD is not set
391
392#
393# Parallel port support
394#
395# CONFIG_PARPORT is not set
396
397#
398# Plug and Play support
399#
400
401#
402# Block devices
403#
404# CONFIG_BLK_DEV_COW_COMMON is not set
405# CONFIG_BLK_DEV_LOOP is not set
406# CONFIG_BLK_DEV_NBD is not set
407# CONFIG_BLK_DEV_RAM is not set
408# CONFIG_BLK_DEV_INITRD is not set
409# CONFIG_CDROM_PKTCDVD is not set
410# CONFIG_ATA_OVER_ETH is not set
411
412#
413# ATA/ATAPI/MFM/RLL support
414#
415CONFIG_IDE=y
416CONFIG_IDE_MAX_HWIFS=1
417CONFIG_BLK_DEV_IDE=y
418
419#
420# Please see Documentation/ide.txt for help/info on IDE drives
421#
422# CONFIG_BLK_DEV_IDE_SATA is not set
423CONFIG_BLK_DEV_IDEDISK=y
424# CONFIG_IDEDISK_MULTI_MODE is not set
425# CONFIG_BLK_DEV_IDECD is not set
426# CONFIG_BLK_DEV_IDETAPE is not set
427# CONFIG_BLK_DEV_IDEFLOPPY is not set
428# CONFIG_IDE_TASK_IOCTL is not set
429
430#
431# IDE chipset support/bugfixes
432#
433CONFIG_IDE_GENERIC=y
434# CONFIG_IDE_ARM is not set
435# CONFIG_BLK_DEV_IDEDMA is not set
436# CONFIG_IDEDMA_AUTO is not set
437# CONFIG_BLK_DEV_HD is not set
438
439#
440# SCSI device support
441#
442# CONFIG_RAID_ATTRS is not set
443# CONFIG_SCSI is not set
444# CONFIG_SCSI_NETLINK is not set
445
446#
447# Serial ATA (prod) and Parallel ATA (experimental) drivers
448#
449# CONFIG_ATA is not set
450
451#
452# Multi-device support (RAID and LVM)
453#
454# CONFIG_MD is not set
455
456#
457# Fusion MPT device support
458#
459# CONFIG_FUSION is not set
460
461#
462# IEEE 1394 (FireWire) support
463#
464
465#
466# I2O device support
467#
468
469#
470# Network device support
471#
472CONFIG_NETDEVICES=y
473# CONFIG_DUMMY is not set
474# CONFIG_BONDING is not set
475# CONFIG_EQUALIZER is not set
476# CONFIG_TUN is not set
477
478#
479# PHY device support
480#
481# CONFIG_PHYLIB is not set
482
483#
484# Ethernet (10 or 100Mbit)
485#
486CONFIG_NET_ETHERNET=y
487CONFIG_MII=y
488# CONFIG_STNIC is not set
489# CONFIG_SMC91X is not set
490
491#
492# Ethernet (1000 Mbit)
493#
494
495#
496# Ethernet (10000 Mbit)
497#
498
499#
500# Token Ring devices
501#
502
503#
504# Wireless LAN (non-hamradio)
505#
506# CONFIG_NET_RADIO is not set
507
508#
509# Wan interfaces
510#
511# CONFIG_WAN is not set
512# CONFIG_PPP is not set
513# CONFIG_SLIP is not set
514# CONFIG_SHAPER is not set
515# CONFIG_NETCONSOLE is not set
516# CONFIG_NETPOLL is not set
517# CONFIG_NET_POLL_CONTROLLER is not set
518
519#
520# ISDN subsystem
521#
522# CONFIG_ISDN is not set
523
524#
525# Telephony Support
526#
527# CONFIG_PHONE is not set
528
529#
530# Input device support
531#
532CONFIG_INPUT=y
533# CONFIG_INPUT_FF_MEMLESS is not set
534
535#
536# Userland interfaces
537#
538# CONFIG_INPUT_MOUSEDEV is not set
539# CONFIG_INPUT_JOYDEV is not set
540# CONFIG_INPUT_TSDEV is not set
541# CONFIG_INPUT_EVDEV is not set
542# CONFIG_INPUT_EVBUG is not set
543
544#
545# Input Device Drivers
546#
547# CONFIG_INPUT_KEYBOARD is not set
548# CONFIG_INPUT_MOUSE is not set
549# CONFIG_INPUT_JOYSTICK is not set
550# CONFIG_INPUT_TOUCHSCREEN is not set
551# CONFIG_INPUT_MISC is not set
552
553#
554# Hardware I/O ports
555#
556CONFIG_SERIO=y
557CONFIG_SERIO_I8042=y
558CONFIG_SERIO_SERPORT=y
559# CONFIG_SERIO_LIBPS2 is not set
560# CONFIG_SERIO_RAW is not set
561# CONFIG_GAMEPORT is not set
562
563#
564# Character devices
565#
566# CONFIG_VT is not set
567# CONFIG_SERIAL_NONSTANDARD is not set
568
569#
570# Serial drivers
571#
572# CONFIG_SERIAL_8250 is not set
573
574#
575# Non-8250 serial port support
576#
577CONFIG_SERIAL_SH_SCI=y
578CONFIG_SERIAL_SH_SCI_NR_UARTS=2
579CONFIG_SERIAL_SH_SCI_CONSOLE=y
580CONFIG_SERIAL_CORE=y
581CONFIG_SERIAL_CORE_CONSOLE=y
582CONFIG_UNIX98_PTYS=y
583# CONFIG_LEGACY_PTYS is not set
584
585#
586# IPMI
587#
588# CONFIG_IPMI_HANDLER is not set
589
590#
591# Watchdog Cards
592#
593# CONFIG_WATCHDOG is not set
594CONFIG_HW_RANDOM=y
595# CONFIG_GEN_RTC is not set
596# CONFIG_DTLK is not set
597# CONFIG_R3964 is not set
598
599#
600# Ftape, the floppy tape device driver
601#
602# CONFIG_RAW_DRIVER is not set
603
604#
605# TPM devices
606#
607# CONFIG_TCG_TPM is not set
608# CONFIG_TELCLOCK is not set
609
610#
611# I2C support
612#
613# CONFIG_I2C is not set
614
615#
616# SPI support
617#
618# CONFIG_SPI is not set
619# CONFIG_SPI_MASTER is not set
620
621#
622# Dallas's 1-wire bus
623#
624
625#
626# Hardware Monitoring support
627#
628CONFIG_HWMON=y
629# CONFIG_HWMON_VID is not set
630# CONFIG_SENSORS_ABITUGURU is not set
631# CONFIG_SENSORS_F71805F is not set
632# CONFIG_SENSORS_VT1211 is not set
633# CONFIG_HWMON_DEBUG_CHIP is not set
634
635#
636# Misc devices
637#
638
639#
640# Multimedia devices
641#
642# CONFIG_VIDEO_DEV is not set
643CONFIG_VIDEO_V4L2=y
644
645#
646# Digital Video Broadcasting Devices
647#
648# CONFIG_DVB is not set
649
650#
651# Graphics support
652#
653CONFIG_FIRMWARE_EDID=y
654# CONFIG_FB is not set
655# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
656
657#
658# Sound
659#
660# CONFIG_SOUND is not set
661
662#
663# USB support
664#
665# CONFIG_USB_ARCH_HAS_HCD is not set
666# CONFIG_USB_ARCH_HAS_OHCI is not set
667# CONFIG_USB_ARCH_HAS_EHCI is not set
668
669#
670# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
671#
672
673#
674# USB Gadget Support
675#
676# CONFIG_USB_GADGET is not set
677
678#
679# MMC/SD Card support
680#
681# CONFIG_MMC is not set
682
683#
684# LED devices
685#
686# CONFIG_NEW_LEDS is not set
687
688#
689# LED drivers
690#
691
692#
693# LED Triggers
694#
695
696#
697# InfiniBand support
698#
699
700#
701# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
702#
703
704#
705# Real Time Clock
706#
707# CONFIG_RTC_CLASS is not set
708
709#
710# DMA Engine support
711#
712# CONFIG_DMA_ENGINE is not set
713
714#
715# DMA Clients
716#
717
718#
719# DMA Devices
720#
721
722#
723# File systems
724#
725CONFIG_EXT2_FS=y
726# CONFIG_EXT2_FS_XATTR is not set
727# CONFIG_EXT2_FS_XIP is not set
728# CONFIG_EXT3_FS is not set
729# CONFIG_REISERFS_FS is not set
730# CONFIG_JFS_FS is not set
731# CONFIG_FS_POSIX_ACL is not set
732# CONFIG_XFS_FS is not set
733# CONFIG_OCFS2_FS is not set
734# CONFIG_MINIX_FS is not set
735# CONFIG_ROMFS_FS is not set
736CONFIG_INOTIFY=y
737CONFIG_INOTIFY_USER=y
738# CONFIG_QUOTA is not set
739CONFIG_DNOTIFY=y
740# CONFIG_AUTOFS_FS is not set
741# CONFIG_AUTOFS4_FS is not set
742# CONFIG_FUSE_FS is not set
743
744#
745# CD-ROM/DVD Filesystems
746#
747# CONFIG_ISO9660_FS is not set
748# CONFIG_UDF_FS is not set
749
750#
751# DOS/FAT/NT Filesystems
752#
753# CONFIG_MSDOS_FS is not set
754# CONFIG_VFAT_FS is not set
755# CONFIG_NTFS_FS is not set
756
757#
758# Pseudo filesystems
759#
760CONFIG_PROC_FS=y
761CONFIG_PROC_KCORE=y
762CONFIG_PROC_SYSCTL=y
763CONFIG_SYSFS=y
764CONFIG_TMPFS=y
765# CONFIG_TMPFS_POSIX_ACL is not set
766# CONFIG_HUGETLBFS is not set
767# CONFIG_HUGETLB_PAGE is not set
768CONFIG_RAMFS=y
769# CONFIG_CONFIGFS_FS is not set
770
771#
772# Miscellaneous filesystems
773#
774# CONFIG_ADFS_FS is not set
775# CONFIG_AFFS_FS is not set
776# CONFIG_HFS_FS is not set
777# CONFIG_HFSPLUS_FS is not set
778# CONFIG_BEFS_FS is not set
779# CONFIG_BFS_FS is not set
780# CONFIG_EFS_FS is not set
781# CONFIG_CRAMFS is not set
782# CONFIG_VXFS_FS is not set
783# CONFIG_HPFS_FS is not set
784# CONFIG_QNX4FS_FS is not set
785# CONFIG_SYSV_FS is not set
786# CONFIG_UFS_FS is not set
787
788#
789# Network File Systems
790#
791CONFIG_NFS_FS=y
792CONFIG_NFS_V3=y
793# CONFIG_NFS_V3_ACL is not set
794CONFIG_NFS_V4=y
795CONFIG_NFS_DIRECTIO=y
796# CONFIG_NFSD is not set
797CONFIG_LOCKD=y
798CONFIG_LOCKD_V4=y
799CONFIG_NFS_COMMON=y
800CONFIG_SUNRPC=y
801CONFIG_SUNRPC_GSS=y
802CONFIG_RPCSEC_GSS_KRB5=y
803# CONFIG_RPCSEC_GSS_SPKM3 is not set
804# CONFIG_SMB_FS is not set
805# CONFIG_CIFS is not set
806# CONFIG_NCP_FS is not set
807# CONFIG_CODA_FS is not set
808# CONFIG_AFS_FS is not set
809# CONFIG_9P_FS is not set
810
811#
812# Partition Types
813#
814CONFIG_PARTITION_ADVANCED=y
815# CONFIG_ACORN_PARTITION is not set
816# CONFIG_OSF_PARTITION is not set
817# CONFIG_AMIGA_PARTITION is not set
818# CONFIG_ATARI_PARTITION is not set
819# CONFIG_MAC_PARTITION is not set
820CONFIG_MSDOS_PARTITION=y
821# CONFIG_BSD_DISKLABEL is not set
822# CONFIG_MINIX_SUBPARTITION is not set
823# CONFIG_SOLARIS_X86_PARTITION is not set
824# CONFIG_UNIXWARE_DISKLABEL is not set
825# CONFIG_LDM_PARTITION is not set
826# CONFIG_SGI_PARTITION is not set
827# CONFIG_ULTRIX_PARTITION is not set
828# CONFIG_SUN_PARTITION is not set
829# CONFIG_KARMA_PARTITION is not set
830# CONFIG_EFI_PARTITION is not set
831
832#
833# Native Language Support
834#
835# CONFIG_NLS is not set
836
837#
838# Profiling support
839#
840# CONFIG_PROFILING is not set
841
842#
843# Kernel hacking
844#
845# CONFIG_PRINTK_TIME is not set
846CONFIG_ENABLE_MUST_CHECK=y
847# CONFIG_MAGIC_SYSRQ is not set
848# CONFIG_UNUSED_SYMBOLS is not set
849# CONFIG_DEBUG_KERNEL is not set
850CONFIG_LOG_BUF_SHIFT=14
851# CONFIG_DEBUG_BUGVERBOSE is not set
852# CONFIG_DEBUG_FS is not set
853# CONFIG_SH_STANDARD_BIOS is not set
854# CONFIG_EARLY_SCIF_CONSOLE is not set
855# CONFIG_KGDB is not set
856
857#
858# Security options
859#
860# CONFIG_KEYS is not set
861# CONFIG_SECURITY is not set
862
863#
864# Cryptographic options
865#
866CONFIG_CRYPTO=y
867CONFIG_CRYPTO_ALGAPI=y
868CONFIG_CRYPTO_BLKCIPHER=m
869CONFIG_CRYPTO_MANAGER=m
870# CONFIG_CRYPTO_HMAC is not set
871# CONFIG_CRYPTO_NULL is not set
872# CONFIG_CRYPTO_MD4 is not set
873CONFIG_CRYPTO_MD5=y
874# CONFIG_CRYPTO_SHA1 is not set
875# CONFIG_CRYPTO_SHA256 is not set
876# CONFIG_CRYPTO_SHA512 is not set
877# CONFIG_CRYPTO_WP512 is not set
878# CONFIG_CRYPTO_TGR192 is not set
879CONFIG_CRYPTO_ECB=m
880CONFIG_CRYPTO_CBC=m
881CONFIG_CRYPTO_DES=y
882# CONFIG_CRYPTO_BLOWFISH is not set
883# CONFIG_CRYPTO_TWOFISH is not set
884# CONFIG_CRYPTO_SERPENT is not set
885# CONFIG_CRYPTO_AES is not set
886# CONFIG_CRYPTO_CAST5 is not set
887# CONFIG_CRYPTO_CAST6 is not set
888# CONFIG_CRYPTO_TEA is not set
889# CONFIG_CRYPTO_ARC4 is not set
890# CONFIG_CRYPTO_KHAZAD is not set
891# CONFIG_CRYPTO_ANUBIS is not set
892# CONFIG_CRYPTO_DEFLATE is not set
893# CONFIG_CRYPTO_MICHAEL_MIC is not set
894# CONFIG_CRYPTO_CRC32C is not set
895# CONFIG_CRYPTO_TEST is not set
896
897#
898# Hardware crypto devices
899#
900
901#
902# Library routines
903#
904# CONFIG_CRC_CCITT is not set
905# CONFIG_CRC16 is not set
906CONFIG_CRC32=y
907# CONFIG_LIBCRC32C is not set
908CONFIG_PLIST=y
diff --git a/arch/sh/configs/landisk_defconfig b/arch/sh/configs/landisk_defconfig
index 6b43316d03cf..238c0f109907 100644
--- a/arch/sh/configs/landisk_defconfig
+++ b/arch/sh/configs/landisk_defconfig
@@ -1,21 +1,21 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.13-sh 3# Linux kernel version: 2.6.18
4# Sun Sep 11 13:00:46 2005 4# Tue Oct 3 11:14:13 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
12CONFIG_GENERIC_IOMAP=y 13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13 14
14# 15#
15# Code maturity level options 16# Code maturity level options
16# 17#
17CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
18CONFIG_CLEAN_COMPILE=y
19CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32 20CONFIG_INIT_ENV_ARG_LIMIT=32
21 21
@@ -26,29 +26,36 @@ CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y 26CONFIG_LOCALVERSION_AUTO=y
27CONFIG_SWAP=y 27CONFIG_SWAP=y
28CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
29# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
30# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
31CONFIG_SYSCTL=y 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
32# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
33CONFIG_HOTPLUG=y
34CONFIG_KOBJECT_UEVENT=y
35# CONFIG_IKCONFIG is not set 35# CONFIG_IKCONFIG is not set
36# CONFIG_RELAY is not set
36CONFIG_INITRAMFS_SOURCE="" 37CONFIG_INITRAMFS_SOURCE=""
37# CONFIG_EMBEDDED is not set 38CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39CONFIG_SYSCTL=y
40CONFIG_EMBEDDED=y
41CONFIG_UID16=y
42# CONFIG_SYSCTL_SYSCALL is not set
38CONFIG_KALLSYMS=y 43CONFIG_KALLSYMS=y
39CONFIG_KALLSYMS_EXTRA_PASS=y 44CONFIG_KALLSYMS_EXTRA_PASS=y
45CONFIG_HOTPLUG=y
40CONFIG_PRINTK=y 46CONFIG_PRINTK=y
41CONFIG_BUG=y 47CONFIG_BUG=y
48CONFIG_ELF_CORE=y
42CONFIG_BASE_FULL=y 49CONFIG_BASE_FULL=y
43CONFIG_FUTEX=y 50CONFIG_FUTEX=y
44CONFIG_EPOLL=y 51CONFIG_EPOLL=y
45CONFIG_SHMEM=y 52CONFIG_SHMEM=y
46CONFIG_CC_ALIGN_FUNCTIONS=0 53CONFIG_SLAB=y
47CONFIG_CC_ALIGN_LABELS=0 54CONFIG_VM_EVENT_COUNTERS=y
48CONFIG_CC_ALIGN_LOOPS=0 55CONFIG_RT_MUTEXES=y
49CONFIG_CC_ALIGN_JUMPS=0
50# CONFIG_TINY_SHMEM is not set 56# CONFIG_TINY_SHMEM is not set
51CONFIG_BASE_SMALL=0 57CONFIG_BASE_SMALL=0
58# CONFIG_SLOB is not set
52 59
53# 60#
54# Loadable module support 61# Loadable module support
@@ -56,40 +63,57 @@ CONFIG_BASE_SMALL=0
56CONFIG_MODULES=y 63CONFIG_MODULES=y
57CONFIG_MODULE_UNLOAD=y 64CONFIG_MODULE_UNLOAD=y
58CONFIG_MODULE_FORCE_UNLOAD=y 65CONFIG_MODULE_FORCE_UNLOAD=y
59CONFIG_OBSOLETE_MODPARM=y
60# CONFIG_MODVERSIONS is not set 66# CONFIG_MODVERSIONS is not set
61# CONFIG_MODULE_SRCVERSION_ALL is not set 67# CONFIG_MODULE_SRCVERSION_ALL is not set
62CONFIG_KMOD=y 68CONFIG_KMOD=y
63 69
64# 70#
71# Block layer
72#
73CONFIG_BLOCK=y
74# CONFIG_LBD is not set
75# CONFIG_BLK_DEV_IO_TRACE is not set
76# CONFIG_LSF is not set
77
78#
79# IO Schedulers
80#
81CONFIG_IOSCHED_NOOP=y
82CONFIG_IOSCHED_AS=y
83CONFIG_IOSCHED_DEADLINE=y
84CONFIG_IOSCHED_CFQ=y
85CONFIG_DEFAULT_AS=y
86# CONFIG_DEFAULT_DEADLINE is not set
87# CONFIG_DEFAULT_CFQ is not set
88# CONFIG_DEFAULT_NOOP is not set
89CONFIG_DEFAULT_IOSCHED="anticipatory"
90
91#
65# System type 92# System type
66# 93#
67# CONFIG_SH_SOLUTION_ENGINE is not set 94# CONFIG_SH_SOLUTION_ENGINE is not set
68# CONFIG_SH_7751_SOLUTION_ENGINE is not set 95# CONFIG_SH_7751_SOLUTION_ENGINE is not set
69# CONFIG_SH_7300_SOLUTION_ENGINE is not set 96# CONFIG_SH_7300_SOLUTION_ENGINE is not set
97# CONFIG_SH_7343_SOLUTION_ENGINE is not set
70# CONFIG_SH_73180_SOLUTION_ENGINE is not set 98# CONFIG_SH_73180_SOLUTION_ENGINE is not set
71# CONFIG_SH_7751_SYSTEMH is not set 99# CONFIG_SH_7751_SYSTEMH is not set
72# CONFIG_SH_STB1_HARP is not set
73# CONFIG_SH_STB1_OVERDRIVE is not set
74# CONFIG_SH_HP6XX is not set 100# CONFIG_SH_HP6XX is not set
75# CONFIG_SH_CQREEK is not set
76# CONFIG_SH_DMIDA is not set
77# CONFIG_SH_EC3104 is not set 101# CONFIG_SH_EC3104 is not set
78# CONFIG_SH_SATURN is not set 102# CONFIG_SH_SATURN is not set
79# CONFIG_SH_DREAMCAST is not set 103# CONFIG_SH_DREAMCAST is not set
80# CONFIG_SH_CAT68701 is not set
81# CONFIG_SH_BIGSUR is not set 104# CONFIG_SH_BIGSUR is not set
82# CONFIG_SH_SH2000 is not set
83# CONFIG_SH_ADX is not set
84# CONFIG_SH_MPC1211 is not set 105# CONFIG_SH_MPC1211 is not set
85# CONFIG_SH_SH03 is not set 106# CONFIG_SH_SH03 is not set
86# CONFIG_SH_SECUREEDGE5410 is not set 107# CONFIG_SH_SECUREEDGE5410 is not set
87# CONFIG_SH_HS7751RVOIP is not set 108# CONFIG_SH_HS7751RVOIP is not set
109# CONFIG_SH_7710VOIPGW is not set
88# CONFIG_SH_RTS7751R2D is not set 110# CONFIG_SH_RTS7751R2D is not set
111# CONFIG_SH_R7780RP is not set
89# CONFIG_SH_EDOSK7705 is not set 112# CONFIG_SH_EDOSK7705 is not set
90# CONFIG_SH_SH4202_MICRODEV is not set 113# CONFIG_SH_SH4202_MICRODEV is not set
91CONFIG_SH_LANDISK=y 114CONFIG_SH_LANDISK=y
92# CONFIG_SH_TITAN is not set 115# CONFIG_SH_TITAN is not set
116# CONFIG_SH_SHMIN is not set
93# CONFIG_SH_UNKNOWN is not set 117# CONFIG_SH_UNKNOWN is not set
94 118
95# 119#
@@ -107,9 +131,11 @@ CONFIG_CPU_SH4=y
107# 131#
108# CONFIG_CPU_SUBTYPE_SH7300 is not set 132# CONFIG_CPU_SUBTYPE_SH7300 is not set
109# CONFIG_CPU_SUBTYPE_SH7705 is not set 133# CONFIG_CPU_SUBTYPE_SH7705 is not set
134# CONFIG_CPU_SUBTYPE_SH7706 is not set
110# CONFIG_CPU_SUBTYPE_SH7707 is not set 135# CONFIG_CPU_SUBTYPE_SH7707 is not set
111# CONFIG_CPU_SUBTYPE_SH7708 is not set 136# CONFIG_CPU_SUBTYPE_SH7708 is not set
112# CONFIG_CPU_SUBTYPE_SH7709 is not set 137# CONFIG_CPU_SUBTYPE_SH7709 is not set
138# CONFIG_CPU_SUBTYPE_SH7710 is not set
113 139
114# 140#
115# SH-4 Processor Support 141# SH-4 Processor Support
@@ -132,14 +158,23 @@ CONFIG_CPU_SUBTYPE_SH7751R=y
132# 158#
133# SH-4A Processor Support 159# SH-4A Processor Support
134# 160#
135# CONFIG_CPU_SUBTYPE_SH73180 is not set
136# CONFIG_CPU_SUBTYPE_SH7770 is not set 161# CONFIG_CPU_SUBTYPE_SH7770 is not set
137# CONFIG_CPU_SUBTYPE_SH7780 is not set 162# CONFIG_CPU_SUBTYPE_SH7780 is not set
138 163
139# 164#
165# SH4AL-DSP Processor Support
166#
167# CONFIG_CPU_SUBTYPE_SH73180 is not set
168# CONFIG_CPU_SUBTYPE_SH7343 is not set
169
170#
140# Memory management options 171# Memory management options
141# 172#
142CONFIG_MMU=y 173CONFIG_MMU=y
174CONFIG_PAGE_OFFSET=0x80000000
175CONFIG_MEMORY_START=0x0c000000
176CONFIG_MEMORY_SIZE=0x04000000
177CONFIG_VSYSCALL=y
143CONFIG_SELECT_MEMORY_MODEL=y 178CONFIG_SELECT_MEMORY_MODEL=y
144CONFIG_FLATMEM_MANUAL=y 179CONFIG_FLATMEM_MANUAL=y
145# CONFIG_DISCONTIGMEM_MANUAL is not set 180# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -147,6 +182,8 @@ CONFIG_FLATMEM_MANUAL=y
147CONFIG_FLATMEM=y 182CONFIG_FLATMEM=y
148CONFIG_FLAT_NODE_MEM_MAP=y 183CONFIG_FLAT_NODE_MEM_MAP=y
149# CONFIG_SPARSEMEM_STATIC is not set 184# CONFIG_SPARSEMEM_STATIC is not set
185CONFIG_SPLIT_PTLOCK_CPUS=4
186# CONFIG_RESOURCES_64BIT is not set
150 187
151# 188#
152# Cache configuration 189# Cache configuration
@@ -154,21 +191,21 @@ CONFIG_FLAT_NODE_MEM_MAP=y
154# CONFIG_SH_DIRECT_MAPPED is not set 191# CONFIG_SH_DIRECT_MAPPED is not set
155# CONFIG_SH_WRITETHROUGH is not set 192# CONFIG_SH_WRITETHROUGH is not set
156# CONFIG_SH_OCRAM is not set 193# CONFIG_SH_OCRAM is not set
157CONFIG_MEMORY_START=0x0c000000
158CONFIG_MEMORY_SIZE=0x04000000
159 194
160# 195#
161# Processor features 196# Processor features
162# 197#
163CONFIG_CPU_LITTLE_ENDIAN=y 198CONFIG_CPU_LITTLE_ENDIAN=y
164CONFIG_SH_FPU=y 199CONFIG_SH_FPU=y
200# CONFIG_SH_DSP is not set
165# CONFIG_SH_STORE_QUEUES is not set 201# CONFIG_SH_STORE_QUEUES is not set
202CONFIG_CPU_HAS_INTEVT=y
203CONFIG_CPU_HAS_SR_RB=y
166 204
167# 205#
168# Timer support 206# Timer support
169# 207#
170CONFIG_SH_TMU=y 208CONFIG_SH_TMU=y
171CONFIG_SH_PCLK_FREQ_BOOL=y
172CONFIG_SH_PCLK_FREQ=33333333 209CONFIG_SH_PCLK_FREQ=33333333
173 210
174# 211#
@@ -192,9 +229,15 @@ CONFIG_HEARTBEAT=y
192# 229#
193# Kernel features 230# Kernel features
194# 231#
232# CONFIG_HZ_100 is not set
233CONFIG_HZ_250=y
234# CONFIG_HZ_1000 is not set
235CONFIG_HZ=250
195CONFIG_KEXEC=y 236CONFIG_KEXEC=y
196# CONFIG_PREEMPT is not set
197# CONFIG_SMP is not set 237# CONFIG_SMP is not set
238CONFIG_PREEMPT_NONE=y
239# CONFIG_PREEMPT_VOLUNTARY is not set
240# CONFIG_PREEMPT is not set
198 241
199# 242#
200# Boot options 243# Boot options
@@ -212,7 +255,7 @@ CONFIG_PCI=y
212CONFIG_SH_PCIDMA_NONCOHERENT=y 255CONFIG_SH_PCIDMA_NONCOHERENT=y
213CONFIG_PCI_AUTO=y 256CONFIG_PCI_AUTO=y
214CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 257CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
215CONFIG_PCI_LEGACY_PROC=y 258# CONFIG_PCI_MULTITHREAD_PROBE is not set
216 259
217# 260#
218# PCCARD (PCMCIA/CardBus) support 261# PCCARD (PCMCIA/CardBus) support
@@ -228,6 +271,11 @@ CONFIG_CARDBUS=y
228# PC-card bridges 271# PC-card bridges
229# 272#
230CONFIG_YENTA=y 273CONFIG_YENTA=y
274CONFIG_YENTA_O2=y
275CONFIG_YENTA_RICOH=y
276CONFIG_YENTA_TI=y
277CONFIG_YENTA_ENE_TUNE=y
278CONFIG_YENTA_TOSHIBA=y
231# CONFIG_PD6729 is not set 279# CONFIG_PD6729 is not set
232# CONFIG_I82092 is not set 280# CONFIG_I82092 is not set
233# CONFIG_I82365 is not set 281# CONFIG_I82365 is not set
@@ -248,6 +296,11 @@ CONFIG_BINFMT_ELF=y
248# CONFIG_BINFMT_MISC is not set 296# CONFIG_BINFMT_MISC is not set
249 297
250# 298#
299# Power management options (EXPERIMENTAL)
300#
301# CONFIG_PM is not set
302
303#
251# Networking 304# Networking
252# 305#
253CONFIG_NET=y 306CONFIG_NET=y
@@ -255,9 +308,13 @@ CONFIG_NET=y
255# 308#
256# Networking options 309# Networking options
257# 310#
311# CONFIG_NETDEBUG is not set
258CONFIG_PACKET=y 312CONFIG_PACKET=y
259# CONFIG_PACKET_MMAP is not set 313# CONFIG_PACKET_MMAP is not set
260CONFIG_UNIX=y 314CONFIG_UNIX=y
315CONFIG_XFRM=y
316# CONFIG_XFRM_USER is not set
317# CONFIG_XFRM_SUB_POLICY is not set
261# CONFIG_NET_KEY is not set 318# CONFIG_NET_KEY is not set
262CONFIG_INET=y 319CONFIG_INET=y
263# CONFIG_IP_MULTICAST is not set 320# CONFIG_IP_MULTICAST is not set
@@ -279,20 +336,32 @@ CONFIG_IP_PNP=y
279# CONFIG_INET_AH is not set 336# CONFIG_INET_AH is not set
280# CONFIG_INET_ESP is not set 337# CONFIG_INET_ESP is not set
281# CONFIG_INET_IPCOMP is not set 338# CONFIG_INET_IPCOMP is not set
339# CONFIG_INET_XFRM_TUNNEL is not set
282# CONFIG_INET_TUNNEL is not set 340# CONFIG_INET_TUNNEL is not set
341CONFIG_INET_XFRM_MODE_TRANSPORT=y
342CONFIG_INET_XFRM_MODE_TUNNEL=y
283CONFIG_INET_DIAG=y 343CONFIG_INET_DIAG=y
284CONFIG_INET_TCP_DIAG=y 344CONFIG_INET_TCP_DIAG=y
285# CONFIG_TCP_CONG_ADVANCED is not set 345# CONFIG_TCP_CONG_ADVANCED is not set
286CONFIG_TCP_CONG_BIC=y 346CONFIG_TCP_CONG_CUBIC=y
347CONFIG_DEFAULT_TCP_CONG="cubic"
287 348
288# 349#
289# IP: Virtual Server Configuration 350# IP: Virtual Server Configuration
290# 351#
291# CONFIG_IP_VS is not set 352# CONFIG_IP_VS is not set
292# CONFIG_IPV6 is not set 353# CONFIG_IPV6 is not set
354# CONFIG_INET6_XFRM_TUNNEL is not set
355# CONFIG_INET6_TUNNEL is not set
356# CONFIG_NETWORK_SECMARK is not set
293CONFIG_NETFILTER=y 357CONFIG_NETFILTER=y
294# CONFIG_NETFILTER_DEBUG is not set 358# CONFIG_NETFILTER_DEBUG is not set
359
360#
361# Core Netfilter Configuration
362#
295# CONFIG_NETFILTER_NETLINK is not set 363# CONFIG_NETFILTER_NETLINK is not set
364# CONFIG_NETFILTER_XTABLES is not set
296 365
297# 366#
298# IP: Netfilter Configuration 367# IP: Netfilter Configuration
@@ -308,66 +377,9 @@ CONFIG_IP_NF_IRC=m
308CONFIG_IP_NF_TFTP=m 377CONFIG_IP_NF_TFTP=m
309CONFIG_IP_NF_AMANDA=m 378CONFIG_IP_NF_AMANDA=m
310# CONFIG_IP_NF_PPTP is not set 379# CONFIG_IP_NF_PPTP is not set
380# CONFIG_IP_NF_H323 is not set
381# CONFIG_IP_NF_SIP is not set
311CONFIG_IP_NF_QUEUE=m 382CONFIG_IP_NF_QUEUE=m
312CONFIG_IP_NF_IPTABLES=m
313CONFIG_IP_NF_MATCH_LIMIT=m
314CONFIG_IP_NF_MATCH_IPRANGE=m
315CONFIG_IP_NF_MATCH_MAC=m
316CONFIG_IP_NF_MATCH_PKTTYPE=m
317CONFIG_IP_NF_MATCH_MARK=m
318CONFIG_IP_NF_MATCH_MULTIPORT=m
319CONFIG_IP_NF_MATCH_TOS=m
320CONFIG_IP_NF_MATCH_RECENT=m
321CONFIG_IP_NF_MATCH_ECN=m
322CONFIG_IP_NF_MATCH_DSCP=m
323CONFIG_IP_NF_MATCH_AH_ESP=m
324CONFIG_IP_NF_MATCH_LENGTH=m
325CONFIG_IP_NF_MATCH_TTL=m
326CONFIG_IP_NF_MATCH_TCPMSS=m
327CONFIG_IP_NF_MATCH_HELPER=m
328CONFIG_IP_NF_MATCH_STATE=m
329CONFIG_IP_NF_MATCH_CONNTRACK=m
330CONFIG_IP_NF_MATCH_OWNER=m
331CONFIG_IP_NF_MATCH_ADDRTYPE=m
332CONFIG_IP_NF_MATCH_REALM=m
333CONFIG_IP_NF_MATCH_SCTP=m
334# CONFIG_IP_NF_MATCH_DCCP is not set
335CONFIG_IP_NF_MATCH_COMMENT=m
336CONFIG_IP_NF_MATCH_CONNMARK=m
337# CONFIG_IP_NF_MATCH_CONNBYTES is not set
338CONFIG_IP_NF_MATCH_HASHLIMIT=m
339# CONFIG_IP_NF_MATCH_STRING is not set
340CONFIG_IP_NF_FILTER=m
341CONFIG_IP_NF_TARGET_REJECT=m
342CONFIG_IP_NF_TARGET_LOG=m
343CONFIG_IP_NF_TARGET_ULOG=m
344CONFIG_IP_NF_TARGET_TCPMSS=m
345# CONFIG_IP_NF_TARGET_NFQUEUE is not set
346CONFIG_IP_NF_NAT=m
347CONFIG_IP_NF_NAT_NEEDED=y
348CONFIG_IP_NF_TARGET_MASQUERADE=m
349CONFIG_IP_NF_TARGET_REDIRECT=m
350CONFIG_IP_NF_TARGET_NETMAP=m
351CONFIG_IP_NF_TARGET_SAME=m
352# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
353CONFIG_IP_NF_NAT_IRC=m
354CONFIG_IP_NF_NAT_FTP=m
355CONFIG_IP_NF_NAT_TFTP=m
356CONFIG_IP_NF_NAT_AMANDA=m
357CONFIG_IP_NF_MANGLE=m
358CONFIG_IP_NF_TARGET_TOS=m
359CONFIG_IP_NF_TARGET_ECN=m
360CONFIG_IP_NF_TARGET_DSCP=m
361CONFIG_IP_NF_TARGET_MARK=m
362CONFIG_IP_NF_TARGET_CLASSIFY=m
363# CONFIG_IP_NF_TARGET_TTL is not set
364CONFIG_IP_NF_TARGET_CONNMARK=m
365# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
366CONFIG_IP_NF_RAW=m
367CONFIG_IP_NF_TARGET_NOTRACK=m
368CONFIG_IP_NF_ARPTABLES=m
369CONFIG_IP_NF_ARPFILTER=m
370CONFIG_IP_NF_ARP_MANGLE=m
371 383
372# 384#
373# DCCP Configuration (EXPERIMENTAL) 385# DCCP Configuration (EXPERIMENTAL)
@@ -378,6 +390,11 @@ CONFIG_IP_NF_ARP_MANGLE=m
378# SCTP Configuration (EXPERIMENTAL) 390# SCTP Configuration (EXPERIMENTAL)
379# 391#
380# CONFIG_IP_SCTP is not set 392# CONFIG_IP_SCTP is not set
393
394#
395# TIPC Configuration (EXPERIMENTAL)
396#
397# CONFIG_TIPC is not set
381# CONFIG_ATM is not set 398# CONFIG_ATM is not set
382# CONFIG_BRIDGE is not set 399# CONFIG_BRIDGE is not set
383# CONFIG_VLAN_8021Q is not set 400# CONFIG_VLAN_8021Q is not set
@@ -389,11 +406,13 @@ CONFIG_ATALK=m
389# CONFIG_DEV_APPLETALK is not set 406# CONFIG_DEV_APPLETALK is not set
390# CONFIG_X25 is not set 407# CONFIG_X25 is not set
391# CONFIG_LAPB is not set 408# CONFIG_LAPB is not set
392# CONFIG_NET_DIVERT is not set
393# CONFIG_ECONET is not set 409# CONFIG_ECONET is not set
394# CONFIG_WAN_ROUTER is not set 410# CONFIG_WAN_ROUTER is not set
411
412#
413# QoS and/or fair queueing
414#
395# CONFIG_NET_SCHED is not set 415# CONFIG_NET_SCHED is not set
396CONFIG_NET_CLS_ROUTE=y
397 416
398# 417#
399# Network testing 418# Network testing
@@ -414,6 +433,7 @@ CONFIG_NET_CLS_ROUTE=y
414CONFIG_STANDALONE=y 433CONFIG_STANDALONE=y
415CONFIG_PREVENT_FIRMWARE_BUILD=y 434CONFIG_PREVENT_FIRMWARE_BUILD=y
416CONFIG_FW_LOADER=y 435CONFIG_FW_LOADER=y
436# CONFIG_SYS_HYPERVISOR is not set
417 437
418# 438#
419# Connector - unified userspace <-> kernelspace linker 439# Connector - unified userspace <-> kernelspace linker
@@ -451,17 +471,9 @@ CONFIG_BLK_DEV_LOOP=y
451CONFIG_BLK_DEV_RAM=y 471CONFIG_BLK_DEV_RAM=y
452CONFIG_BLK_DEV_RAM_COUNT=16 472CONFIG_BLK_DEV_RAM_COUNT=16
453CONFIG_BLK_DEV_RAM_SIZE=4096 473CONFIG_BLK_DEV_RAM_SIZE=4096
474CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
454# CONFIG_BLK_DEV_INITRD is not set 475# CONFIG_BLK_DEV_INITRD is not set
455# CONFIG_LBD is not set
456# CONFIG_CDROM_PKTCDVD is not set 476# CONFIG_CDROM_PKTCDVD is not set
457
458#
459# IO Schedulers
460#
461CONFIG_IOSCHED_NOOP=y
462CONFIG_IOSCHED_AS=y
463CONFIG_IOSCHED_DEADLINE=y
464CONFIG_IOSCHED_CFQ=y
465# CONFIG_ATA_OVER_ETH is not set 477# CONFIG_ATA_OVER_ETH is not set
466 478
467# 479#
@@ -518,7 +530,6 @@ CONFIG_BLK_DEV_AEC62XX=y
518# CONFIG_BLK_DEV_SLC90E66 is not set 530# CONFIG_BLK_DEV_SLC90E66 is not set
519# CONFIG_BLK_DEV_TRM290 is not set 531# CONFIG_BLK_DEV_TRM290 is not set
520# CONFIG_BLK_DEV_VIA82CXXX is not set 532# CONFIG_BLK_DEV_VIA82CXXX is not set
521CONFIG_IDE_SH=y
522# CONFIG_IDE_ARM is not set 533# CONFIG_IDE_ARM is not set
523# CONFIG_IDE_CHIPSETS is not set 534# CONFIG_IDE_CHIPSETS is not set
524CONFIG_BLK_DEV_IDEDMA=y 535CONFIG_BLK_DEV_IDEDMA=y
@@ -531,6 +542,7 @@ CONFIG_IDEDMA_AUTO=y
531# 542#
532# CONFIG_RAID_ATTRS is not set 543# CONFIG_RAID_ATTRS is not set
533CONFIG_SCSI=y 544CONFIG_SCSI=y
545# CONFIG_SCSI_NETLINK is not set
534CONFIG_SCSI_PROC_FS=y 546CONFIG_SCSI_PROC_FS=y
535 547
536# 548#
@@ -551,16 +563,18 @@ CONFIG_SCSI_MULTI_LUN=y
551# CONFIG_SCSI_LOGGING is not set 563# CONFIG_SCSI_LOGGING is not set
552 564
553# 565#
554# SCSI Transport Attributes 566# SCSI Transports
555# 567#
556# CONFIG_SCSI_SPI_ATTRS is not set 568# CONFIG_SCSI_SPI_ATTRS is not set
557# CONFIG_SCSI_FC_ATTRS is not set 569# CONFIG_SCSI_FC_ATTRS is not set
558# CONFIG_SCSI_ISCSI_ATTRS is not set 570# CONFIG_SCSI_ISCSI_ATTRS is not set
559# CONFIG_SCSI_SAS_ATTRS is not set 571# CONFIG_SCSI_SAS_ATTRS is not set
572# CONFIG_SCSI_SAS_LIBSAS is not set
560 573
561# 574#
562# SCSI low-level drivers 575# SCSI low-level drivers
563# 576#
577# CONFIG_ISCSI_TCP is not set
564# CONFIG_BLK_DEV_3W_XXXX_RAID is not set 578# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
565# CONFIG_SCSI_3W_9XXX is not set 579# CONFIG_SCSI_3W_9XXX is not set
566# CONFIG_SCSI_ACARD is not set 580# CONFIG_SCSI_ACARD is not set
@@ -569,12 +583,14 @@ CONFIG_SCSI_MULTI_LUN=y
569# CONFIG_SCSI_AIC7XXX is not set 583# CONFIG_SCSI_AIC7XXX is not set
570# CONFIG_SCSI_AIC7XXX_OLD is not set 584# CONFIG_SCSI_AIC7XXX_OLD is not set
571# CONFIG_SCSI_AIC79XX is not set 585# CONFIG_SCSI_AIC79XX is not set
586# CONFIG_SCSI_AIC94XX is not set
572# CONFIG_SCSI_DPT_I2O is not set 587# CONFIG_SCSI_DPT_I2O is not set
573# CONFIG_SCSI_IN2000 is not set 588# CONFIG_SCSI_IN2000 is not set
589# CONFIG_SCSI_ARCMSR is not set
574# CONFIG_MEGARAID_NEWGEN is not set 590# CONFIG_MEGARAID_NEWGEN is not set
575# CONFIG_MEGARAID_LEGACY is not set 591# CONFIG_MEGARAID_LEGACY is not set
576# CONFIG_MEGARAID_SAS is not set 592# CONFIG_MEGARAID_SAS is not set
577# CONFIG_SCSI_SATA is not set 593# CONFIG_SCSI_HPTIOP is not set
578# CONFIG_SCSI_DMX3191D is not set 594# CONFIG_SCSI_DMX3191D is not set
579# CONFIG_SCSI_DTC3280 is not set 595# CONFIG_SCSI_DTC3280 is not set
580# CONFIG_SCSI_FUTURE_DOMAIN is not set 596# CONFIG_SCSI_FUTURE_DOMAIN is not set
@@ -584,20 +600,14 @@ CONFIG_SCSI_MULTI_LUN=y
584# CONFIG_SCSI_INITIO is not set 600# CONFIG_SCSI_INITIO is not set
585# CONFIG_SCSI_INIA100 is not set 601# CONFIG_SCSI_INIA100 is not set
586# CONFIG_SCSI_NCR53C406A is not set 602# CONFIG_SCSI_NCR53C406A is not set
603# CONFIG_SCSI_STEX is not set
587# CONFIG_SCSI_SYM53C8XX_2 is not set 604# CONFIG_SCSI_SYM53C8XX_2 is not set
588# CONFIG_SCSI_IPR is not set 605# CONFIG_SCSI_IPR is not set
589# CONFIG_SCSI_PAS16 is not set 606# CONFIG_SCSI_PAS16 is not set
590# CONFIG_SCSI_PSI240I is not set 607# CONFIG_SCSI_PSI240I is not set
591# CONFIG_SCSI_QLOGIC_FAS is not set 608# CONFIG_SCSI_QLOGIC_FAS is not set
592# CONFIG_SCSI_QLOGIC_FC is not set
593# CONFIG_SCSI_QLOGIC_1280 is not set 609# CONFIG_SCSI_QLOGIC_1280 is not set
594CONFIG_SCSI_QLA2XXX=y 610# CONFIG_SCSI_QLA_FC is not set
595# CONFIG_SCSI_QLA21XX is not set
596# CONFIG_SCSI_QLA22XX is not set
597# CONFIG_SCSI_QLA2300 is not set
598# CONFIG_SCSI_QLA2322 is not set
599# CONFIG_SCSI_QLA6312 is not set
600# CONFIG_SCSI_QLA24XX is not set
601# CONFIG_SCSI_LPFC is not set 611# CONFIG_SCSI_LPFC is not set
602# CONFIG_SCSI_SYM53C416 is not set 612# CONFIG_SCSI_SYM53C416 is not set
603# CONFIG_SCSI_DC395x is not set 613# CONFIG_SCSI_DC395x is not set
@@ -616,6 +626,11 @@ CONFIG_SCSI_QLA2XXX=y
616# CONFIG_PCMCIA_SYM53C500 is not set 626# CONFIG_PCMCIA_SYM53C500 is not set
617 627
618# 628#
629# Serial ATA (prod) and Parallel ATA (experimental) drivers
630#
631# CONFIG_ATA is not set
632
633#
619# Old CD-ROM drivers (not SCSI, not IDE) 634# Old CD-ROM drivers (not SCSI, not IDE)
620# 635#
621# CONFIG_CD_NO_IDESCSI is not set 636# CONFIG_CD_NO_IDESCSI is not set
@@ -629,8 +644,7 @@ CONFIG_MD_LINEAR=m
629CONFIG_MD_RAID0=m 644CONFIG_MD_RAID0=m
630CONFIG_MD_RAID1=m 645CONFIG_MD_RAID1=m
631# CONFIG_MD_RAID10 is not set 646# CONFIG_MD_RAID10 is not set
632# CONFIG_MD_RAID5 is not set 647# CONFIG_MD_RAID456 is not set
633# CONFIG_MD_RAID6 is not set
634# CONFIG_MD_MULTIPATH is not set 648# CONFIG_MD_MULTIPATH is not set
635# CONFIG_MD_FAULTY is not set 649# CONFIG_MD_FAULTY is not set
636# CONFIG_BLK_DEV_DM is not set 650# CONFIG_BLK_DEV_DM is not set
@@ -694,7 +708,6 @@ CONFIG_MII=y
694# CONFIG_DEPCA is not set 708# CONFIG_DEPCA is not set
695# CONFIG_HP100 is not set 709# CONFIG_HP100 is not set
696# CONFIG_NET_ISA is not set 710# CONFIG_NET_ISA is not set
697# CONFIG_NE2000 is not set
698CONFIG_NET_PCI=y 711CONFIG_NET_PCI=y
699# CONFIG_PCNET32 is not set 712# CONFIG_PCNET32 is not set
700# CONFIG_AMD8111_ETH is not set 713# CONFIG_AMD8111_ETH is not set
@@ -730,10 +743,12 @@ CONFIG_8139CP=y
730# CONFIG_R8169 is not set 743# CONFIG_R8169 is not set
731# CONFIG_SIS190 is not set 744# CONFIG_SIS190 is not set
732# CONFIG_SKGE is not set 745# CONFIG_SKGE is not set
746# CONFIG_SKY2 is not set
733# CONFIG_SK98LIN is not set 747# CONFIG_SK98LIN is not set
734# CONFIG_VIA_VELOCITY is not set 748# CONFIG_VIA_VELOCITY is not set
735# CONFIG_TIGON3 is not set 749# CONFIG_TIGON3 is not set
736# CONFIG_BNX2 is not set 750# CONFIG_BNX2 is not set
751# CONFIG_QLA3XXX is not set
737 752
738# 753#
739# Ethernet (10000 Mbit) 754# Ethernet (10000 Mbit)
@@ -741,6 +756,7 @@ CONFIG_8139CP=y
741# CONFIG_CHELSIO_T1 is not set 756# CONFIG_CHELSIO_T1 is not set
742# CONFIG_IXGB is not set 757# CONFIG_IXGB is not set
743# CONFIG_S2IO is not set 758# CONFIG_S2IO is not set
759# CONFIG_MYRI10GE is not set
744 760
745# 761#
746# Token Ring devices 762# Token Ring devices
@@ -785,6 +801,7 @@ CONFIG_8139CP=y
785# Input device support 801# Input device support
786# 802#
787CONFIG_INPUT=y 803CONFIG_INPUT=y
804# CONFIG_INPUT_FF_MEMLESS is not set
788 805
789# 806#
790# Userland interfaces 807# Userland interfaces
@@ -819,6 +836,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
819CONFIG_VT=y 836CONFIG_VT=y
820CONFIG_VT_CONSOLE=y 837CONFIG_VT_CONSOLE=y
821CONFIG_HW_CONSOLE=y 838CONFIG_HW_CONSOLE=y
839# CONFIG_VT_HW_CONSOLE_BINDING is not set
822# CONFIG_SERIAL_NONSTANDARD is not set 840# CONFIG_SERIAL_NONSTANDARD is not set
823 841
824# 842#
@@ -830,6 +848,7 @@ CONFIG_HW_CONSOLE=y
830# Non-8250 serial port support 848# Non-8250 serial port support
831# 849#
832CONFIG_SERIAL_SH_SCI=y 850CONFIG_SERIAL_SH_SCI=y
851CONFIG_SERIAL_SH_SCI_NR_UARTS=2
833CONFIG_SERIAL_SH_SCI_CONSOLE=y 852CONFIG_SERIAL_SH_SCI_CONSOLE=y
834CONFIG_SERIAL_CORE=y 853CONFIG_SERIAL_CORE=y
835CONFIG_SERIAL_CORE_CONSOLE=y 854CONFIG_SERIAL_CORE_CONSOLE=y
@@ -847,8 +866,7 @@ CONFIG_LEGACY_PTY_COUNT=256
847# Watchdog Cards 866# Watchdog Cards
848# 867#
849# CONFIG_WATCHDOG is not set 868# CONFIG_WATCHDOG is not set
850# CONFIG_RTC is not set 869CONFIG_HW_RANDOM=y
851CONFIG_RS5C313_RTC=y
852# CONFIG_GEN_RTC is not set 870# CONFIG_GEN_RTC is not set
853# CONFIG_DTLK is not set 871# CONFIG_DTLK is not set
854# CONFIG_R3964 is not set 872# CONFIG_R3964 is not set
@@ -863,12 +881,15 @@ CONFIG_RS5C313_RTC=y
863# PCMCIA character devices 881# PCMCIA character devices
864# 882#
865# CONFIG_SYNCLINK_CS is not set 883# CONFIG_SYNCLINK_CS is not set
884# CONFIG_CARDMAN_4000 is not set
885# CONFIG_CARDMAN_4040 is not set
866# CONFIG_RAW_DRIVER is not set 886# CONFIG_RAW_DRIVER is not set
867 887
868# 888#
869# TPM devices 889# TPM devices
870# 890#
871# CONFIG_TCG_TPM is not set 891# CONFIG_TCG_TPM is not set
892# CONFIG_TELCLOCK is not set
872 893
873# 894#
874# I2C support 895# I2C support
@@ -876,15 +897,23 @@ CONFIG_RS5C313_RTC=y
876# CONFIG_I2C is not set 897# CONFIG_I2C is not set
877 898
878# 899#
900# SPI support
901#
902# CONFIG_SPI is not set
903# CONFIG_SPI_MASTER is not set
904
905#
879# Dallas's 1-wire bus 906# Dallas's 1-wire bus
880# 907#
881# CONFIG_W1 is not set
882 908
883# 909#
884# Hardware Monitoring support 910# Hardware Monitoring support
885# 911#
886CONFIG_HWMON=y 912CONFIG_HWMON=y
887# CONFIG_HWMON_VID is not set 913# CONFIG_HWMON_VID is not set
914# CONFIG_SENSORS_ABITUGURU is not set
915# CONFIG_SENSORS_F71805F is not set
916# CONFIG_SENSORS_VT1211 is not set
888# CONFIG_HWMON_DEBUG_CHIP is not set 917# CONFIG_HWMON_DEBUG_CHIP is not set
889 918
890# 919#
@@ -892,28 +921,44 @@ CONFIG_HWMON=y
892# 921#
893 922
894# 923#
895# Multimedia Capabilities Port drivers
896#
897
898#
899# Multimedia devices 924# Multimedia devices
900# 925#
901CONFIG_VIDEO_DEV=m 926CONFIG_VIDEO_DEV=m
927CONFIG_VIDEO_V4L1=y
928CONFIG_VIDEO_V4L1_COMPAT=y
929CONFIG_VIDEO_V4L2=y
902 930
903# 931#
904# Video For Linux 932# Video Capture Adapters
905# 933#
906 934
907# 935#
908# Video Adapters 936# Video Capture Adapters
909# 937#
938# CONFIG_VIDEO_ADV_DEBUG is not set
939CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
940# CONFIG_VIDEO_VIVI is not set
910# CONFIG_VIDEO_PMS is not set 941# CONFIG_VIDEO_PMS is not set
911# CONFIG_VIDEO_CPIA is not set 942# CONFIG_VIDEO_CPIA is not set
943# CONFIG_VIDEO_CPIA2 is not set
912# CONFIG_VIDEO_STRADIS is not set 944# CONFIG_VIDEO_STRADIS is not set
913# CONFIG_VIDEO_MXB is not set 945
914# CONFIG_VIDEO_DPC is not set 946#
915# CONFIG_VIDEO_HEXIUM_ORION is not set 947# V4L USB devices
916# CONFIG_VIDEO_HEXIUM_GEMINI is not set 948#
949CONFIG_VIDEO_USBVIDEO=m
950CONFIG_USB_VICAM=m
951CONFIG_USB_IBMCAM=m
952CONFIG_USB_KONICAWC=m
953# CONFIG_USB_QUICKCAM_MESSENGER is not set
954# CONFIG_USB_ET61X251 is not set
955CONFIG_USB_OV511=m
956CONFIG_USB_SE401=m
957CONFIG_USB_SN9C102=m
958CONFIG_USB_STV680=m
959# CONFIG_USB_ZC0301 is not set
960CONFIG_USB_PWC=m
961# CONFIG_USB_PWC_DEBUG is not set
917 962
918# 963#
919# Radio Adapters 964# Radio Adapters
@@ -932,15 +977,18 @@ CONFIG_VIDEO_DEV=m
932# CONFIG_RADIO_TRUST is not set 977# CONFIG_RADIO_TRUST is not set
933# CONFIG_RADIO_TYPHOON is not set 978# CONFIG_RADIO_TYPHOON is not set
934# CONFIG_RADIO_ZOLTRIX is not set 979# CONFIG_RADIO_ZOLTRIX is not set
980CONFIG_USB_DSBR=m
935 981
936# 982#
937# Digital Video Broadcasting Devices 983# Digital Video Broadcasting Devices
938# 984#
939# CONFIG_DVB is not set 985# CONFIG_DVB is not set
986CONFIG_USB_DABUSB=m
940 987
941# 988#
942# Graphics support 989# Graphics support
943# 990#
991CONFIG_FIRMWARE_EDID=y
944# CONFIG_FB is not set 992# CONFIG_FB is not set
945 993
946# 994#
@@ -949,6 +997,7 @@ CONFIG_VIDEO_DEV=m
949# CONFIG_MDA_CONSOLE is not set 997# CONFIG_MDA_CONSOLE is not set
950CONFIG_DUMMY_CONSOLE=y 998CONFIG_DUMMY_CONSOLE=y
951CONFIG_FONT_8x16=y 999CONFIG_FONT_8x16=y
1000# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
952 1001
953# 1002#
954# Sound 1003# Sound
@@ -964,32 +1013,21 @@ CONFIG_SOUND=m
964# Open Sound System 1013# Open Sound System
965# 1014#
966CONFIG_SOUND_PRIME=m 1015CONFIG_SOUND_PRIME=m
1016# CONFIG_OSS_OBSOLETE_DRIVER is not set
967# CONFIG_SOUND_BT878 is not set 1017# CONFIG_SOUND_BT878 is not set
968# CONFIG_SOUND_CMPCI is not set
969# CONFIG_SOUND_EMU10K1 is not set
970# CONFIG_SOUND_FUSION is not set
971# CONFIG_SOUND_CS4281 is not set
972# CONFIG_SOUND_ES1370 is not set
973# CONFIG_SOUND_ES1371 is not set 1018# CONFIG_SOUND_ES1371 is not set
974# CONFIG_SOUND_ESSSOLO1 is not set
975# CONFIG_SOUND_MAESTRO is not set
976# CONFIG_SOUND_MAESTRO3 is not set
977# CONFIG_SOUND_ICH is not set 1019# CONFIG_SOUND_ICH is not set
978# CONFIG_SOUND_SONICVIBES is not set
979# CONFIG_SOUND_TRIDENT is not set 1020# CONFIG_SOUND_TRIDENT is not set
980# CONFIG_SOUND_MSNDCLAS is not set 1021# CONFIG_SOUND_MSNDCLAS is not set
981# CONFIG_SOUND_MSNDPIN is not set 1022# CONFIG_SOUND_MSNDPIN is not set
982# CONFIG_SOUND_VIA82CXXX is not set 1023# CONFIG_SOUND_VIA82CXXX is not set
983# CONFIG_SOUND_ALI5455 is not set
984# CONFIG_SOUND_FORTE is not set
985# CONFIG_SOUND_RME96XX is not set
986# CONFIG_SOUND_AD1980 is not set
987 1024
988# 1025#
989# USB support 1026# USB support
990# 1027#
991CONFIG_USB_ARCH_HAS_HCD=y 1028CONFIG_USB_ARCH_HAS_HCD=y
992CONFIG_USB_ARCH_HAS_OHCI=y 1029CONFIG_USB_ARCH_HAS_OHCI=y
1030CONFIG_USB_ARCH_HAS_EHCI=y
993CONFIG_USB=y 1031CONFIG_USB=y
994# CONFIG_USB_DEBUG is not set 1032# CONFIG_USB_DEBUG is not set
995 1033
@@ -1007,6 +1045,7 @@ CONFIG_USB_DEVICEFS=y
1007CONFIG_USB_EHCI_HCD=y 1045CONFIG_USB_EHCI_HCD=y
1008# CONFIG_USB_EHCI_SPLIT_ISO is not set 1046# CONFIG_USB_EHCI_SPLIT_ISO is not set
1009# CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1047# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1048# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1010# CONFIG_USB_ISP116X_HCD is not set 1049# CONFIG_USB_ISP116X_HCD is not set
1011CONFIG_USB_OHCI_HCD=y 1050CONFIG_USB_OHCI_HCD=y
1012# CONFIG_USB_OHCI_BIG_ENDIAN is not set 1051# CONFIG_USB_OHCI_BIG_ENDIAN is not set
@@ -1017,15 +1056,15 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1017# 1056#
1018# USB Device Class drivers 1057# USB Device Class drivers
1019# 1058#
1020CONFIG_OBSOLETE_OSS_USB_DRIVER=y
1021CONFIG_USB_AUDIO=m
1022# CONFIG_USB_BLUETOOTH_TTY is not set
1023CONFIG_USB_MIDI=m
1024# CONFIG_USB_ACM is not set 1059# CONFIG_USB_ACM is not set
1025CONFIG_USB_PRINTER=m 1060CONFIG_USB_PRINTER=m
1026 1061
1027# 1062#
1028# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 1063# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1064#
1065
1066#
1067# may also be needed; see USB_STORAGE Help for more information
1029# 1068#
1030CONFIG_USB_STORAGE=m 1069CONFIG_USB_STORAGE=m
1031# CONFIG_USB_STORAGE_DEBUG is not set 1070# CONFIG_USB_STORAGE_DEBUG is not set
@@ -1037,12 +1076,16 @@ CONFIG_USB_STORAGE_DPCM=y
1037CONFIG_USB_STORAGE_SDDR09=y 1076CONFIG_USB_STORAGE_SDDR09=y
1038CONFIG_USB_STORAGE_SDDR55=y 1077CONFIG_USB_STORAGE_SDDR55=y
1039CONFIG_USB_STORAGE_JUMPSHOT=y 1078CONFIG_USB_STORAGE_JUMPSHOT=y
1079# CONFIG_USB_STORAGE_ALAUDA is not set
1080# CONFIG_USB_STORAGE_KARMA is not set
1081# CONFIG_USB_LIBUSUAL is not set
1040 1082
1041# 1083#
1042# USB Input Devices 1084# USB Input Devices
1043# 1085#
1044CONFIG_USB_HID=m 1086CONFIG_USB_HID=m
1045CONFIG_USB_HIDINPUT=y 1087CONFIG_USB_HIDINPUT=y
1088# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1046# CONFIG_HID_FF is not set 1089# CONFIG_HID_FF is not set
1047# CONFIG_USB_HIDDEV is not set 1090# CONFIG_USB_HIDDEV is not set
1048 1091
@@ -1056,14 +1099,14 @@ CONFIG_USB_HIDINPUT=y
1056# CONFIG_USB_ACECAD is not set 1099# CONFIG_USB_ACECAD is not set
1057# CONFIG_USB_KBTAB is not set 1100# CONFIG_USB_KBTAB is not set
1058# CONFIG_USB_POWERMATE is not set 1101# CONFIG_USB_POWERMATE is not set
1059# CONFIG_USB_MTOUCH is not set 1102# CONFIG_USB_TOUCHSCREEN is not set
1060# CONFIG_USB_ITMTOUCH is not set
1061# CONFIG_USB_EGALAX is not set
1062# CONFIG_USB_YEALINK is not set 1103# CONFIG_USB_YEALINK is not set
1063# CONFIG_USB_XPAD is not set 1104# CONFIG_USB_XPAD is not set
1064# CONFIG_USB_ATI_REMOTE is not set 1105# CONFIG_USB_ATI_REMOTE is not set
1106# CONFIG_USB_ATI_REMOTE2 is not set
1065# CONFIG_USB_KEYSPAN_REMOTE is not set 1107# CONFIG_USB_KEYSPAN_REMOTE is not set
1066# CONFIG_USB_APPLETOUCH is not set 1108# CONFIG_USB_APPLETOUCH is not set
1109# CONFIG_USB_TRANCEVIBRATOR is not set
1067 1110
1068# 1111#
1069# USB Imaging devices 1112# USB Imaging devices
@@ -1072,20 +1115,6 @@ CONFIG_USB_HIDINPUT=y
1072# CONFIG_USB_MICROTEK is not set 1115# CONFIG_USB_MICROTEK is not set
1073 1116
1074# 1117#
1075# USB Multimedia devices
1076#
1077CONFIG_USB_DABUSB=m
1078CONFIG_USB_VICAM=m
1079CONFIG_USB_DSBR=m
1080CONFIG_USB_IBMCAM=m
1081CONFIG_USB_KONICAWC=m
1082CONFIG_USB_OV511=m
1083CONFIG_USB_SE401=m
1084CONFIG_USB_SN9C102=m
1085CONFIG_USB_STV680=m
1086CONFIG_USB_PWC=m
1087
1088#
1089# USB Network Adapters 1118# USB Network Adapters
1090# 1119#
1091# CONFIG_USB_CATC is not set 1120# CONFIG_USB_CATC is not set
@@ -1104,7 +1133,9 @@ CONFIG_USB_MON=y
1104# 1133#
1105CONFIG_USB_SERIAL=m 1134CONFIG_USB_SERIAL=m
1106# CONFIG_USB_SERIAL_GENERIC is not set 1135# CONFIG_USB_SERIAL_GENERIC is not set
1136# CONFIG_USB_SERIAL_AIRCABLE is not set
1107# CONFIG_USB_SERIAL_AIRPRIME is not set 1137# CONFIG_USB_SERIAL_AIRPRIME is not set
1138# CONFIG_USB_SERIAL_ARK3116 is not set
1108# CONFIG_USB_SERIAL_BELKIN is not set 1139# CONFIG_USB_SERIAL_BELKIN is not set
1109# CONFIG_USB_SERIAL_WHITEHEAT is not set 1140# CONFIG_USB_SERIAL_WHITEHEAT is not set
1110# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set 1141# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
@@ -1112,6 +1143,7 @@ CONFIG_USB_SERIAL=m
1112# CONFIG_USB_SERIAL_CYPRESS_M8 is not set 1143# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
1113# CONFIG_USB_SERIAL_EMPEG is not set 1144# CONFIG_USB_SERIAL_EMPEG is not set
1114CONFIG_USB_SERIAL_FTDI_SIO=m 1145CONFIG_USB_SERIAL_FTDI_SIO=m
1146# CONFIG_USB_SERIAL_FUNSOFT is not set
1115# CONFIG_USB_SERIAL_VISOR is not set 1147# CONFIG_USB_SERIAL_VISOR is not set
1116# CONFIG_USB_SERIAL_IPAQ is not set 1148# CONFIG_USB_SERIAL_IPAQ is not set
1117# CONFIG_USB_SERIAL_IR is not set 1149# CONFIG_USB_SERIAL_IR is not set
@@ -1124,9 +1156,12 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
1124# CONFIG_USB_SERIAL_KLSI is not set 1156# CONFIG_USB_SERIAL_KLSI is not set
1125# CONFIG_USB_SERIAL_KOBIL_SCT is not set 1157# CONFIG_USB_SERIAL_KOBIL_SCT is not set
1126# CONFIG_USB_SERIAL_MCT_U232 is not set 1158# CONFIG_USB_SERIAL_MCT_U232 is not set
1159# CONFIG_USB_SERIAL_MOS7840 is not set
1160# CONFIG_USB_SERIAL_NAVMAN is not set
1127CONFIG_USB_SERIAL_PL2303=m 1161CONFIG_USB_SERIAL_PL2303=m
1128# CONFIG_USB_SERIAL_HP4X is not set 1162# CONFIG_USB_SERIAL_HP4X is not set
1129# CONFIG_USB_SERIAL_SAFE is not set 1163# CONFIG_USB_SERIAL_SAFE is not set
1164# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
1130# CONFIG_USB_SERIAL_TI is not set 1165# CONFIG_USB_SERIAL_TI is not set
1131# CONFIG_USB_SERIAL_CYBERJACK is not set 1166# CONFIG_USB_SERIAL_CYBERJACK is not set
1132# CONFIG_USB_SERIAL_XIRCOM is not set 1167# CONFIG_USB_SERIAL_XIRCOM is not set
@@ -1138,15 +1173,18 @@ CONFIG_USB_SERIAL_PL2303=m
1138# 1173#
1139CONFIG_USB_EMI62=m 1174CONFIG_USB_EMI62=m
1140CONFIG_USB_EMI26=m 1175CONFIG_USB_EMI26=m
1176# CONFIG_USB_ADUTUX is not set
1141# CONFIG_USB_AUERSWALD is not set 1177# CONFIG_USB_AUERSWALD is not set
1142# CONFIG_USB_RIO500 is not set 1178# CONFIG_USB_RIO500 is not set
1143# CONFIG_USB_LEGOTOWER is not set 1179# CONFIG_USB_LEGOTOWER is not set
1144# CONFIG_USB_LCD is not set 1180# CONFIG_USB_LCD is not set
1145# CONFIG_USB_LED is not set 1181# CONFIG_USB_LED is not set
1182# CONFIG_USB_CYPRESS_CY7C63 is not set
1146# CONFIG_USB_CYTHERM is not set 1183# CONFIG_USB_CYTHERM is not set
1147# CONFIG_USB_PHIDGETKIT is not set 1184# CONFIG_USB_PHIDGET is not set
1148# CONFIG_USB_PHIDGETSERVO is not set
1149# CONFIG_USB_IDMOUSE is not set 1185# CONFIG_USB_IDMOUSE is not set
1186# CONFIG_USB_FTDI_ELAN is not set
1187# CONFIG_USB_APPLEDISPLAY is not set
1150CONFIG_USB_SISUSBVGA=m 1188CONFIG_USB_SISUSBVGA=m
1151CONFIG_USB_SISUSBVGA_CON=y 1189CONFIG_USB_SISUSBVGA_CON=y
1152# CONFIG_USB_LD is not set 1190# CONFIG_USB_LD is not set
@@ -1167,12 +1205,43 @@ CONFIG_USB_SISUSBVGA_CON=y
1167# CONFIG_MMC is not set 1205# CONFIG_MMC is not set
1168 1206
1169# 1207#
1208# LED devices
1209#
1210# CONFIG_NEW_LEDS is not set
1211
1212#
1213# LED drivers
1214#
1215
1216#
1217# LED Triggers
1218#
1219
1220#
1170# InfiniBand support 1221# InfiniBand support
1171# 1222#
1172# CONFIG_INFINIBAND is not set 1223# CONFIG_INFINIBAND is not set
1173 1224
1174# 1225#
1175# SN Devices 1226# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
1227#
1228
1229#
1230# Real Time Clock
1231#
1232# CONFIG_RTC_CLASS is not set
1233
1234#
1235# DMA Engine support
1236#
1237# CONFIG_DMA_ENGINE is not set
1238
1239#
1240# DMA Clients
1241#
1242
1243#
1244# DMA Devices
1176# 1245#
1177 1246
1178# 1247#
@@ -1195,9 +1264,11 @@ CONFIG_REISERFS_FS=y
1195# CONFIG_JFS_FS is not set 1264# CONFIG_JFS_FS is not set
1196# CONFIG_FS_POSIX_ACL is not set 1265# CONFIG_FS_POSIX_ACL is not set
1197# CONFIG_XFS_FS is not set 1266# CONFIG_XFS_FS is not set
1267# CONFIG_OCFS2_FS is not set
1198# CONFIG_MINIX_FS is not set 1268# CONFIG_MINIX_FS is not set
1199CONFIG_ROMFS_FS=y 1269CONFIG_ROMFS_FS=y
1200CONFIG_INOTIFY=y 1270CONFIG_INOTIFY=y
1271CONFIG_INOTIFY_USER=y
1201# CONFIG_QUOTA is not set 1272# CONFIG_QUOTA is not set
1202CONFIG_DNOTIFY=y 1273CONFIG_DNOTIFY=y
1203# CONFIG_AUTOFS_FS is not set 1274# CONFIG_AUTOFS_FS is not set
@@ -1229,12 +1300,14 @@ CONFIG_NTFS_RW=y
1229# 1300#
1230CONFIG_PROC_FS=y 1301CONFIG_PROC_FS=y
1231# CONFIG_PROC_KCORE is not set 1302# CONFIG_PROC_KCORE is not set
1303CONFIG_PROC_SYSCTL=y
1232CONFIG_SYSFS=y 1304CONFIG_SYSFS=y
1233CONFIG_TMPFS=y 1305CONFIG_TMPFS=y
1306# CONFIG_TMPFS_POSIX_ACL is not set
1234# CONFIG_HUGETLBFS is not set 1307# CONFIG_HUGETLBFS is not set
1235# CONFIG_HUGETLB_PAGE is not set 1308# CONFIG_HUGETLB_PAGE is not set
1236CONFIG_RAMFS=y 1309CONFIG_RAMFS=y
1237# CONFIG_RELAYFS_FS is not set 1310# CONFIG_CONFIGFS_FS is not set
1238 1311
1239# 1312#
1240# Miscellaneous filesystems 1313# Miscellaneous filesystems
@@ -1252,7 +1325,8 @@ CONFIG_RAMFS=y
1252# CONFIG_QNX4FS_FS is not set 1325# CONFIG_QNX4FS_FS is not set
1253# CONFIG_SYSV_FS is not set 1326# CONFIG_SYSV_FS is not set
1254CONFIG_UFS_FS=m 1327CONFIG_UFS_FS=m
1255CONFIG_UFS_FS_WRITE=y 1328# CONFIG_UFS_FS_WRITE is not set
1329# CONFIG_UFS_DEBUG is not set
1256 1330
1257# 1331#
1258# Network File Systems 1332# Network File Systems
@@ -1341,9 +1415,13 @@ CONFIG_NLS_CODEPAGE_932=y
1341# Kernel hacking 1415# Kernel hacking
1342# 1416#
1343# CONFIG_PRINTK_TIME is not set 1417# CONFIG_PRINTK_TIME is not set
1418CONFIG_ENABLE_MUST_CHECK=y
1419# CONFIG_MAGIC_SYSRQ is not set
1420# CONFIG_UNUSED_SYMBOLS is not set
1344# CONFIG_DEBUG_KERNEL is not set 1421# CONFIG_DEBUG_KERNEL is not set
1345CONFIG_LOG_BUF_SHIFT=14 1422CONFIG_LOG_BUF_SHIFT=14
1346# CONFIG_FRAME_POINTER is not set 1423# CONFIG_DEBUG_BUGVERBOSE is not set
1424# CONFIG_DEBUG_FS is not set
1347CONFIG_SH_STANDARD_BIOS=y 1425CONFIG_SH_STANDARD_BIOS=y
1348# CONFIG_EARLY_SCIF_CONSOLE is not set 1426# CONFIG_EARLY_SCIF_CONSOLE is not set
1349# CONFIG_EARLY_PRINTK is not set 1427# CONFIG_EARLY_PRINTK is not set
@@ -1361,13 +1439,12 @@ CONFIG_SH_STANDARD_BIOS=y
1361# CONFIG_CRYPTO is not set 1439# CONFIG_CRYPTO is not set
1362 1440
1363# 1441#
1364# Hardware crypto devices
1365#
1366
1367#
1368# Library routines 1442# Library routines
1369# 1443#
1370# CONFIG_CRC_CCITT is not set 1444# CONFIG_CRC_CCITT is not set
1371# CONFIG_CRC16 is not set 1445# CONFIG_CRC16 is not set
1372CONFIG_CRC32=y 1446CONFIG_CRC32=y
1373# CONFIG_LIBCRC32C is not set 1447# CONFIG_LIBCRC32C is not set
1448CONFIG_TEXTSEARCH=y
1449CONFIG_TEXTSEARCH_KMP=m
1450CONFIG_PLIST=y
diff --git a/arch/sh/configs/microdev_defconfig b/arch/sh/configs/microdev_defconfig
index ab3db76d1e51..e89d951c3c16 100644
--- a/arch/sh/configs/microdev_defconfig
+++ b/arch/sh/configs/microdev_defconfig
@@ -1,19 +1,21 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.16-rc1 3# Linux kernel version: 2.6.18
4# Fri Jan 27 19:43:20 2006 4# Tue Oct 3 11:27:01 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
8CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
9CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
10CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
11 14
12# 15#
13# Code maturity level options 16# Code maturity level options
14# 17#
15CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
16CONFIG_CLEAN_COMPILE=y
17CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
18CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
19CONFIG_INIT_ENV_ARG_LIMIT=32 21CONFIG_INIT_ENV_ARG_LIMIT=32
@@ -28,13 +30,17 @@ CONFIG_SWAP=y
28# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
29CONFIG_BSD_PROCESS_ACCT=y 31CONFIG_BSD_PROCESS_ACCT=y
30# CONFIG_BSD_PROCESS_ACCT_V3 is not set 32# CONFIG_BSD_PROCESS_ACCT_V3 is not set
31CONFIG_SYSCTL=y 33# CONFIG_TASKSTATS is not set
34# CONFIG_UTS_NS is not set
32# CONFIG_AUDIT is not set 35# CONFIG_AUDIT is not set
33# CONFIG_IKCONFIG is not set 36# CONFIG_IKCONFIG is not set
37# CONFIG_RELAY is not set
34CONFIG_INITRAMFS_SOURCE="" 38CONFIG_INITRAMFS_SOURCE=""
35CONFIG_UID16=y
36# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SYSCTL=y
37CONFIG_EMBEDDED=y 41CONFIG_EMBEDDED=y
42CONFIG_UID16=y
43# CONFIG_SYSCTL_SYSCALL is not set
38CONFIG_KALLSYMS=y 44CONFIG_KALLSYMS=y
39# CONFIG_KALLSYMS_EXTRA_PASS is not set 45# CONFIG_KALLSYMS_EXTRA_PASS is not set
40CONFIG_HOTPLUG=y 46CONFIG_HOTPLUG=y
@@ -45,11 +51,9 @@ CONFIG_BASE_FULL=y
45CONFIG_FUTEX=y 51CONFIG_FUTEX=y
46CONFIG_EPOLL=y 52CONFIG_EPOLL=y
47CONFIG_SHMEM=y 53CONFIG_SHMEM=y
48CONFIG_CC_ALIGN_FUNCTIONS=0
49CONFIG_CC_ALIGN_LABELS=0
50CONFIG_CC_ALIGN_LOOPS=0
51CONFIG_CC_ALIGN_JUMPS=0
52CONFIG_SLAB=y 54CONFIG_SLAB=y
55CONFIG_VM_EVENT_COUNTERS=y
56CONFIG_RT_MUTEXES=y
53# CONFIG_TINY_SHMEM is not set 57# CONFIG_TINY_SHMEM is not set
54CONFIG_BASE_SMALL=0 58CONFIG_BASE_SMALL=0
55# CONFIG_SLOB is not set 59# CONFIG_SLOB is not set
@@ -62,7 +66,10 @@ CONFIG_BASE_SMALL=0
62# 66#
63# Block layer 67# Block layer
64# 68#
69CONFIG_BLOCK=y
65# CONFIG_LBD is not set 70# CONFIG_LBD is not set
71# CONFIG_BLK_DEV_IO_TRACE is not set
72# CONFIG_LSF is not set
66 73
67# 74#
68# IO Schedulers 75# IO Schedulers
@@ -83,30 +90,26 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
83# CONFIG_SH_SOLUTION_ENGINE is not set 90# CONFIG_SH_SOLUTION_ENGINE is not set
84# CONFIG_SH_7751_SOLUTION_ENGINE is not set 91# CONFIG_SH_7751_SOLUTION_ENGINE is not set
85# CONFIG_SH_7300_SOLUTION_ENGINE is not set 92# CONFIG_SH_7300_SOLUTION_ENGINE is not set
93# CONFIG_SH_7343_SOLUTION_ENGINE is not set
86# CONFIG_SH_73180_SOLUTION_ENGINE is not set 94# CONFIG_SH_73180_SOLUTION_ENGINE is not set
87# CONFIG_SH_7751_SYSTEMH is not set 95# CONFIG_SH_7751_SYSTEMH is not set
88# CONFIG_SH_STB1_HARP is not set
89# CONFIG_SH_STB1_OVERDRIVE is not set
90# CONFIG_SH_HP6XX is not set 96# CONFIG_SH_HP6XX is not set
91# CONFIG_SH_CQREEK is not set
92# CONFIG_SH_DMIDA is not set
93# CONFIG_SH_EC3104 is not set 97# CONFIG_SH_EC3104 is not set
94# CONFIG_SH_SATURN is not set 98# CONFIG_SH_SATURN is not set
95# CONFIG_SH_DREAMCAST is not set 99# CONFIG_SH_DREAMCAST is not set
96# CONFIG_SH_CAT68701 is not set
97# CONFIG_SH_BIGSUR is not set 100# CONFIG_SH_BIGSUR is not set
98# CONFIG_SH_SH2000 is not set
99# CONFIG_SH_ADX is not set
100# CONFIG_SH_MPC1211 is not set 101# CONFIG_SH_MPC1211 is not set
101# CONFIG_SH_SH03 is not set 102# CONFIG_SH_SH03 is not set
102# CONFIG_SH_SECUREEDGE5410 is not set 103# CONFIG_SH_SECUREEDGE5410 is not set
103# CONFIG_SH_HS7751RVOIP is not set 104# CONFIG_SH_HS7751RVOIP is not set
105# CONFIG_SH_7710VOIPGW is not set
104# CONFIG_SH_RTS7751R2D is not set 106# CONFIG_SH_RTS7751R2D is not set
105# CONFIG_SH_R7780RP is not set 107# CONFIG_SH_R7780RP is not set
106# CONFIG_SH_EDOSK7705 is not set 108# CONFIG_SH_EDOSK7705 is not set
107CONFIG_SH_SH4202_MICRODEV=y 109CONFIG_SH_SH4202_MICRODEV=y
108# CONFIG_SH_LANDISK is not set 110# CONFIG_SH_LANDISK is not set
109# CONFIG_SH_TITAN is not set 111# CONFIG_SH_TITAN is not set
112# CONFIG_SH_SHMIN is not set
110# CONFIG_SH_UNKNOWN is not set 113# CONFIG_SH_UNKNOWN is not set
111 114
112# 115#
@@ -124,9 +127,11 @@ CONFIG_CPU_SH4=y
124# 127#
125# CONFIG_CPU_SUBTYPE_SH7300 is not set 128# CONFIG_CPU_SUBTYPE_SH7300 is not set
126# CONFIG_CPU_SUBTYPE_SH7705 is not set 129# CONFIG_CPU_SUBTYPE_SH7705 is not set
130# CONFIG_CPU_SUBTYPE_SH7706 is not set
127# CONFIG_CPU_SUBTYPE_SH7707 is not set 131# CONFIG_CPU_SUBTYPE_SH7707 is not set
128# CONFIG_CPU_SUBTYPE_SH7708 is not set 132# CONFIG_CPU_SUBTYPE_SH7708 is not set
129# CONFIG_CPU_SUBTYPE_SH7709 is not set 133# CONFIG_CPU_SUBTYPE_SH7709 is not set
134# CONFIG_CPU_SUBTYPE_SH7710 is not set
130 135
131# 136#
132# SH-4 Processor Support 137# SH-4 Processor Support
@@ -149,14 +154,25 @@ CONFIG_CPU_SUBTYPE_SH4_202=y
149# 154#
150# SH-4A Processor Support 155# SH-4A Processor Support
151# 156#
152# CONFIG_CPU_SUBTYPE_SH73180 is not set
153# CONFIG_CPU_SUBTYPE_SH7770 is not set 157# CONFIG_CPU_SUBTYPE_SH7770 is not set
154# CONFIG_CPU_SUBTYPE_SH7780 is not set 158# CONFIG_CPU_SUBTYPE_SH7780 is not set
155 159
156# 160#
161# SH4AL-DSP Processor Support
162#
163# CONFIG_CPU_SUBTYPE_SH73180 is not set
164# CONFIG_CPU_SUBTYPE_SH7343 is not set
165
166#
157# Memory management options 167# Memory management options
158# 168#
159CONFIG_MMU=y 169CONFIG_MMU=y
170CONFIG_PAGE_OFFSET=0x80000000
171CONFIG_MEMORY_START=0x08000000
172CONFIG_MEMORY_SIZE=0x04000000
173CONFIG_VSYSCALL=y
174CONFIG_HUGETLB_PAGE_SIZE_64K=y
175# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
160CONFIG_SELECT_MEMORY_MODEL=y 176CONFIG_SELECT_MEMORY_MODEL=y
161CONFIG_FLATMEM_MANUAL=y 177CONFIG_FLATMEM_MANUAL=y
162# CONFIG_DISCONTIGMEM_MANUAL is not set 178# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -165,22 +181,21 @@ CONFIG_FLATMEM=y
165CONFIG_FLAT_NODE_MEM_MAP=y 181CONFIG_FLAT_NODE_MEM_MAP=y
166# CONFIG_SPARSEMEM_STATIC is not set 182# CONFIG_SPARSEMEM_STATIC is not set
167CONFIG_SPLIT_PTLOCK_CPUS=4 183CONFIG_SPLIT_PTLOCK_CPUS=4
184# CONFIG_RESOURCES_64BIT is not set
168 185
169# 186#
170# Cache configuration 187# Cache configuration
171# 188#
172# CONFIG_SH_DIRECT_MAPPED is not set 189# CONFIG_SH_DIRECT_MAPPED is not set
173# CONFIG_SH_WRITETHROUGH is not set 190CONFIG_SH_WRITETHROUGH=y
174# CONFIG_SH_OCRAM is not set 191# CONFIG_SH_OCRAM is not set
175CONFIG_MEMORY_START=0x08000000
176CONFIG_MEMORY_SIZE=0x04000000
177 192
178# 193#
179# Processor features 194# Processor features
180# 195#
181CONFIG_CPU_LITTLE_ENDIAN=y 196CONFIG_CPU_LITTLE_ENDIAN=y
182CONFIG_SH_RTC=y
183CONFIG_SH_FPU=y 197CONFIG_SH_FPU=y
198# CONFIG_SH_DSP is not set
184# CONFIG_SH_STORE_QUEUES is not set 199# CONFIG_SH_STORE_QUEUES is not set
185CONFIG_CPU_HAS_INTEVT=y 200CONFIG_CPU_HAS_INTEVT=y
186CONFIG_CPU_HAS_SR_RB=y 201CONFIG_CPU_HAS_SR_RB=y
@@ -212,9 +227,16 @@ CONFIG_HEARTBEAT=y
212# 227#
213# Kernel features 228# Kernel features
214# 229#
230# CONFIG_HZ_100 is not set
231CONFIG_HZ_250=y
232# CONFIG_HZ_1000 is not set
233CONFIG_HZ=250
215# CONFIG_KEXEC is not set 234# CONFIG_KEXEC is not set
216CONFIG_PREEMPT=y
217# CONFIG_SMP is not set 235# CONFIG_SMP is not set
236# CONFIG_PREEMPT_NONE is not set
237# CONFIG_PREEMPT_VOLUNTARY is not set
238CONFIG_PREEMPT=y
239CONFIG_PREEMPT_BKL=y
218 240
219# 241#
220# Boot options 242# Boot options
@@ -223,12 +245,12 @@ CONFIG_ZERO_PAGE_OFFSET=0x00001000
223CONFIG_BOOT_LINK_OFFSET=0x00800000 245CONFIG_BOOT_LINK_OFFSET=0x00800000
224# CONFIG_UBC_WAKEUP is not set 246# CONFIG_UBC_WAKEUP is not set
225CONFIG_CMDLINE_BOOL=y 247CONFIG_CMDLINE_BOOL=y
226CONFIG_CMDLINE="console=ttySC0,115200" 248CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/hda1"
227 249
228# 250#
229# Bus options 251# Bus options
230# 252#
231# CONFIG_SUPERHYWAY is not set 253CONFIG_SUPERHYWAY=y
232# CONFIG_PCI is not set 254# CONFIG_PCI is not set
233 255
234# 256#
@@ -248,6 +270,11 @@ CONFIG_BINFMT_ELF=y
248# CONFIG_BINFMT_MISC is not set 270# CONFIG_BINFMT_MISC is not set
249 271
250# 272#
273# Power management options (EXPERIMENTAL)
274#
275# CONFIG_PM is not set
276
277#
251# Networking 278# Networking
252# 279#
253CONFIG_NET=y 280CONFIG_NET=y
@@ -255,15 +282,19 @@ CONFIG_NET=y
255# 282#
256# Networking options 283# Networking options
257# 284#
285# CONFIG_NETDEBUG is not set
258# CONFIG_PACKET is not set 286# CONFIG_PACKET is not set
259# CONFIG_UNIX is not set 287# CONFIG_UNIX is not set
288CONFIG_XFRM=y
289# CONFIG_XFRM_USER is not set
290# CONFIG_XFRM_SUB_POLICY is not set
260# CONFIG_NET_KEY is not set 291# CONFIG_NET_KEY is not set
261CONFIG_INET=y 292CONFIG_INET=y
262# CONFIG_IP_MULTICAST is not set 293# CONFIG_IP_MULTICAST is not set
263# CONFIG_IP_ADVANCED_ROUTER is not set 294# CONFIG_IP_ADVANCED_ROUTER is not set
264CONFIG_IP_FIB_HASH=y 295CONFIG_IP_FIB_HASH=y
265CONFIG_IP_PNP=y 296CONFIG_IP_PNP=y
266CONFIG_IP_PNP_DHCP=y 297# CONFIG_IP_PNP_DHCP is not set
267# CONFIG_IP_PNP_BOOTP is not set 298# CONFIG_IP_PNP_BOOTP is not set
268# CONFIG_IP_PNP_RARP is not set 299# CONFIG_IP_PNP_RARP is not set
269# CONFIG_NET_IPIP is not set 300# CONFIG_NET_IPIP is not set
@@ -273,12 +304,19 @@ CONFIG_IP_PNP_DHCP=y
273# CONFIG_INET_AH is not set 304# CONFIG_INET_AH is not set
274# CONFIG_INET_ESP is not set 305# CONFIG_INET_ESP is not set
275# CONFIG_INET_IPCOMP is not set 306# CONFIG_INET_IPCOMP is not set
307# CONFIG_INET_XFRM_TUNNEL is not set
276# CONFIG_INET_TUNNEL is not set 308# CONFIG_INET_TUNNEL is not set
309CONFIG_INET_XFRM_MODE_TRANSPORT=y
310CONFIG_INET_XFRM_MODE_TUNNEL=y
277CONFIG_INET_DIAG=y 311CONFIG_INET_DIAG=y
278CONFIG_INET_TCP_DIAG=y 312CONFIG_INET_TCP_DIAG=y
279# CONFIG_TCP_CONG_ADVANCED is not set 313# CONFIG_TCP_CONG_ADVANCED is not set
280CONFIG_TCP_CONG_BIC=y 314CONFIG_TCP_CONG_CUBIC=y
315CONFIG_DEFAULT_TCP_CONG="cubic"
281# CONFIG_IPV6 is not set 316# CONFIG_IPV6 is not set
317# CONFIG_INET6_XFRM_TUNNEL is not set
318# CONFIG_INET6_TUNNEL is not set
319# CONFIG_NETWORK_SECMARK is not set
282# CONFIG_NETFILTER is not set 320# CONFIG_NETFILTER is not set
283 321
284# 322#
@@ -304,7 +342,6 @@ CONFIG_TCP_CONG_BIC=y
304# CONFIG_ATALK is not set 342# CONFIG_ATALK is not set
305# CONFIG_X25 is not set 343# CONFIG_X25 is not set
306# CONFIG_LAPB is not set 344# CONFIG_LAPB is not set
307# CONFIG_NET_DIVERT is not set
308# CONFIG_ECONET is not set 345# CONFIG_ECONET is not set
309# CONFIG_WAN_ROUTER is not set 346# CONFIG_WAN_ROUTER is not set
310 347
@@ -332,6 +369,7 @@ CONFIG_TCP_CONG_BIC=y
332CONFIG_STANDALONE=y 369CONFIG_STANDALONE=y
333CONFIG_PREVENT_FIRMWARE_BUILD=y 370CONFIG_PREVENT_FIRMWARE_BUILD=y
334# CONFIG_FW_LOADER is not set 371# CONFIG_FW_LOADER is not set
372# CONFIG_SYS_HYPERVISOR is not set
335 373
336# 374#
337# Connector - unified userspace <-> kernelspace linker 375# Connector - unified userspace <-> kernelspace linker
@@ -361,6 +399,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
361CONFIG_BLK_DEV_RAM=y 399CONFIG_BLK_DEV_RAM=y
362CONFIG_BLK_DEV_RAM_COUNT=16 400CONFIG_BLK_DEV_RAM_COUNT=16
363CONFIG_BLK_DEV_RAM_SIZE=4096 401CONFIG_BLK_DEV_RAM_SIZE=4096
402CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
364CONFIG_BLK_DEV_INITRD=y 403CONFIG_BLK_DEV_INITRD=y
365# CONFIG_CDROM_PKTCDVD is not set 404# CONFIG_CDROM_PKTCDVD is not set
366# CONFIG_ATA_OVER_ETH is not set 405# CONFIG_ATA_OVER_ETH is not set
@@ -397,6 +436,12 @@ CONFIG_IDE_GENERIC=y
397# 436#
398# CONFIG_RAID_ATTRS is not set 437# CONFIG_RAID_ATTRS is not set
399# CONFIG_SCSI is not set 438# CONFIG_SCSI is not set
439# CONFIG_SCSI_NETLINK is not set
440
441#
442# Serial ATA (prod) and Parallel ATA (experimental) drivers
443#
444# CONFIG_ATA is not set
400 445
401# 446#
402# Multi-device support (RAID and LVM) 447# Multi-device support (RAID and LVM)
@@ -502,6 +547,7 @@ CONFIG_SMC91X=y
502# Non-8250 serial port support 547# Non-8250 serial port support
503# 548#
504CONFIG_SERIAL_SH_SCI=y 549CONFIG_SERIAL_SH_SCI=y
550CONFIG_SERIAL_SH_SCI_NR_UARTS=2
505CONFIG_SERIAL_SH_SCI_CONSOLE=y 551CONFIG_SERIAL_SH_SCI_CONSOLE=y
506CONFIG_SERIAL_CORE=y 552CONFIG_SERIAL_CORE=y
507CONFIG_SERIAL_CORE_CONSOLE=y 553CONFIG_SERIAL_CORE_CONSOLE=y
@@ -518,7 +564,8 @@ CONFIG_LEGACY_PTY_COUNT=256
518# Watchdog Cards 564# Watchdog Cards
519# 565#
520# CONFIG_WATCHDOG is not set 566# CONFIG_WATCHDOG is not set
521CONFIG_RTC=y 567CONFIG_HW_RANDOM=y
568# CONFIG_GEN_RTC is not set
522# CONFIG_DTLK is not set 569# CONFIG_DTLK is not set
523# CONFIG_R3964 is not set 570# CONFIG_R3964 is not set
524 571
@@ -547,13 +594,15 @@ CONFIG_RTC=y
547# 594#
548# Dallas's 1-wire bus 595# Dallas's 1-wire bus
549# 596#
550# CONFIG_W1 is not set
551 597
552# 598#
553# Hardware Monitoring support 599# Hardware Monitoring support
554# 600#
555CONFIG_HWMON=y 601CONFIG_HWMON=y
556# CONFIG_HWMON_VID is not set 602# CONFIG_HWMON_VID is not set
603# CONFIG_SENSORS_ABITUGURU is not set
604# CONFIG_SENSORS_F71805F is not set
605# CONFIG_SENSORS_VT1211 is not set
557# CONFIG_HWMON_DEBUG_CHIP is not set 606# CONFIG_HWMON_DEBUG_CHIP is not set
558 607
559# 608#
@@ -561,13 +610,10 @@ CONFIG_HWMON=y
561# 610#
562 611
563# 612#
564# Multimedia Capabilities Port drivers
565#
566
567#
568# Multimedia devices 613# Multimedia devices
569# 614#
570# CONFIG_VIDEO_DEV is not set 615# CONFIG_VIDEO_DEV is not set
616CONFIG_VIDEO_V4L2=y
571 617
572# 618#
573# Digital Video Broadcasting Devices 619# Digital Video Broadcasting Devices
@@ -577,7 +623,9 @@ CONFIG_HWMON=y
577# 623#
578# Graphics support 624# Graphics support
579# 625#
626CONFIG_FIRMWARE_EDID=y
580# CONFIG_FB is not set 627# CONFIG_FB is not set
628# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
581 629
582# 630#
583# Sound 631# Sound
@@ -589,6 +637,7 @@ CONFIG_HWMON=y
589# 637#
590# CONFIG_USB_ARCH_HAS_HCD is not set 638# CONFIG_USB_ARCH_HAS_HCD is not set
591# CONFIG_USB_ARCH_HAS_OHCI is not set 639# CONFIG_USB_ARCH_HAS_OHCI is not set
640# CONFIG_USB_ARCH_HAS_EHCI is not set
592 641
593# 642#
594# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 643# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
@@ -605,15 +654,42 @@ CONFIG_HWMON=y
605# CONFIG_MMC is not set 654# CONFIG_MMC is not set
606 655
607# 656#
657# LED devices
658#
659# CONFIG_NEW_LEDS is not set
660
661#
662# LED drivers
663#
664
665#
666# LED Triggers
667#
668
669#
608# InfiniBand support 670# InfiniBand support
609# 671#
610 672
611# 673#
612# SN Devices 674# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
675#
676
677#
678# Real Time Clock
679#
680# CONFIG_RTC_CLASS is not set
681
682#
683# DMA Engine support
684#
685# CONFIG_DMA_ENGINE is not set
686
687#
688# DMA Clients
613# 689#
614 690
615# 691#
616# EDAC - error detection and reporting (RAS) 692# DMA Devices
617# 693#
618 694
619# 695#
@@ -637,6 +713,7 @@ CONFIG_FS_MBCACHE=y
637# CONFIG_MINIX_FS is not set 713# CONFIG_MINIX_FS is not set
638# CONFIG_ROMFS_FS is not set 714# CONFIG_ROMFS_FS is not set
639CONFIG_INOTIFY=y 715CONFIG_INOTIFY=y
716CONFIG_INOTIFY_USER=y
640# CONFIG_QUOTA is not set 717# CONFIG_QUOTA is not set
641CONFIG_DNOTIFY=y 718CONFIG_DNOTIFY=y
642# CONFIG_AUTOFS_FS is not set 719# CONFIG_AUTOFS_FS is not set
@@ -664,12 +741,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
664# 741#
665CONFIG_PROC_FS=y 742CONFIG_PROC_FS=y
666CONFIG_PROC_KCORE=y 743CONFIG_PROC_KCORE=y
744CONFIG_PROC_SYSCTL=y
667CONFIG_SYSFS=y 745CONFIG_SYSFS=y
668CONFIG_TMPFS=y 746CONFIG_TMPFS=y
669# CONFIG_HUGETLBFS is not set 747# CONFIG_TMPFS_POSIX_ACL is not set
670# CONFIG_HUGETLB_PAGE is not set 748CONFIG_HUGETLBFS=y
749CONFIG_HUGETLB_PAGE=y
671CONFIG_RAMFS=y 750CONFIG_RAMFS=y
672# CONFIG_RELAYFS_FS is not set
673# CONFIG_CONFIGFS_FS is not set 751# CONFIG_CONFIGFS_FS is not set
674 752
675# 753#
@@ -772,10 +850,14 @@ CONFIG_NLS_DEFAULT="iso8859-1"
772# Kernel hacking 850# Kernel hacking
773# 851#
774# CONFIG_PRINTK_TIME is not set 852# CONFIG_PRINTK_TIME is not set
853CONFIG_ENABLE_MUST_CHECK=y
775# CONFIG_MAGIC_SYSRQ is not set 854# CONFIG_MAGIC_SYSRQ is not set
855# CONFIG_UNUSED_SYMBOLS is not set
776# CONFIG_DEBUG_KERNEL is not set 856# CONFIG_DEBUG_KERNEL is not set
777CONFIG_LOG_BUF_SHIFT=14 857CONFIG_LOG_BUF_SHIFT=14
778# CONFIG_FRAME_POINTER is not set 858# CONFIG_DEBUG_BUGVERBOSE is not set
859# CONFIG_DEBUG_FS is not set
860# CONFIG_UNWIND_INFO is not set
779# CONFIG_SH_STANDARD_BIOS is not set 861# CONFIG_SH_STANDARD_BIOS is not set
780# CONFIG_EARLY_SCIF_CONSOLE is not set 862# CONFIG_EARLY_SCIF_CONSOLE is not set
781# CONFIG_KGDB is not set 863# CONFIG_KGDB is not set
@@ -790,6 +872,9 @@ CONFIG_LOG_BUF_SHIFT=14
790# Cryptographic options 872# Cryptographic options
791# 873#
792CONFIG_CRYPTO=y 874CONFIG_CRYPTO=y
875CONFIG_CRYPTO_ALGAPI=y
876CONFIG_CRYPTO_BLKCIPHER=y
877CONFIG_CRYPTO_MANAGER=y
793# CONFIG_CRYPTO_HMAC is not set 878# CONFIG_CRYPTO_HMAC is not set
794# CONFIG_CRYPTO_NULL is not set 879# CONFIG_CRYPTO_NULL is not set
795# CONFIG_CRYPTO_MD4 is not set 880# CONFIG_CRYPTO_MD4 is not set
@@ -799,6 +884,8 @@ CONFIG_CRYPTO_MD5=y
799# CONFIG_CRYPTO_SHA512 is not set 884# CONFIG_CRYPTO_SHA512 is not set
800# CONFIG_CRYPTO_WP512 is not set 885# CONFIG_CRYPTO_WP512 is not set
801# CONFIG_CRYPTO_TGR192 is not set 886# CONFIG_CRYPTO_TGR192 is not set
887CONFIG_CRYPTO_ECB=y
888CONFIG_CRYPTO_CBC=y
802CONFIG_CRYPTO_DES=y 889CONFIG_CRYPTO_DES=y
803# CONFIG_CRYPTO_BLOWFISH is not set 890# CONFIG_CRYPTO_BLOWFISH is not set
804# CONFIG_CRYPTO_TWOFISH is not set 891# CONFIG_CRYPTO_TWOFISH is not set
@@ -813,7 +900,6 @@ CONFIG_CRYPTO_DES=y
813# CONFIG_CRYPTO_DEFLATE is not set 900# CONFIG_CRYPTO_DEFLATE is not set
814# CONFIG_CRYPTO_MICHAEL_MIC is not set 901# CONFIG_CRYPTO_MICHAEL_MIC is not set
815# CONFIG_CRYPTO_CRC32C is not set 902# CONFIG_CRYPTO_CRC32C is not set
816# CONFIG_CRYPTO_TEST is not set
817 903
818# 904#
819# Hardware crypto devices 905# Hardware crypto devices
@@ -826,3 +912,4 @@ CONFIG_CRYPTO_DES=y
826# CONFIG_CRC16 is not set 912# CONFIG_CRC16 is not set
827CONFIG_CRC32=y 913CONFIG_CRC32=y
828# CONFIG_LIBCRC32C is not set 914# CONFIG_LIBCRC32C is not set
915CONFIG_PLIST=y
diff --git a/arch/sh/configs/r7780rp_defconfig b/arch/sh/configs/r7780rp_defconfig
index d597fc571549..2470364948e7 100644
--- a/arch/sh/configs/r7780rp_defconfig
+++ b/arch/sh/configs/r7780rp_defconfig
@@ -1,20 +1,21 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.15-sh 3# Linux kernel version: 2.6.18
4# Sat Jan 7 19:47:53 2006 4# Tue Oct 3 11:32:47 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
19CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
20CONFIG_INIT_ENV_ARG_LIMIT=32 21CONFIG_INIT_ENV_ARG_LIMIT=32
@@ -26,33 +27,38 @@ CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y 27CONFIG_LOCALVERSION_AUTO=y
27CONFIG_SWAP=y 28CONFIG_SWAP=y
28CONFIG_SYSVIPC=y 29CONFIG_SYSVIPC=y
30# CONFIG_IPC_NS is not set
29# CONFIG_POSIX_MQUEUE is not set 31# CONFIG_POSIX_MQUEUE is not set
30CONFIG_BSD_PROCESS_ACCT=y 32CONFIG_BSD_PROCESS_ACCT=y
31# CONFIG_BSD_PROCESS_ACCT_V3 is not set 33# CONFIG_BSD_PROCESS_ACCT_V3 is not set
32CONFIG_SYSCTL=y 34# CONFIG_TASKSTATS is not set
35# CONFIG_UTS_NS is not set
33# CONFIG_AUDIT is not set 36# CONFIG_AUDIT is not set
34CONFIG_HOTPLUG=y
35CONFIG_KOBJECT_UEVENT=y
36CONFIG_IKCONFIG=y 37CONFIG_IKCONFIG=y
37CONFIG_IKCONFIG_PROC=y 38CONFIG_IKCONFIG_PROC=y
39# CONFIG_RELAY is not set
38CONFIG_INITRAMFS_SOURCE="" 40CONFIG_INITRAMFS_SOURCE=""
39CONFIG_CC_OPTIMIZE_FOR_SIZE=y 41CONFIG_CC_OPTIMIZE_FOR_SIZE=y
42CONFIG_SYSCTL=y
40CONFIG_EMBEDDED=y 43CONFIG_EMBEDDED=y
44CONFIG_UID16=y
45# CONFIG_SYSCTL_SYSCALL is not set
41CONFIG_KALLSYMS=y 46CONFIG_KALLSYMS=y
42# CONFIG_KALLSYMS_ALL is not set 47# CONFIG_KALLSYMS_ALL is not set
43# CONFIG_KALLSYMS_EXTRA_PASS is not set 48# CONFIG_KALLSYMS_EXTRA_PASS is not set
49CONFIG_HOTPLUG=y
44CONFIG_PRINTK=y 50CONFIG_PRINTK=y
45CONFIG_BUG=y 51CONFIG_BUG=y
52CONFIG_ELF_CORE=y
46CONFIG_BASE_FULL=y 53CONFIG_BASE_FULL=y
47# CONFIG_FUTEX is not set 54# CONFIG_FUTEX is not set
48# CONFIG_EPOLL is not set 55# CONFIG_EPOLL is not set
49CONFIG_SHMEM=y 56CONFIG_SHMEM=y
50CONFIG_CC_ALIGN_FUNCTIONS=0 57CONFIG_SLAB=y
51CONFIG_CC_ALIGN_LABELS=0 58CONFIG_VM_EVENT_COUNTERS=y
52CONFIG_CC_ALIGN_LOOPS=0
53CONFIG_CC_ALIGN_JUMPS=0
54# CONFIG_TINY_SHMEM is not set 59# CONFIG_TINY_SHMEM is not set
55CONFIG_BASE_SMALL=0 60CONFIG_BASE_SMALL=0
61# CONFIG_SLOB is not set
56 62
57# 63#
58# Loadable module support 64# Loadable module support
@@ -60,7 +66,6 @@ CONFIG_BASE_SMALL=0
60CONFIG_MODULES=y 66CONFIG_MODULES=y
61CONFIG_MODULE_UNLOAD=y 67CONFIG_MODULE_UNLOAD=y
62# CONFIG_MODULE_FORCE_UNLOAD is not set 68# CONFIG_MODULE_FORCE_UNLOAD is not set
63CONFIG_OBSOLETE_MODPARM=y
64# CONFIG_MODVERSIONS is not set 69# CONFIG_MODVERSIONS is not set
65# CONFIG_MODULE_SRCVERSION_ALL is not set 70# CONFIG_MODULE_SRCVERSION_ALL is not set
66CONFIG_KMOD=y 71CONFIG_KMOD=y
@@ -68,7 +73,10 @@ CONFIG_KMOD=y
68# 73#
69# Block layer 74# Block layer
70# 75#
76CONFIG_BLOCK=y
71# CONFIG_LBD is not set 77# CONFIG_LBD is not set
78# CONFIG_BLK_DEV_IO_TRACE is not set
79# CONFIG_LSF is not set
72 80
73# 81#
74# IO Schedulers 82# IO Schedulers
@@ -89,31 +97,26 @@ CONFIG_DEFAULT_IOSCHED="noop"
89# CONFIG_SH_SOLUTION_ENGINE is not set 97# CONFIG_SH_SOLUTION_ENGINE is not set
90# CONFIG_SH_7751_SOLUTION_ENGINE is not set 98# CONFIG_SH_7751_SOLUTION_ENGINE is not set
91# CONFIG_SH_7300_SOLUTION_ENGINE is not set 99# CONFIG_SH_7300_SOLUTION_ENGINE is not set
100# CONFIG_SH_7343_SOLUTION_ENGINE is not set
92# CONFIG_SH_73180_SOLUTION_ENGINE is not set 101# CONFIG_SH_73180_SOLUTION_ENGINE is not set
93# CONFIG_SH_7751_SYSTEMH is not set 102# CONFIG_SH_7751_SYSTEMH is not set
94# CONFIG_SH_STB1_HARP is not set
95# CONFIG_SH_STB1_OVERDRIVE is not set
96# CONFIG_SH_HP6XX is not set 103# CONFIG_SH_HP6XX is not set
97# CONFIG_SH_CQREEK is not set
98# CONFIG_SH_DMIDA is not set
99# CONFIG_SH_EC3104 is not set 104# CONFIG_SH_EC3104 is not set
100# CONFIG_SH_SATURN is not set 105# CONFIG_SH_SATURN is not set
101# CONFIG_SH_DREAMCAST is not set 106# CONFIG_SH_DREAMCAST is not set
102# CONFIG_SH_CAT68701 is not set
103# CONFIG_SH_BIGSUR is not set 107# CONFIG_SH_BIGSUR is not set
104# CONFIG_SH_SH2000 is not set
105# CONFIG_SH_ADX is not set
106# CONFIG_SH_MPC1211 is not set 108# CONFIG_SH_MPC1211 is not set
107# CONFIG_SH_SH03 is not set 109# CONFIG_SH_SH03 is not set
108# CONFIG_SH_SECUREEDGE5410 is not set 110# CONFIG_SH_SECUREEDGE5410 is not set
109# CONFIG_SH_HS7751RVOIP is not set 111# CONFIG_SH_HS7751RVOIP is not set
112# CONFIG_SH_7710VOIPGW is not set
110# CONFIG_SH_RTS7751R2D is not set 113# CONFIG_SH_RTS7751R2D is not set
111# CONFIG_SH_R77703DRP is not set
112CONFIG_SH_R7780RP=y 114CONFIG_SH_R7780RP=y
113# CONFIG_SH_EDOSK7705 is not set 115# CONFIG_SH_EDOSK7705 is not set
114# CONFIG_SH_SH4202_MICRODEV is not set 116# CONFIG_SH_SH4202_MICRODEV is not set
115# CONFIG_SH_LANDISK is not set 117# CONFIG_SH_LANDISK is not set
116# CONFIG_SH_TITAN is not set 118# CONFIG_SH_TITAN is not set
119# CONFIG_SH_SHMIN is not set
117# CONFIG_SH_UNKNOWN is not set 120# CONFIG_SH_UNKNOWN is not set
118 121
119# 122#
@@ -132,9 +135,11 @@ CONFIG_CPU_SH4A=y
132# 135#
133# CONFIG_CPU_SUBTYPE_SH7300 is not set 136# CONFIG_CPU_SUBTYPE_SH7300 is not set
134# CONFIG_CPU_SUBTYPE_SH7705 is not set 137# CONFIG_CPU_SUBTYPE_SH7705 is not set
138# CONFIG_CPU_SUBTYPE_SH7706 is not set
135# CONFIG_CPU_SUBTYPE_SH7707 is not set 139# CONFIG_CPU_SUBTYPE_SH7707 is not set
136# CONFIG_CPU_SUBTYPE_SH7708 is not set 140# CONFIG_CPU_SUBTYPE_SH7708 is not set
137# CONFIG_CPU_SUBTYPE_SH7709 is not set 141# CONFIG_CPU_SUBTYPE_SH7709 is not set
142# CONFIG_CPU_SUBTYPE_SH7710 is not set
138 143
139# 144#
140# SH-4 Processor Support 145# SH-4 Processor Support
@@ -157,15 +162,24 @@ CONFIG_CPU_SH4A=y
157# 162#
158# SH-4A Processor Support 163# SH-4A Processor Support
159# 164#
160# CONFIG_CPU_SUBTYPE_SH73180 is not set
161# CONFIG_CPU_SUBTYPE_SH7770 is not set 165# CONFIG_CPU_SUBTYPE_SH7770 is not set
162CONFIG_CPU_SUBTYPE_SH7780=y 166CONFIG_CPU_SUBTYPE_SH7780=y
163 167
164# 168#
169# SH4AL-DSP Processor Support
170#
171# CONFIG_CPU_SUBTYPE_SH73180 is not set
172# CONFIG_CPU_SUBTYPE_SH7343 is not set
173
174#
165# Memory management options 175# Memory management options
166# 176#
167CONFIG_MMU=y 177CONFIG_MMU=y
178CONFIG_PAGE_OFFSET=0x80000000
179CONFIG_MEMORY_START=0x08000000
180CONFIG_MEMORY_SIZE=0x08000000
168CONFIG_32BIT=y 181CONFIG_32BIT=y
182CONFIG_VSYSCALL=y
169CONFIG_HUGETLB_PAGE_SIZE_64K=y 183CONFIG_HUGETLB_PAGE_SIZE_64K=y
170# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set 184# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
171CONFIG_SELECT_MEMORY_MODEL=y 185CONFIG_SELECT_MEMORY_MODEL=y
@@ -176,6 +190,7 @@ CONFIG_FLATMEM=y
176CONFIG_FLAT_NODE_MEM_MAP=y 190CONFIG_FLAT_NODE_MEM_MAP=y
177# CONFIG_SPARSEMEM_STATIC is not set 191# CONFIG_SPARSEMEM_STATIC is not set
178CONFIG_SPLIT_PTLOCK_CPUS=4 192CONFIG_SPLIT_PTLOCK_CPUS=4
193# CONFIG_RESOURCES_64BIT is not set
179 194
180# 195#
181# Cache configuration 196# Cache configuration
@@ -183,21 +198,27 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
183# CONFIG_SH_DIRECT_MAPPED is not set 198# CONFIG_SH_DIRECT_MAPPED is not set
184# CONFIG_SH_WRITETHROUGH is not set 199# CONFIG_SH_WRITETHROUGH is not set
185# CONFIG_SH_OCRAM is not set 200# CONFIG_SH_OCRAM is not set
186CONFIG_MEMORY_START=0x08000000
187CONFIG_MEMORY_SIZE=0x08000000
188 201
189# 202#
190# Processor features 203# Processor features
191# 204#
192CONFIG_CPU_LITTLE_ENDIAN=y 205CONFIG_CPU_LITTLE_ENDIAN=y
193CONFIG_SH_FPU=y 206CONFIG_SH_FPU=y
207# CONFIG_SH_DSP is not set
194CONFIG_SH_STORE_QUEUES=y 208CONFIG_SH_STORE_QUEUES=y
209CONFIG_CPU_HAS_INTEVT=y
210CONFIG_CPU_HAS_INTC2_IRQ=y
211CONFIG_CPU_HAS_SR_RB=y
195 212
196# 213#
197# Timer support 214# Timer support
198# 215#
199CONFIG_SH_TMU=y 216CONFIG_SH_TMU=y
200CONFIG_SH_PCLK_FREQ_BOOL=y 217
218#
219# R7780RP options
220#
221CONFIG_SH_R7780MP=y
201CONFIG_SH_PCLK_FREQ=32000000 222CONFIG_SH_PCLK_FREQ=32000000
202 223
203# 224#
@@ -220,11 +241,16 @@ CONFIG_NR_ONCHIP_DMA_CHANNELS=6
220# 241#
221# Kernel features 242# Kernel features
222# 243#
244# CONFIG_HZ_100 is not set
245CONFIG_HZ_250=y
246# CONFIG_HZ_1000 is not set
247CONFIG_HZ=250
223# CONFIG_KEXEC is not set 248# CONFIG_KEXEC is not set
224CONFIG_PREEMPT=y
225# CONFIG_SMP is not set 249# CONFIG_SMP is not set
226CONFIG_CPU_HAS_INTEVT=y 250# CONFIG_PREEMPT_NONE is not set
227CONFIG_CPU_HAS_INTC2_IRQ=y 251# CONFIG_PREEMPT_VOLUNTARY is not set
252CONFIG_PREEMPT=y
253CONFIG_PREEMPT_BKL=y
228 254
229# 255#
230# Boot options 256# Boot options
@@ -242,7 +268,7 @@ CONFIG_PCI=y
242CONFIG_SH_PCIDMA_NONCOHERENT=y 268CONFIG_SH_PCIDMA_NONCOHERENT=y
243CONFIG_PCI_AUTO=y 269CONFIG_PCI_AUTO=y
244CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 270CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
245CONFIG_PCI_LEGACY_PROC=y 271# CONFIG_PCI_MULTITHREAD_PROBE is not set
246# CONFIG_PCI_DEBUG is not set 272# CONFIG_PCI_DEBUG is not set
247 273
248# 274#
@@ -266,6 +292,11 @@ CONFIG_BINFMT_ELF=y
266# CONFIG_BINFMT_MISC is not set 292# CONFIG_BINFMT_MISC is not set
267 293
268# 294#
295# Power management options (EXPERIMENTAL)
296#
297# CONFIG_PM is not set
298
299#
269# Networking 300# Networking
270# 301#
271CONFIG_NET=y 302CONFIG_NET=y
@@ -273,9 +304,13 @@ CONFIG_NET=y
273# 304#
274# Networking options 305# Networking options
275# 306#
307# CONFIG_NETDEBUG is not set
276CONFIG_PACKET=y 308CONFIG_PACKET=y
277# CONFIG_PACKET_MMAP is not set 309# CONFIG_PACKET_MMAP is not set
278CONFIG_UNIX=y 310CONFIG_UNIX=y
311CONFIG_XFRM=y
312# CONFIG_XFRM_USER is not set
313# CONFIG_XFRM_SUB_POLICY is not set
279# CONFIG_NET_KEY is not set 314# CONFIG_NET_KEY is not set
280CONFIG_INET=y 315CONFIG_INET=y
281# CONFIG_IP_MULTICAST is not set 316# CONFIG_IP_MULTICAST is not set
@@ -297,12 +332,19 @@ CONFIG_IP_PNP_DHCP=y
297# CONFIG_INET_AH is not set 332# CONFIG_INET_AH is not set
298# CONFIG_INET_ESP is not set 333# CONFIG_INET_ESP is not set
299# CONFIG_INET_IPCOMP is not set 334# CONFIG_INET_IPCOMP is not set
335# CONFIG_INET_XFRM_TUNNEL is not set
300# CONFIG_INET_TUNNEL is not set 336# CONFIG_INET_TUNNEL is not set
337CONFIG_INET_XFRM_MODE_TRANSPORT=y
338CONFIG_INET_XFRM_MODE_TUNNEL=y
301CONFIG_INET_DIAG=y 339CONFIG_INET_DIAG=y
302CONFIG_INET_TCP_DIAG=y 340CONFIG_INET_TCP_DIAG=y
303# CONFIG_TCP_CONG_ADVANCED is not set 341# CONFIG_TCP_CONG_ADVANCED is not set
304CONFIG_TCP_CONG_BIC=y 342CONFIG_TCP_CONG_CUBIC=y
343CONFIG_DEFAULT_TCP_CONG="cubic"
305# CONFIG_IPV6 is not set 344# CONFIG_IPV6 is not set
345# CONFIG_INET6_XFRM_TUNNEL is not set
346# CONFIG_INET6_TUNNEL is not set
347# CONFIG_NETWORK_SECMARK is not set
306# CONFIG_NETFILTER is not set 348# CONFIG_NETFILTER is not set
307 349
308# 350#
@@ -314,16 +356,21 @@ CONFIG_TCP_CONG_BIC=y
314# SCTP Configuration (EXPERIMENTAL) 356# SCTP Configuration (EXPERIMENTAL)
315# 357#
316# CONFIG_IP_SCTP is not set 358# CONFIG_IP_SCTP is not set
359
360#
361# TIPC Configuration (EXPERIMENTAL)
362#
363# CONFIG_TIPC is not set
317# CONFIG_ATM is not set 364# CONFIG_ATM is not set
318CONFIG_BRIDGE=m 365CONFIG_BRIDGE=m
319# CONFIG_VLAN_8021Q is not set 366# CONFIG_VLAN_8021Q is not set
320# CONFIG_DECNET is not set 367# CONFIG_DECNET is not set
368CONFIG_LLC=m
321# CONFIG_LLC2 is not set 369# CONFIG_LLC2 is not set
322# CONFIG_IPX is not set 370# CONFIG_IPX is not set
323# CONFIG_ATALK is not set 371# CONFIG_ATALK is not set
324# CONFIG_X25 is not set 372# CONFIG_X25 is not set
325# CONFIG_LAPB is not set 373# CONFIG_LAPB is not set
326# CONFIG_NET_DIVERT is not set
327# CONFIG_ECONET is not set 374# CONFIG_ECONET is not set
328# CONFIG_WAN_ROUTER is not set 375# CONFIG_WAN_ROUTER is not set
329 376
@@ -340,6 +387,7 @@ CONFIG_BRIDGE=m
340# CONFIG_IRDA is not set 387# CONFIG_IRDA is not set
341# CONFIG_BT is not set 388# CONFIG_BT is not set
342# CONFIG_IEEE80211 is not set 389# CONFIG_IEEE80211 is not set
390CONFIG_WIRELESS_EXT=y
343 391
344# 392#
345# Device Drivers 393# Device Drivers
@@ -352,6 +400,7 @@ CONFIG_STANDALONE=y
352CONFIG_PREVENT_FIRMWARE_BUILD=y 400CONFIG_PREVENT_FIRMWARE_BUILD=y
353CONFIG_FW_LOADER=m 401CONFIG_FW_LOADER=m
354# CONFIG_DEBUG_DRIVER is not set 402# CONFIG_DEBUG_DRIVER is not set
403# CONFIG_SYS_HYPERVISOR is not set
355 404
356# 405#
357# Connector - unified userspace <-> kernelspace linker 406# Connector - unified userspace <-> kernelspace linker
@@ -386,6 +435,7 @@ CONFIG_FW_LOADER=m
386CONFIG_BLK_DEV_RAM=y 435CONFIG_BLK_DEV_RAM=y
387CONFIG_BLK_DEV_RAM_COUNT=16 436CONFIG_BLK_DEV_RAM_COUNT=16
388CONFIG_BLK_DEV_RAM_SIZE=4096 437CONFIG_BLK_DEV_RAM_SIZE=4096
438CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
389# CONFIG_BLK_DEV_INITRD is not set 439# CONFIG_BLK_DEV_INITRD is not set
390# CONFIG_CDROM_PKTCDVD is not set 440# CONFIG_CDROM_PKTCDVD is not set
391# CONFIG_ATA_OVER_ETH is not set 441# CONFIG_ATA_OVER_ETH is not set
@@ -438,13 +488,11 @@ CONFIG_BLK_DEV_AEC62XX=m
438# CONFIG_BLK_DEV_NS87415 is not set 488# CONFIG_BLK_DEV_NS87415 is not set
439# CONFIG_BLK_DEV_PDC202XX_OLD is not set 489# CONFIG_BLK_DEV_PDC202XX_OLD is not set
440CONFIG_BLK_DEV_PDC202XX_NEW=m 490CONFIG_BLK_DEV_PDC202XX_NEW=m
441# CONFIG_PDC202XX_FORCE is not set
442# CONFIG_BLK_DEV_SVWKS is not set 491# CONFIG_BLK_DEV_SVWKS is not set
443CONFIG_BLK_DEV_SIIMAGE=m 492CONFIG_BLK_DEV_SIIMAGE=m
444# CONFIG_BLK_DEV_SLC90E66 is not set 493# CONFIG_BLK_DEV_SLC90E66 is not set
445# CONFIG_BLK_DEV_TRM290 is not set 494# CONFIG_BLK_DEV_TRM290 is not set
446# CONFIG_BLK_DEV_VIA82CXXX is not set 495# CONFIG_BLK_DEV_VIA82CXXX is not set
447CONFIG_IDE_SH=y
448# CONFIG_IDE_ARM is not set 496# CONFIG_IDE_ARM is not set
449CONFIG_BLK_DEV_IDEDMA=y 497CONFIG_BLK_DEV_IDEDMA=y
450# CONFIG_IDEDMA_IVB is not set 498# CONFIG_IDEDMA_IVB is not set
@@ -456,6 +504,7 @@ CONFIG_IDEDMA_AUTO=y
456# 504#
457# CONFIG_RAID_ATTRS is not set 505# CONFIG_RAID_ATTRS is not set
458CONFIG_SCSI=m 506CONFIG_SCSI=m
507# CONFIG_SCSI_NETLINK is not set
459CONFIG_SCSI_PROC_FS=y 508CONFIG_SCSI_PROC_FS=y
460 509
461# 510#
@@ -476,12 +525,13 @@ CONFIG_CHR_DEV_SG=m
476# CONFIG_SCSI_LOGGING is not set 525# CONFIG_SCSI_LOGGING is not set
477 526
478# 527#
479# SCSI Transport Attributes 528# SCSI Transports
480# 529#
481# CONFIG_SCSI_SPI_ATTRS is not set 530# CONFIG_SCSI_SPI_ATTRS is not set
482# CONFIG_SCSI_FC_ATTRS is not set 531# CONFIG_SCSI_FC_ATTRS is not set
483# CONFIG_SCSI_ISCSI_ATTRS is not set 532# CONFIG_SCSI_ISCSI_ATTRS is not set
484# CONFIG_SCSI_SAS_ATTRS is not set 533# CONFIG_SCSI_SAS_ATTRS is not set
534# CONFIG_SCSI_SAS_LIBSAS is not set
485 535
486# 536#
487# SCSI low-level drivers 537# SCSI low-level drivers
@@ -494,27 +544,23 @@ CONFIG_CHR_DEV_SG=m
494# CONFIG_SCSI_AIC7XXX is not set 544# CONFIG_SCSI_AIC7XXX is not set
495# CONFIG_SCSI_AIC7XXX_OLD is not set 545# CONFIG_SCSI_AIC7XXX_OLD is not set
496# CONFIG_SCSI_AIC79XX is not set 546# CONFIG_SCSI_AIC79XX is not set
547# CONFIG_SCSI_AIC94XX is not set
497# CONFIG_SCSI_DPT_I2O is not set 548# CONFIG_SCSI_DPT_I2O is not set
549# CONFIG_SCSI_ARCMSR is not set
498# CONFIG_MEGARAID_NEWGEN is not set 550# CONFIG_MEGARAID_NEWGEN is not set
499# CONFIG_MEGARAID_LEGACY is not set 551# CONFIG_MEGARAID_LEGACY is not set
500# CONFIG_MEGARAID_SAS is not set 552# CONFIG_MEGARAID_SAS is not set
501# CONFIG_SCSI_SATA is not set 553# CONFIG_SCSI_HPTIOP is not set
502# CONFIG_SCSI_DMX3191D is not set 554# CONFIG_SCSI_DMX3191D is not set
503# CONFIG_SCSI_FUTURE_DOMAIN is not set 555# CONFIG_SCSI_FUTURE_DOMAIN is not set
504# CONFIG_SCSI_IPS is not set 556# CONFIG_SCSI_IPS is not set
505# CONFIG_SCSI_INITIO is not set 557# CONFIG_SCSI_INITIO is not set
506# CONFIG_SCSI_INIA100 is not set 558# CONFIG_SCSI_INIA100 is not set
559# CONFIG_SCSI_STEX is not set
507# CONFIG_SCSI_SYM53C8XX_2 is not set 560# CONFIG_SCSI_SYM53C8XX_2 is not set
508# CONFIG_SCSI_IPR is not set 561# CONFIG_SCSI_IPR is not set
509# CONFIG_SCSI_QLOGIC_FC is not set
510# CONFIG_SCSI_QLOGIC_1280 is not set 562# CONFIG_SCSI_QLOGIC_1280 is not set
511CONFIG_SCSI_QLA2XXX=m 563# CONFIG_SCSI_QLA_FC is not set
512# CONFIG_SCSI_QLA21XX is not set
513# CONFIG_SCSI_QLA22XX is not set
514# CONFIG_SCSI_QLA2300 is not set
515# CONFIG_SCSI_QLA2322 is not set
516# CONFIG_SCSI_QLA6312 is not set
517# CONFIG_SCSI_QLA24XX is not set
518# CONFIG_SCSI_LPFC is not set 564# CONFIG_SCSI_LPFC is not set
519# CONFIG_SCSI_DC395x is not set 565# CONFIG_SCSI_DC395x is not set
520# CONFIG_SCSI_DC390T is not set 566# CONFIG_SCSI_DC390T is not set
@@ -522,6 +568,11 @@ CONFIG_SCSI_QLA2XXX=m
522# CONFIG_SCSI_DEBUG is not set 568# CONFIG_SCSI_DEBUG is not set
523 569
524# 570#
571# Serial ATA (prod) and Parallel ATA (experimental) drivers
572#
573# CONFIG_ATA is not set
574
575#
525# Multi-device support (RAID and LVM) 576# Multi-device support (RAID and LVM)
526# 577#
527# CONFIG_MD is not set 578# CONFIG_MD is not set
@@ -580,9 +631,9 @@ CONFIG_MII=y
580# 631#
581# CONFIG_NET_TULIP is not set 632# CONFIG_NET_TULIP is not set
582# CONFIG_HP100 is not set 633# CONFIG_HP100 is not set
583CONFIG_NE2000=y
584CONFIG_NET_PCI=y 634CONFIG_NET_PCI=y
585CONFIG_PCNET32=m 635CONFIG_PCNET32=m
636# CONFIG_PCNET32_NAPI is not set
586# CONFIG_AMD8111_ETH is not set 637# CONFIG_AMD8111_ETH is not set
587# CONFIG_ADAPTEC_STARFIRE is not set 638# CONFIG_ADAPTEC_STARFIRE is not set
588# CONFIG_B44 is not set 639# CONFIG_B44 is not set
@@ -605,6 +656,7 @@ CONFIG_8139TOO_8129=y
605# CONFIG_TLAN is not set 656# CONFIG_TLAN is not set
606CONFIG_VIA_RHINE=m 657CONFIG_VIA_RHINE=m
607CONFIG_VIA_RHINE_MMIO=y 658CONFIG_VIA_RHINE_MMIO=y
659# CONFIG_VIA_RHINE_NAPI is not set
608 660
609# 661#
610# Ethernet (1000 Mbit) 662# Ethernet (1000 Mbit)
@@ -613,6 +665,7 @@ CONFIG_VIA_RHINE_MMIO=y
613# CONFIG_DL2K is not set 665# CONFIG_DL2K is not set
614CONFIG_E1000=m 666CONFIG_E1000=m
615# CONFIG_E1000_NAPI is not set 667# CONFIG_E1000_NAPI is not set
668# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
616# CONFIG_NS83820 is not set 669# CONFIG_NS83820 is not set
617# CONFIG_HAMACHI is not set 670# CONFIG_HAMACHI is not set
618# CONFIG_YELLOWFIN is not set 671# CONFIG_YELLOWFIN is not set
@@ -620,10 +673,12 @@ CONFIG_R8169=y
620# CONFIG_R8169_NAPI is not set 673# CONFIG_R8169_NAPI is not set
621# CONFIG_SIS190 is not set 674# CONFIG_SIS190 is not set
622# CONFIG_SKGE is not set 675# CONFIG_SKGE is not set
676# CONFIG_SKY2 is not set
623# CONFIG_SK98LIN is not set 677# CONFIG_SK98LIN is not set
624# CONFIG_VIA_VELOCITY is not set 678# CONFIG_VIA_VELOCITY is not set
625# CONFIG_TIGON3 is not set 679# CONFIG_TIGON3 is not set
626# CONFIG_BNX2 is not set 680# CONFIG_BNX2 is not set
681# CONFIG_QLA3XXX is not set
627 682
628# 683#
629# Ethernet (10000 Mbit) 684# Ethernet (10000 Mbit)
@@ -631,6 +686,7 @@ CONFIG_R8169=y
631# CONFIG_CHELSIO_T1 is not set 686# CONFIG_CHELSIO_T1 is not set
632# CONFIG_IXGB is not set 687# CONFIG_IXGB is not set
633# CONFIG_S2IO is not set 688# CONFIG_S2IO is not set
689# CONFIG_MYRI10GE is not set
634 690
635# 691#
636# Token Ring devices 692# Token Ring devices
@@ -641,6 +697,7 @@ CONFIG_R8169=y
641# Wireless LAN (non-hamradio) 697# Wireless LAN (non-hamradio)
642# 698#
643CONFIG_NET_RADIO=y 699CONFIG_NET_RADIO=y
700# CONFIG_NET_WIRELESS_RTNETLINK is not set
644 701
645# 702#
646# Obsolete Wireless cards support (pre-802.11) 703# Obsolete Wireless cards support (pre-802.11)
@@ -650,6 +707,8 @@ CONFIG_NET_RADIO=y
650# 707#
651# Wireless 802.11b ISA/PCI cards support 708# Wireless 802.11b ISA/PCI cards support
652# 709#
710# CONFIG_IPW2100 is not set
711# CONFIG_IPW2200 is not set
653CONFIG_HERMES=m 712CONFIG_HERMES=m
654# CONFIG_PLX_HERMES is not set 713# CONFIG_PLX_HERMES is not set
655# CONFIG_TMD_HERMES is not set 714# CONFIG_TMD_HERMES is not set
@@ -692,6 +751,7 @@ CONFIG_NET_WIRELESS=y
692# Input device support 751# Input device support
693# 752#
694CONFIG_INPUT=y 753CONFIG_INPUT=y
754# CONFIG_INPUT_FF_MEMLESS is not set
695 755
696# 756#
697# Userland interfaces 757# Userland interfaces
@@ -714,6 +774,7 @@ CONFIG_KEYBOARD_ATKBD=y
714# CONFIG_KEYBOARD_LKKBD is not set 774# CONFIG_KEYBOARD_LKKBD is not set
715# CONFIG_KEYBOARD_XTKBD is not set 775# CONFIG_KEYBOARD_XTKBD is not set
716# CONFIG_KEYBOARD_NEWTON is not set 776# CONFIG_KEYBOARD_NEWTON is not set
777# CONFIG_KEYBOARD_STOWAWAY is not set
717# CONFIG_INPUT_MOUSE is not set 778# CONFIG_INPUT_MOUSE is not set
718# CONFIG_INPUT_JOYSTICK is not set 779# CONFIG_INPUT_JOYSTICK is not set
719# CONFIG_INPUT_TOUCHSCREEN is not set 780# CONFIG_INPUT_TOUCHSCREEN is not set
@@ -745,6 +806,7 @@ CONFIG_SERIO_LIBPS2=y
745# Non-8250 serial port support 806# Non-8250 serial port support
746# 807#
747CONFIG_SERIAL_SH_SCI=y 808CONFIG_SERIAL_SH_SCI=y
809CONFIG_SERIAL_SH_SCI_NR_UARTS=2
748CONFIG_SERIAL_SH_SCI_CONSOLE=y 810CONFIG_SERIAL_SH_SCI_CONSOLE=y
749CONFIG_SERIAL_CORE=y 811CONFIG_SERIAL_CORE=y
750CONFIG_SERIAL_CORE_CONSOLE=y 812CONFIG_SERIAL_CORE_CONSOLE=y
@@ -762,7 +824,7 @@ CONFIG_LEGACY_PTY_COUNT=256
762# Watchdog Cards 824# Watchdog Cards
763# 825#
764# CONFIG_WATCHDOG is not set 826# CONFIG_WATCHDOG is not set
765# CONFIG_RTC is not set 827CONFIG_HW_RANDOM=y
766# CONFIG_GEN_RTC is not set 828# CONFIG_GEN_RTC is not set
767# CONFIG_DTLK is not set 829# CONFIG_DTLK is not set
768# CONFIG_R3964 is not set 830# CONFIG_R3964 is not set
@@ -786,15 +848,23 @@ CONFIG_LEGACY_PTY_COUNT=256
786# CONFIG_I2C is not set 848# CONFIG_I2C is not set
787 849
788# 850#
851# SPI support
852#
853# CONFIG_SPI is not set
854# CONFIG_SPI_MASTER is not set
855
856#
789# Dallas's 1-wire bus 857# Dallas's 1-wire bus
790# 858#
791# CONFIG_W1 is not set
792 859
793# 860#
794# Hardware Monitoring support 861# Hardware Monitoring support
795# 862#
796CONFIG_HWMON=y 863CONFIG_HWMON=y
797# CONFIG_HWMON_VID is not set 864# CONFIG_HWMON_VID is not set
865# CONFIG_SENSORS_ABITUGURU is not set
866# CONFIG_SENSORS_F71805F is not set
867# CONFIG_SENSORS_VT1211 is not set
798# CONFIG_HWMON_DEBUG_CHIP is not set 868# CONFIG_HWMON_DEBUG_CHIP is not set
799 869
800# 870#
@@ -802,13 +872,10 @@ CONFIG_HWMON=y
802# 872#
803 873
804# 874#
805# Multimedia Capabilities Port drivers
806#
807
808#
809# Multimedia devices 875# Multimedia devices
810# 876#
811# CONFIG_VIDEO_DEV is not set 877# CONFIG_VIDEO_DEV is not set
878CONFIG_VIDEO_V4L2=y
812 879
813# 880#
814# Digital Video Broadcasting Devices 881# Digital Video Broadcasting Devices
@@ -818,7 +885,9 @@ CONFIG_HWMON=y
818# 885#
819# Graphics support 886# Graphics support
820# 887#
888CONFIG_FIRMWARE_EDID=y
821# CONFIG_FB is not set 889# CONFIG_FB is not set
890# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
822 891
823# 892#
824# Sound 893# Sound
@@ -834,18 +903,21 @@ CONFIG_SOUND=m
834# Open Sound System 903# Open Sound System
835# 904#
836CONFIG_SOUND_PRIME=m 905CONFIG_SOUND_PRIME=m
837# CONFIG_OBSOLETE_OSS_DRIVER is not set 906# CONFIG_OSS_OBSOLETE_DRIVER is not set
838# CONFIG_SOUND_FUSION is not set 907# CONFIG_SOUND_BT878 is not set
908# CONFIG_SOUND_ES1371 is not set
839# CONFIG_SOUND_ICH is not set 909# CONFIG_SOUND_ICH is not set
840# CONFIG_SOUND_TRIDENT is not set 910# CONFIG_SOUND_TRIDENT is not set
841# CONFIG_SOUND_MSNDCLAS is not set 911# CONFIG_SOUND_MSNDCLAS is not set
842# CONFIG_SOUND_MSNDPIN is not set 912# CONFIG_SOUND_MSNDPIN is not set
913# CONFIG_SOUND_VIA82CXXX is not set
843 914
844# 915#
845# USB support 916# USB support
846# 917#
847CONFIG_USB_ARCH_HAS_HCD=y 918CONFIG_USB_ARCH_HAS_HCD=y
848CONFIG_USB_ARCH_HAS_OHCI=y 919CONFIG_USB_ARCH_HAS_OHCI=y
920CONFIG_USB_ARCH_HAS_EHCI=y
849# CONFIG_USB is not set 921# CONFIG_USB is not set
850 922
851# 923#
@@ -863,12 +935,43 @@ CONFIG_USB_ARCH_HAS_OHCI=y
863# CONFIG_MMC is not set 935# CONFIG_MMC is not set
864 936
865# 937#
938# LED devices
939#
940# CONFIG_NEW_LEDS is not set
941
942#
943# LED drivers
944#
945
946#
947# LED Triggers
948#
949
950#
866# InfiniBand support 951# InfiniBand support
867# 952#
868# CONFIG_INFINIBAND is not set 953# CONFIG_INFINIBAND is not set
869 954
870# 955#
871# SN Devices 956# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
957#
958
959#
960# Real Time Clock
961#
962# CONFIG_RTC_CLASS is not set
963
964#
965# DMA Engine support
966#
967# CONFIG_DMA_ENGINE is not set
968
969#
970# DMA Clients
971#
972
973#
974# DMA Devices
872# 975#
873 976
874# 977#
@@ -888,9 +991,11 @@ CONFIG_FS_MBCACHE=y
888# CONFIG_JFS_FS is not set 991# CONFIG_JFS_FS is not set
889CONFIG_FS_POSIX_ACL=y 992CONFIG_FS_POSIX_ACL=y
890# CONFIG_XFS_FS is not set 993# CONFIG_XFS_FS is not set
994# CONFIG_OCFS2_FS is not set
891CONFIG_MINIX_FS=y 995CONFIG_MINIX_FS=y
892# CONFIG_ROMFS_FS is not set 996# CONFIG_ROMFS_FS is not set
893CONFIG_INOTIFY=y 997CONFIG_INOTIFY=y
998CONFIG_INOTIFY_USER=y
894# CONFIG_QUOTA is not set 999# CONFIG_QUOTA is not set
895CONFIG_DNOTIFY=y 1000CONFIG_DNOTIFY=y
896# CONFIG_AUTOFS_FS is not set 1001# CONFIG_AUTOFS_FS is not set
@@ -920,12 +1025,13 @@ CONFIG_NTFS_RW=y
920# 1025#
921CONFIG_PROC_FS=y 1026CONFIG_PROC_FS=y
922CONFIG_PROC_KCORE=y 1027CONFIG_PROC_KCORE=y
1028CONFIG_PROC_SYSCTL=y
923CONFIG_SYSFS=y 1029CONFIG_SYSFS=y
924# CONFIG_TMPFS is not set 1030# CONFIG_TMPFS is not set
925CONFIG_HUGETLBFS=y 1031CONFIG_HUGETLBFS=y
926CONFIG_HUGETLB_PAGE=y 1032CONFIG_HUGETLB_PAGE=y
927CONFIG_RAMFS=y 1033CONFIG_RAMFS=y
928# CONFIG_RELAYFS_FS is not set 1034# CONFIG_CONFIGFS_FS is not set
929 1035
930# 1036#
931# Miscellaneous filesystems 1037# Miscellaneous filesystems
@@ -1032,23 +1138,33 @@ CONFIG_NLS_ISO8859_1=y
1032# Kernel hacking 1138# Kernel hacking
1033# 1139#
1034# CONFIG_PRINTK_TIME is not set 1140# CONFIG_PRINTK_TIME is not set
1035CONFIG_DEBUG_KERNEL=y 1141CONFIG_ENABLE_MUST_CHECK=y
1036# CONFIG_MAGIC_SYSRQ is not set 1142# CONFIG_MAGIC_SYSRQ is not set
1143# CONFIG_UNUSED_SYMBOLS is not set
1144CONFIG_DEBUG_KERNEL=y
1037CONFIG_LOG_BUF_SHIFT=14 1145CONFIG_LOG_BUF_SHIFT=14
1038CONFIG_DETECT_SOFTLOCKUP=y 1146CONFIG_DETECT_SOFTLOCKUP=y
1039# CONFIG_SCHEDSTATS is not set 1147# CONFIG_SCHEDSTATS is not set
1040# CONFIG_DEBUG_SLAB is not set 1148# CONFIG_DEBUG_SLAB is not set
1041CONFIG_DEBUG_PREEMPT=y
1042CONFIG_DEBUG_SPINLOCK=y 1149CONFIG_DEBUG_SPINLOCK=y
1150# CONFIG_DEBUG_MUTEXES is not set
1151# CONFIG_DEBUG_RWSEMS is not set
1043# CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1152# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1153# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1044# CONFIG_DEBUG_KOBJECT is not set 1154# CONFIG_DEBUG_KOBJECT is not set
1155# CONFIG_DEBUG_BUGVERBOSE is not set
1045# CONFIG_DEBUG_INFO is not set 1156# CONFIG_DEBUG_INFO is not set
1046CONFIG_DEBUG_FS=y 1157CONFIG_DEBUG_FS=y
1047# CONFIG_DEBUG_VM is not set 1158# CONFIG_DEBUG_VM is not set
1159# CONFIG_DEBUG_LIST is not set
1048CONFIG_FRAME_POINTER=y 1160CONFIG_FRAME_POINTER=y
1161CONFIG_FORCED_INLINING=y
1049# CONFIG_RCU_TORTURE_TEST is not set 1162# CONFIG_RCU_TORTURE_TEST is not set
1050# CONFIG_SH_STANDARD_BIOS is not set 1163# CONFIG_SH_STANDARD_BIOS is not set
1051# CONFIG_EARLY_SCIF_CONSOLE is not set 1164# CONFIG_EARLY_SCIF_CONSOLE is not set
1165# CONFIG_DEBUG_STACKOVERFLOW is not set
1166# CONFIG_DEBUG_STACK_USAGE is not set
1167# CONFIG_4KSTACKS is not set
1052# CONFIG_KGDB is not set 1168# CONFIG_KGDB is not set
1053 1169
1054# 1170#
@@ -1061,6 +1177,10 @@ CONFIG_FRAME_POINTER=y
1061# Cryptographic options 1177# Cryptographic options
1062# 1178#
1063CONFIG_CRYPTO=y 1179CONFIG_CRYPTO=y
1180CONFIG_CRYPTO_ALGAPI=y
1181CONFIG_CRYPTO_BLKCIPHER=m
1182CONFIG_CRYPTO_HASH=y
1183CONFIG_CRYPTO_MANAGER=m
1064CONFIG_CRYPTO_HMAC=y 1184CONFIG_CRYPTO_HMAC=y
1065# CONFIG_CRYPTO_NULL is not set 1185# CONFIG_CRYPTO_NULL is not set
1066# CONFIG_CRYPTO_MD4 is not set 1186# CONFIG_CRYPTO_MD4 is not set
@@ -1070,6 +1190,8 @@ CONFIG_CRYPTO_MD5=y
1070# CONFIG_CRYPTO_SHA512 is not set 1190# CONFIG_CRYPTO_SHA512 is not set
1071# CONFIG_CRYPTO_WP512 is not set 1191# CONFIG_CRYPTO_WP512 is not set
1072# CONFIG_CRYPTO_TGR192 is not set 1192# CONFIG_CRYPTO_TGR192 is not set
1193CONFIG_CRYPTO_ECB=m
1194CONFIG_CRYPTO_CBC=m
1073CONFIG_CRYPTO_DES=y 1195CONFIG_CRYPTO_DES=y
1074# CONFIG_CRYPTO_BLOWFISH is not set 1196# CONFIG_CRYPTO_BLOWFISH is not set
1075# CONFIG_CRYPTO_TWOFISH is not set 1197# CONFIG_CRYPTO_TWOFISH is not set
diff --git a/arch/sh/configs/rts7751r2d_defconfig b/arch/sh/configs/rts7751r2d_defconfig
index e43cf57326bd..099e98f14729 100644
--- a/arch/sh/configs/rts7751r2d_defconfig
+++ b/arch/sh/configs/rts7751r2d_defconfig
@@ -1,125 +1,215 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:42 2005 4# Tue Oct 3 11:38:36 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24CONFIG_SWAP=y 27CONFIG_SWAP=y
25CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
26# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
27# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
28CONFIG_SYSCTL=y 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
29# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
30CONFIG_LOG_BUF_SHIFT=14
31CONFIG_HOTPLUG=y
32CONFIG_KOBJECT_UEVENT=y
33# CONFIG_IKCONFIG is not set 35# CONFIG_IKCONFIG is not set
36# CONFIG_RELAY is not set
37CONFIG_INITRAMFS_SOURCE=""
38# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
39CONFIG_SYSCTL=y
34CONFIG_EMBEDDED=y 40CONFIG_EMBEDDED=y
41CONFIG_UID16=y
42# CONFIG_SYSCTL_SYSCALL is not set
35CONFIG_KALLSYMS=y 43CONFIG_KALLSYMS=y
36# CONFIG_KALLSYMS_EXTRA_PASS is not set 44# CONFIG_KALLSYMS_EXTRA_PASS is not set
45CONFIG_HOTPLUG=y
46CONFIG_PRINTK=y
47CONFIG_BUG=y
48CONFIG_ELF_CORE=y
49CONFIG_BASE_FULL=y
37CONFIG_FUTEX=y 50CONFIG_FUTEX=y
38CONFIG_EPOLL=y 51CONFIG_EPOLL=y
39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SHMEM=y 52CONFIG_SHMEM=y
41CONFIG_CC_ALIGN_FUNCTIONS=0 53CONFIG_SLAB=y
42CONFIG_CC_ALIGN_LABELS=0 54CONFIG_VM_EVENT_COUNTERS=y
43CONFIG_CC_ALIGN_LOOPS=0 55CONFIG_RT_MUTEXES=y
44CONFIG_CC_ALIGN_JUMPS=0
45# CONFIG_TINY_SHMEM is not set 56# CONFIG_TINY_SHMEM is not set
57CONFIG_BASE_SMALL=0
58# CONFIG_SLOB is not set
46 59
47# 60#
48# Loadable module support 61# Loadable module support
49# 62#
50CONFIG_MODULES=y 63CONFIG_MODULES=y
51# CONFIG_MODULE_UNLOAD is not set 64# CONFIG_MODULE_UNLOAD is not set
52CONFIG_OBSOLETE_MODPARM=y
53# CONFIG_MODVERSIONS is not set 65# CONFIG_MODVERSIONS is not set
54# CONFIG_MODULE_SRCVERSION_ALL is not set 66# CONFIG_MODULE_SRCVERSION_ALL is not set
55# CONFIG_KMOD is not set 67# CONFIG_KMOD is not set
56 68
57# 69#
70# Block layer
71#
72CONFIG_BLOCK=y
73# CONFIG_LBD is not set
74# CONFIG_BLK_DEV_IO_TRACE is not set
75# CONFIG_LSF is not set
76
77#
78# IO Schedulers
79#
80CONFIG_IOSCHED_NOOP=y
81CONFIG_IOSCHED_AS=y
82CONFIG_IOSCHED_DEADLINE=y
83CONFIG_IOSCHED_CFQ=y
84CONFIG_DEFAULT_AS=y
85# CONFIG_DEFAULT_DEADLINE is not set
86# CONFIG_DEFAULT_CFQ is not set
87# CONFIG_DEFAULT_NOOP is not set
88CONFIG_DEFAULT_IOSCHED="anticipatory"
89
90#
58# System type 91# System type
59# 92#
60# CONFIG_SH_SOLUTION_ENGINE is not set 93# CONFIG_SH_SOLUTION_ENGINE is not set
61# CONFIG_SH_7751_SOLUTION_ENGINE is not set 94# CONFIG_SH_7751_SOLUTION_ENGINE is not set
62# CONFIG_SH_7300_SOLUTION_ENGINE is not set 95# CONFIG_SH_7300_SOLUTION_ENGINE is not set
96# CONFIG_SH_7343_SOLUTION_ENGINE is not set
63# CONFIG_SH_73180_SOLUTION_ENGINE is not set 97# CONFIG_SH_73180_SOLUTION_ENGINE is not set
64# CONFIG_SH_7751_SYSTEMH is not set 98# CONFIG_SH_7751_SYSTEMH is not set
65# CONFIG_SH_STB1_HARP is not set 99# CONFIG_SH_HP6XX is not set
66# CONFIG_SH_STB1_OVERDRIVE is not set
67# CONFIG_SH_HP620 is not set
68# CONFIG_SH_HP680 is not set
69# CONFIG_SH_HP690 is not set
70# CONFIG_SH_CQREEK is not set
71# CONFIG_SH_DMIDA is not set
72# CONFIG_SH_EC3104 is not set 100# CONFIG_SH_EC3104 is not set
73# CONFIG_SH_SATURN is not set 101# CONFIG_SH_SATURN is not set
74# CONFIG_SH_DREAMCAST is not set 102# CONFIG_SH_DREAMCAST is not set
75# CONFIG_SH_CAT68701 is not set
76# CONFIG_SH_BIGSUR is not set 103# CONFIG_SH_BIGSUR is not set
77# CONFIG_SH_SH2000 is not set
78# CONFIG_SH_ADX is not set
79# CONFIG_SH_MPC1211 is not set 104# CONFIG_SH_MPC1211 is not set
80# CONFIG_SH_SH03 is not set 105# CONFIG_SH_SH03 is not set
81# CONFIG_SH_SECUREEDGE5410 is not set 106# CONFIG_SH_SECUREEDGE5410 is not set
82# CONFIG_SH_HS7751RVOIP is not set 107# CONFIG_SH_HS7751RVOIP is not set
108# CONFIG_SH_7710VOIPGW is not set
83CONFIG_SH_RTS7751R2D=y 109CONFIG_SH_RTS7751R2D=y
110# CONFIG_SH_R7780RP is not set
84# CONFIG_SH_EDOSK7705 is not set 111# CONFIG_SH_EDOSK7705 is not set
85# CONFIG_SH_SH4202_MICRODEV is not set 112# CONFIG_SH_SH4202_MICRODEV is not set
113# CONFIG_SH_LANDISK is not set
114# CONFIG_SH_TITAN is not set
115# CONFIG_SH_SHMIN is not set
86# CONFIG_SH_UNKNOWN is not set 116# CONFIG_SH_UNKNOWN is not set
87# CONFIG_CPU_SH2 is not set 117
88# CONFIG_CPU_SH3 is not set 118#
119# Processor selection
120#
89CONFIG_CPU_SH4=y 121CONFIG_CPU_SH4=y
122
123#
124# SH-2 Processor Support
125#
90# CONFIG_CPU_SUBTYPE_SH7604 is not set 126# CONFIG_CPU_SUBTYPE_SH7604 is not set
127
128#
129# SH-3 Processor Support
130#
91# CONFIG_CPU_SUBTYPE_SH7300 is not set 131# CONFIG_CPU_SUBTYPE_SH7300 is not set
92# CONFIG_CPU_SUBTYPE_SH7705 is not set 132# CONFIG_CPU_SUBTYPE_SH7705 is not set
133# CONFIG_CPU_SUBTYPE_SH7706 is not set
93# CONFIG_CPU_SUBTYPE_SH7707 is not set 134# CONFIG_CPU_SUBTYPE_SH7707 is not set
94# CONFIG_CPU_SUBTYPE_SH7708 is not set 135# CONFIG_CPU_SUBTYPE_SH7708 is not set
95# CONFIG_CPU_SUBTYPE_SH7709 is not set 136# CONFIG_CPU_SUBTYPE_SH7709 is not set
137# CONFIG_CPU_SUBTYPE_SH7710 is not set
138
139#
140# SH-4 Processor Support
141#
96# CONFIG_CPU_SUBTYPE_SH7750 is not set 142# CONFIG_CPU_SUBTYPE_SH7750 is not set
143# CONFIG_CPU_SUBTYPE_SH7091 is not set
144# CONFIG_CPU_SUBTYPE_SH7750R is not set
145# CONFIG_CPU_SUBTYPE_SH7750S is not set
97CONFIG_CPU_SUBTYPE_SH7751=y 146CONFIG_CPU_SUBTYPE_SH7751=y
147CONFIG_CPU_SUBTYPE_SH7751R=y
98# CONFIG_CPU_SUBTYPE_SH7760 is not set 148# CONFIG_CPU_SUBTYPE_SH7760 is not set
99# CONFIG_CPU_SUBTYPE_SH73180 is not set 149# CONFIG_CPU_SUBTYPE_SH4_202 is not set
150
151#
152# ST40 Processor Support
153#
100# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 154# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
101# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 155# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
102# CONFIG_CPU_SUBTYPE_SH4_202 is not set 156
157#
158# SH-4A Processor Support
159#
160# CONFIG_CPU_SUBTYPE_SH7770 is not set
161# CONFIG_CPU_SUBTYPE_SH7780 is not set
162
163#
164# SH4AL-DSP Processor Support
165#
166# CONFIG_CPU_SUBTYPE_SH73180 is not set
167# CONFIG_CPU_SUBTYPE_SH7343 is not set
168
169#
170# Memory management options
171#
103CONFIG_MMU=y 172CONFIG_MMU=y
104CONFIG_CMDLINE_BOOL=y 173CONFIG_PAGE_OFFSET=0x80000000
105CONFIG_CMDLINE="mem=64M console=ttySC0,115200 root=/dev/hda1"
106CONFIG_MEMORY_START=0x0c000000 174CONFIG_MEMORY_START=0x0c000000
107CONFIG_MEMORY_SIZE=0x04000000 175CONFIG_MEMORY_SIZE=0x04000000
108CONFIG_MEMORY_SET=y 176CONFIG_VSYSCALL=y
109# CONFIG_MEMORY_OVERRIDE is not set 177CONFIG_SELECT_MEMORY_MODEL=y
110CONFIG_SH_RTC=y 178CONFIG_FLATMEM_MANUAL=y
111CONFIG_SH_FPU=y 179# CONFIG_DISCONTIGMEM_MANUAL is not set
112CONFIG_ZERO_PAGE_OFFSET=0x00010000 180# CONFIG_SPARSEMEM_MANUAL is not set
113CONFIG_BOOT_LINK_OFFSET=0x00800000 181CONFIG_FLATMEM=y
114CONFIG_CPU_LITTLE_ENDIAN=y 182CONFIG_FLAT_NODE_MEM_MAP=y
115# CONFIG_PREEMPT is not set 183# CONFIG_SPARSEMEM_STATIC is not set
116# CONFIG_UBC_WAKEUP is not set 184CONFIG_SPLIT_PTLOCK_CPUS=4
185# CONFIG_RESOURCES_64BIT is not set
186
187#
188# Cache configuration
189#
190# CONFIG_SH_DIRECT_MAPPED is not set
117# CONFIG_SH_WRITETHROUGH is not set 191# CONFIG_SH_WRITETHROUGH is not set
118# CONFIG_SH_OCRAM is not set 192# CONFIG_SH_OCRAM is not set
193
194#
195# Processor features
196#
197CONFIG_CPU_LITTLE_ENDIAN=y
198CONFIG_SH_FPU=y
199# CONFIG_SH_DSP is not set
119# CONFIG_SH_STORE_QUEUES is not set 200# CONFIG_SH_STORE_QUEUES is not set
120# CONFIG_SMP is not set 201CONFIG_CPU_HAS_INTEVT=y
202CONFIG_CPU_HAS_SR_RB=y
203
204#
205# Timer support
206#
207CONFIG_SH_TMU=y
208
209#
210# RTS7751R2D options
211#
121CONFIG_RTS7751R2D_REV11=y 212CONFIG_RTS7751R2D_REV11=y
122CONFIG_SH_PCLK_CALC=y
123CONFIG_SH_PCLK_FREQ=60000000 213CONFIG_SH_PCLK_FREQ=60000000
124 214
125# 215#
@@ -140,17 +230,37 @@ CONFIG_NR_ONCHIP_DMA_CHANNELS=8
140CONFIG_VOYAGERGX=y 230CONFIG_VOYAGERGX=y
141# CONFIG_HD6446X_SERIES is not set 231# CONFIG_HD6446X_SERIES is not set
142CONFIG_HEARTBEAT=y 232CONFIG_HEARTBEAT=y
143CONFIG_RTC_9701JE=y
144 233
145# 234#
146# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 235# Kernel features
236#
237# CONFIG_HZ_100 is not set
238CONFIG_HZ_250=y
239# CONFIG_HZ_1000 is not set
240CONFIG_HZ=250
241# CONFIG_KEXEC is not set
242# CONFIG_SMP is not set
243CONFIG_PREEMPT_NONE=y
244# CONFIG_PREEMPT_VOLUNTARY is not set
245# CONFIG_PREEMPT is not set
246
247#
248# Boot options
249#
250CONFIG_ZERO_PAGE_OFFSET=0x00010000
251CONFIG_BOOT_LINK_OFFSET=0x00800000
252# CONFIG_UBC_WAKEUP is not set
253CONFIG_CMDLINE_BOOL=y
254CONFIG_CMDLINE="mem=64M console=ttySC0,115200 root=/dev/hda1"
255
256#
257# Bus options
147# 258#
148CONFIG_PCI=y 259CONFIG_PCI=y
149CONFIG_SH_PCIDMA_NONCOHERENT=y 260CONFIG_SH_PCIDMA_NONCOHERENT=y
150CONFIG_PCI_AUTO=y 261CONFIG_PCI_AUTO=y
151CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 262CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
152# CONFIG_PCI_LEGACY_PROC is not set 263# CONFIG_PCI_MULTITHREAD_PROBE is not set
153CONFIG_PCI_NAMES=y
154 264
155# 265#
156# PCCARD (PCMCIA/CardBus) support 266# PCCARD (PCMCIA/CardBus) support
@@ -158,10 +268,6 @@ CONFIG_PCI_NAMES=y
158# CONFIG_PCCARD is not set 268# CONFIG_PCCARD is not set
159 269
160# 270#
161# PC-card bridges
162#
163
164#
165# PCI Hotplug Support 271# PCI Hotplug Support
166# 272#
167CONFIG_HOTPLUG_PCI=y 273CONFIG_HOTPLUG_PCI=y
@@ -177,6 +283,95 @@ CONFIG_BINFMT_ELF=y
177# CONFIG_BINFMT_MISC is not set 283# CONFIG_BINFMT_MISC is not set
178 284
179# 285#
286# Power management options (EXPERIMENTAL)
287#
288# CONFIG_PM is not set
289
290#
291# Networking
292#
293CONFIG_NET=y
294
295#
296# Networking options
297#
298# CONFIG_NETDEBUG is not set
299CONFIG_PACKET=y
300# CONFIG_PACKET_MMAP is not set
301CONFIG_UNIX=y
302CONFIG_XFRM=y
303# CONFIG_XFRM_USER is not set
304# CONFIG_XFRM_SUB_POLICY is not set
305# CONFIG_NET_KEY is not set
306CONFIG_INET=y
307# CONFIG_IP_MULTICAST is not set
308# CONFIG_IP_ADVANCED_ROUTER is not set
309CONFIG_IP_FIB_HASH=y
310# CONFIG_IP_PNP is not set
311# CONFIG_NET_IPIP is not set
312# CONFIG_NET_IPGRE is not set
313# CONFIG_ARPD is not set
314# CONFIG_SYN_COOKIES is not set
315# CONFIG_INET_AH is not set
316# CONFIG_INET_ESP is not set
317# CONFIG_INET_IPCOMP is not set
318# CONFIG_INET_XFRM_TUNNEL is not set
319# CONFIG_INET_TUNNEL is not set
320CONFIG_INET_XFRM_MODE_TRANSPORT=y
321CONFIG_INET_XFRM_MODE_TUNNEL=y
322CONFIG_INET_DIAG=y
323CONFIG_INET_TCP_DIAG=y
324# CONFIG_TCP_CONG_ADVANCED is not set
325CONFIG_TCP_CONG_CUBIC=y
326CONFIG_DEFAULT_TCP_CONG="cubic"
327# CONFIG_IPV6 is not set
328# CONFIG_INET6_XFRM_TUNNEL is not set
329# CONFIG_INET6_TUNNEL is not set
330# CONFIG_NETWORK_SECMARK is not set
331# CONFIG_NETFILTER is not set
332
333#
334# DCCP Configuration (EXPERIMENTAL)
335#
336# CONFIG_IP_DCCP is not set
337
338#
339# SCTP Configuration (EXPERIMENTAL)
340#
341# CONFIG_IP_SCTP is not set
342
343#
344# TIPC Configuration (EXPERIMENTAL)
345#
346# CONFIG_TIPC is not set
347# CONFIG_ATM is not set
348# CONFIG_BRIDGE is not set
349# CONFIG_VLAN_8021Q is not set
350# CONFIG_DECNET is not set
351# CONFIG_LLC2 is not set
352# CONFIG_IPX is not set
353# CONFIG_ATALK is not set
354# CONFIG_X25 is not set
355# CONFIG_LAPB is not set
356# CONFIG_ECONET is not set
357# CONFIG_WAN_ROUTER is not set
358
359#
360# QoS and/or fair queueing
361#
362# CONFIG_NET_SCHED is not set
363
364#
365# Network testing
366#
367# CONFIG_NET_PKTGEN is not set
368# CONFIG_HAMRADIO is not set
369# CONFIG_IRDA is not set
370# CONFIG_BT is not set
371# CONFIG_IEEE80211 is not set
372CONFIG_WIRELESS_EXT=y
373
374#
180# Device Drivers 375# Device Drivers
181# 376#
182 377
@@ -186,6 +381,12 @@ CONFIG_BINFMT_ELF=y
186CONFIG_STANDALONE=y 381CONFIG_STANDALONE=y
187CONFIG_PREVENT_FIRMWARE_BUILD=y 382CONFIG_PREVENT_FIRMWARE_BUILD=y
188# CONFIG_FW_LOADER is not set 383# CONFIG_FW_LOADER is not set
384# CONFIG_SYS_HYPERVISOR is not set
385
386#
387# Connector - unified userspace <-> kernelspace linker
388#
389# CONFIG_CONNECTOR is not set
189 390
190# 391#
191# Memory Technology Devices (MTD) 392# Memory Technology Devices (MTD)
@@ -204,7 +405,6 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
204# 405#
205# Block devices 406# Block devices
206# 407#
207# CONFIG_BLK_DEV_FD is not set
208# CONFIG_BLK_CPQ_DA is not set 408# CONFIG_BLK_CPQ_DA is not set
209# CONFIG_BLK_CPQ_CISS_DA is not set 409# CONFIG_BLK_CPQ_CISS_DA is not set
210# CONFIG_BLK_DEV_DAC960 is not set 410# CONFIG_BLK_DEV_DAC960 is not set
@@ -216,18 +416,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
216CONFIG_BLK_DEV_RAM=y 416CONFIG_BLK_DEV_RAM=y
217CONFIG_BLK_DEV_RAM_COUNT=16 417CONFIG_BLK_DEV_RAM_COUNT=16
218CONFIG_BLK_DEV_RAM_SIZE=4096 418CONFIG_BLK_DEV_RAM_SIZE=4096
419CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
219# CONFIG_BLK_DEV_INITRD is not set 420# CONFIG_BLK_DEV_INITRD is not set
220CONFIG_INITRAMFS_SOURCE=""
221# CONFIG_LBD is not set
222# CONFIG_CDROM_PKTCDVD is not set 421# CONFIG_CDROM_PKTCDVD is not set
223
224#
225# IO Schedulers
226#
227CONFIG_IOSCHED_NOOP=y
228CONFIG_IOSCHED_AS=y
229CONFIG_IOSCHED_DEADLINE=y
230CONFIG_IOSCHED_CFQ=y
231# CONFIG_ATA_OVER_ETH is not set 422# CONFIG_ATA_OVER_ETH is not set
232 423
233# 424#
@@ -253,7 +444,6 @@ CONFIG_BLK_DEV_IDEDISK=y
253# 444#
254CONFIG_IDE_GENERIC=y 445CONFIG_IDE_GENERIC=y
255# CONFIG_BLK_DEV_IDEPCI is not set 446# CONFIG_BLK_DEV_IDEPCI is not set
256CONFIG_IDE_SH=y
257# CONFIG_IDE_ARM is not set 447# CONFIG_IDE_ARM is not set
258# CONFIG_BLK_DEV_IDEDMA is not set 448# CONFIG_BLK_DEV_IDEDMA is not set
259# CONFIG_IDEDMA_AUTO is not set 449# CONFIG_IDEDMA_AUTO is not set
@@ -262,7 +452,14 @@ CONFIG_IDE_SH=y
262# 452#
263# SCSI device support 453# SCSI device support
264# 454#
455# CONFIG_RAID_ATTRS is not set
265# CONFIG_SCSI is not set 456# CONFIG_SCSI is not set
457# CONFIG_SCSI_NETLINK is not set
458
459#
460# Serial ATA (prod) and Parallel ATA (experimental) drivers
461#
462# CONFIG_ATA is not set
266 463
267# 464#
268# Multi-device support (RAID and LVM) 465# Multi-device support (RAID and LVM)
@@ -272,6 +469,7 @@ CONFIG_IDE_SH=y
272# 469#
273# Fusion MPT device support 470# Fusion MPT device support
274# 471#
472# CONFIG_FUSION is not set
275 473
276# 474#
277# IEEE 1394 (FireWire) support 475# IEEE 1394 (FireWire) support
@@ -284,67 +482,8 @@ CONFIG_IDE_SH=y
284# CONFIG_I2O is not set 482# CONFIG_I2O is not set
285 483
286# 484#
287# Networking support 485# Network device support
288# 486#
289CONFIG_NET=y
290
291#
292# Networking options
293#
294CONFIG_PACKET=y
295# CONFIG_PACKET_MMAP is not set
296# CONFIG_NETLINK_DEV is not set
297CONFIG_UNIX=y
298# CONFIG_NET_KEY is not set
299CONFIG_INET=y
300# CONFIG_IP_MULTICAST is not set
301# CONFIG_IP_ADVANCED_ROUTER is not set
302# CONFIG_IP_PNP is not set
303# CONFIG_NET_IPIP is not set
304# CONFIG_NET_IPGRE is not set
305# CONFIG_ARPD is not set
306# CONFIG_SYN_COOKIES is not set
307# CONFIG_INET_AH is not set
308# CONFIG_INET_ESP is not set
309# CONFIG_INET_IPCOMP is not set
310# CONFIG_INET_TUNNEL is not set
311CONFIG_IP_TCPDIAG=y
312# CONFIG_IP_TCPDIAG_IPV6 is not set
313# CONFIG_IPV6 is not set
314# CONFIG_NETFILTER is not set
315
316#
317# SCTP Configuration (EXPERIMENTAL)
318#
319# CONFIG_IP_SCTP is not set
320# CONFIG_ATM is not set
321# CONFIG_BRIDGE is not set
322# CONFIG_VLAN_8021Q is not set
323# CONFIG_DECNET is not set
324# CONFIG_LLC2 is not set
325# CONFIG_IPX is not set
326# CONFIG_ATALK is not set
327# CONFIG_X25 is not set
328# CONFIG_LAPB is not set
329# CONFIG_NET_DIVERT is not set
330# CONFIG_ECONET is not set
331# CONFIG_WAN_ROUTER is not set
332
333#
334# QoS and/or fair queueing
335#
336# CONFIG_NET_SCHED is not set
337# CONFIG_NET_CLS_ROUTE is not set
338
339#
340# Network testing
341#
342# CONFIG_NET_PKTGEN is not set
343# CONFIG_NETPOLL is not set
344# CONFIG_NET_POLL_CONTROLLER is not set
345# CONFIG_HAMRADIO is not set
346# CONFIG_IRDA is not set
347# CONFIG_BT is not set
348CONFIG_NETDEVICES=y 487CONFIG_NETDEVICES=y
349# CONFIG_DUMMY is not set 488# CONFIG_DUMMY is not set
350# CONFIG_BONDING is not set 489# CONFIG_BONDING is not set
@@ -357,6 +496,11 @@ CONFIG_NETDEVICES=y
357# CONFIG_ARCNET is not set 496# CONFIG_ARCNET is not set
358 497
359# 498#
499# PHY device support
500#
501# CONFIG_PHYLIB is not set
502
503#
360# Ethernet (10 or 100Mbit) 504# Ethernet (10 or 100Mbit)
361# 505#
362CONFIG_NET_ETHERNET=y 506CONFIG_NET_ETHERNET=y
@@ -364,6 +508,7 @@ CONFIG_MII=y
364# CONFIG_STNIC is not set 508# CONFIG_STNIC is not set
365# CONFIG_HAPPYMEAL is not set 509# CONFIG_HAPPYMEAL is not set
366# CONFIG_SUNGEM is not set 510# CONFIG_SUNGEM is not set
511# CONFIG_CASSINI is not set
367# CONFIG_NET_VENDOR_3COM is not set 512# CONFIG_NET_VENDOR_3COM is not set
368# CONFIG_SMC91X is not set 513# CONFIG_SMC91X is not set
369 514
@@ -406,15 +551,22 @@ CONFIG_8139TOO=y
406# CONFIG_HAMACHI is not set 551# CONFIG_HAMACHI is not set
407# CONFIG_YELLOWFIN is not set 552# CONFIG_YELLOWFIN is not set
408# CONFIG_R8169 is not set 553# CONFIG_R8169 is not set
554# CONFIG_SIS190 is not set
555# CONFIG_SKGE is not set
556# CONFIG_SKY2 is not set
409# CONFIG_SK98LIN is not set 557# CONFIG_SK98LIN is not set
410# CONFIG_VIA_VELOCITY is not set 558# CONFIG_VIA_VELOCITY is not set
411# CONFIG_TIGON3 is not set 559# CONFIG_TIGON3 is not set
560# CONFIG_BNX2 is not set
561# CONFIG_QLA3XXX is not set
412 562
413# 563#
414# Ethernet (10000 Mbit) 564# Ethernet (10000 Mbit)
415# 565#
566# CONFIG_CHELSIO_T1 is not set
416# CONFIG_IXGB is not set 567# CONFIG_IXGB is not set
417# CONFIG_S2IO is not set 568# CONFIG_S2IO is not set
569# CONFIG_MYRI10GE is not set
418 570
419# 571#
420# Token Ring devices 572# Token Ring devices
@@ -425,6 +577,7 @@ CONFIG_8139TOO=y
425# Wireless LAN (non-hamradio) 577# Wireless LAN (non-hamradio)
426# 578#
427CONFIG_NET_RADIO=y 579CONFIG_NET_RADIO=y
580# CONFIG_NET_WIRELESS_RTNETLINK is not set
428 581
429# 582#
430# Obsolete Wireless cards support (pre-802.11) 583# Obsolete Wireless cards support (pre-802.11)
@@ -434,9 +587,12 @@ CONFIG_NET_RADIO=y
434# 587#
435# Wireless 802.11b ISA/PCI cards support 588# Wireless 802.11b ISA/PCI cards support
436# 589#
590# CONFIG_IPW2100 is not set
591# CONFIG_IPW2200 is not set
437CONFIG_HERMES=m 592CONFIG_HERMES=m
438# CONFIG_PLX_HERMES is not set 593# CONFIG_PLX_HERMES is not set
439# CONFIG_TMD_HERMES is not set 594# CONFIG_TMD_HERMES is not set
595# CONFIG_NORTEL_HERMES is not set
440# CONFIG_PCI_HERMES is not set 596# CONFIG_PCI_HERMES is not set
441# CONFIG_ATMEL is not set 597# CONFIG_ATMEL is not set
442 598
@@ -444,6 +600,7 @@ CONFIG_HERMES=m
444# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support 600# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
445# 601#
446# CONFIG_PRISM54 is not set 602# CONFIG_PRISM54 is not set
603# CONFIG_HOSTAP is not set
447CONFIG_NET_WIRELESS=y 604CONFIG_NET_WIRELESS=y
448 605
449# 606#
@@ -456,6 +613,8 @@ CONFIG_NET_WIRELESS=y
456# CONFIG_SLIP is not set 613# CONFIG_SLIP is not set
457# CONFIG_SHAPER is not set 614# CONFIG_SHAPER is not set
458# CONFIG_NETCONSOLE is not set 615# CONFIG_NETCONSOLE is not set
616# CONFIG_NETPOLL is not set
617# CONFIG_NET_POLL_CONTROLLER is not set
459 618
460# 619#
461# ISDN subsystem 620# ISDN subsystem
@@ -473,20 +632,10 @@ CONFIG_NET_WIRELESS=y
473# CONFIG_INPUT is not set 632# CONFIG_INPUT is not set
474 633
475# 634#
476# Userland interfaces 635# Hardware I/O ports
477#
478
479# 636#
480# Input I/O drivers
481#
482# CONFIG_GAMEPORT is not set
483CONFIG_SOUND_GAMEPORT=y
484# CONFIG_SERIO is not set 637# CONFIG_SERIO is not set
485# CONFIG_SERIO_I8042 is not set 638# CONFIG_GAMEPORT is not set
486
487#
488# Input Device Drivers
489#
490 639
491# 640#
492# Character devices 641# Character devices
@@ -503,6 +652,7 @@ CONFIG_SOUND_GAMEPORT=y
503# Non-8250 serial port support 652# Non-8250 serial port support
504# 653#
505# CONFIG_SERIAL_SH_SCI is not set 654# CONFIG_SERIAL_SH_SCI is not set
655# CONFIG_SERIAL_JSM is not set
506# CONFIG_UNIX98_PTYS is not set 656# CONFIG_UNIX98_PTYS is not set
507CONFIG_LEGACY_PTYS=y 657CONFIG_LEGACY_PTYS=y
508CONFIG_LEGACY_PTY_COUNT=256 658CONFIG_LEGACY_PTY_COUNT=256
@@ -516,7 +666,7 @@ CONFIG_LEGACY_PTY_COUNT=256
516# Watchdog Cards 666# Watchdog Cards
517# 667#
518# CONFIG_WATCHDOG is not set 668# CONFIG_WATCHDOG is not set
519# CONFIG_RTC is not set 669CONFIG_HW_RANDOM=y
520# CONFIG_GEN_RTC is not set 670# CONFIG_GEN_RTC is not set
521# CONFIG_DTLK is not set 671# CONFIG_DTLK is not set
522# CONFIG_R3964 is not set 672# CONFIG_R3964 is not set
@@ -529,14 +679,35 @@ CONFIG_LEGACY_PTY_COUNT=256
529# CONFIG_RAW_DRIVER is not set 679# CONFIG_RAW_DRIVER is not set
530 680
531# 681#
682# TPM devices
683#
684# CONFIG_TCG_TPM is not set
685# CONFIG_TELCLOCK is not set
686
687#
532# I2C support 688# I2C support
533# 689#
534# CONFIG_I2C is not set 690# CONFIG_I2C is not set
535 691
536# 692#
693# SPI support
694#
695# CONFIG_SPI is not set
696# CONFIG_SPI_MASTER is not set
697
698#
537# Dallas's 1-wire bus 699# Dallas's 1-wire bus
538# 700#
539# CONFIG_W1 is not set 701
702#
703# Hardware Monitoring support
704#
705CONFIG_HWMON=y
706# CONFIG_HWMON_VID is not set
707# CONFIG_SENSORS_ABITUGURU is not set
708# CONFIG_SENSORS_F71805F is not set
709# CONFIG_SENSORS_VT1211 is not set
710# CONFIG_HWMON_DEBUG_CHIP is not set
540 711
541# 712#
542# Misc devices 713# Misc devices
@@ -546,6 +717,7 @@ CONFIG_LEGACY_PTY_COUNT=256
546# Multimedia devices 717# Multimedia devices
547# 718#
548# CONFIG_VIDEO_DEV is not set 719# CONFIG_VIDEO_DEV is not set
720CONFIG_VIDEO_V4L2=y
549 721
550# 722#
551# Digital Video Broadcasting Devices 723# Digital Video Broadcasting Devices
@@ -555,7 +727,9 @@ CONFIG_LEGACY_PTY_COUNT=256
555# 727#
556# Graphics support 728# Graphics support
557# 729#
730CONFIG_FIRMWARE_EDID=y
558# CONFIG_FB is not set 731# CONFIG_FB is not set
732# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
559 733
560# 734#
561# Sound 735# Sound
@@ -573,6 +747,9 @@ CONFIG_SND_RAWMIDI=m
573# CONFIG_SND_SEQUENCER is not set 747# CONFIG_SND_SEQUENCER is not set
574# CONFIG_SND_MIXER_OSS is not set 748# CONFIG_SND_MIXER_OSS is not set
575# CONFIG_SND_PCM_OSS is not set 749# CONFIG_SND_PCM_OSS is not set
750# CONFIG_SND_DYNAMIC_MINORS is not set
751CONFIG_SND_SUPPORT_OLD_API=y
752CONFIG_SND_VERBOSE_PROCFS=y
576# CONFIG_SND_VERBOSE_PRINTK is not set 753# CONFIG_SND_VERBOSE_PRINTK is not set
577# CONFIG_SND_DEBUG is not set 754# CONFIG_SND_DEBUG is not set
578 755
@@ -581,6 +758,8 @@ CONFIG_SND_RAWMIDI=m
581# 758#
582CONFIG_SND_MPU401_UART=m 759CONFIG_SND_MPU401_UART=m
583CONFIG_SND_OPL3_LIB=m 760CONFIG_SND_OPL3_LIB=m
761CONFIG_SND_AC97_CODEC=m
762CONFIG_SND_AC97_BUS=m
584# CONFIG_SND_DUMMY is not set 763# CONFIG_SND_DUMMY is not set
585# CONFIG_SND_MTPAV is not set 764# CONFIG_SND_MTPAV is not set
586# CONFIG_SND_SERIAL_U16550 is not set 765# CONFIG_SND_SERIAL_U16550 is not set
@@ -589,7 +768,8 @@ CONFIG_SND_OPL3_LIB=m
589# 768#
590# PCI devices 769# PCI devices
591# 770#
592CONFIG_SND_AC97_CODEC=m 771# CONFIG_SND_AD1889 is not set
772# CONFIG_SND_ALS300 is not set
593# CONFIG_SND_ALI5451 is not set 773# CONFIG_SND_ALI5451 is not set
594# CONFIG_SND_ATIIXP is not set 774# CONFIG_SND_ATIIXP is not set
595# CONFIG_SND_ATIIXP_MODEM is not set 775# CONFIG_SND_ATIIXP_MODEM is not set
@@ -598,73 +778,63 @@ CONFIG_SND_AC97_CODEC=m
598# CONFIG_SND_AU8830 is not set 778# CONFIG_SND_AU8830 is not set
599# CONFIG_SND_AZT3328 is not set 779# CONFIG_SND_AZT3328 is not set
600# CONFIG_SND_BT87X is not set 780# CONFIG_SND_BT87X is not set
601# CONFIG_SND_CS46XX is not set 781# CONFIG_SND_CA0106 is not set
782# CONFIG_SND_CMIPCI is not set
602# CONFIG_SND_CS4281 is not set 783# CONFIG_SND_CS4281 is not set
784# CONFIG_SND_CS46XX is not set
603# CONFIG_SND_EMU10K1 is not set 785# CONFIG_SND_EMU10K1 is not set
604# CONFIG_SND_EMU10K1X is not set 786# CONFIG_SND_EMU10K1X is not set
605# CONFIG_SND_CA0106 is not set
606# CONFIG_SND_KORG1212 is not set
607# CONFIG_SND_MIXART is not set
608# CONFIG_SND_NM256 is not set
609# CONFIG_SND_RME32 is not set
610# CONFIG_SND_RME96 is not set
611# CONFIG_SND_RME9652 is not set
612# CONFIG_SND_HDSP is not set
613# CONFIG_SND_TRIDENT is not set
614CONFIG_SND_YMFPCI=m
615# CONFIG_SND_ALS4000 is not set
616# CONFIG_SND_CMIPCI is not set
617# CONFIG_SND_ENS1370 is not set 787# CONFIG_SND_ENS1370 is not set
618# CONFIG_SND_ENS1371 is not set 788# CONFIG_SND_ENS1371 is not set
619# CONFIG_SND_ES1938 is not set 789# CONFIG_SND_ES1938 is not set
620# CONFIG_SND_ES1968 is not set 790# CONFIG_SND_ES1968 is not set
621# CONFIG_SND_MAESTRO3 is not set
622# CONFIG_SND_FM801 is not set 791# CONFIG_SND_FM801 is not set
792# CONFIG_SND_HDA_INTEL is not set
793# CONFIG_SND_HDSP is not set
794# CONFIG_SND_HDSPM is not set
623# CONFIG_SND_ICE1712 is not set 795# CONFIG_SND_ICE1712 is not set
624# CONFIG_SND_ICE1724 is not set 796# CONFIG_SND_ICE1724 is not set
625# CONFIG_SND_INTEL8X0 is not set 797# CONFIG_SND_INTEL8X0 is not set
626# CONFIG_SND_INTEL8X0M is not set 798# CONFIG_SND_INTEL8X0M is not set
799# CONFIG_SND_KORG1212 is not set
800# CONFIG_SND_MAESTRO3 is not set
801# CONFIG_SND_MIXART is not set
802# CONFIG_SND_NM256 is not set
803# CONFIG_SND_PCXHR is not set
804# CONFIG_SND_RME32 is not set
805# CONFIG_SND_RME96 is not set
806# CONFIG_SND_RME9652 is not set
627# CONFIG_SND_SONICVIBES is not set 807# CONFIG_SND_SONICVIBES is not set
808# CONFIG_SND_TRIDENT is not set
628# CONFIG_SND_VIA82XX is not set 809# CONFIG_SND_VIA82XX is not set
629# CONFIG_SND_VIA82XX_MODEM is not set 810# CONFIG_SND_VIA82XX_MODEM is not set
630# CONFIG_SND_VX222 is not set 811# CONFIG_SND_VX222 is not set
812CONFIG_SND_YMFPCI=m
813# CONFIG_SND_AC97_POWER_SAVE is not set
631 814
632# 815#
633# Open Sound System 816# Open Sound System
634# 817#
635CONFIG_SOUND_PRIME=m 818CONFIG_SOUND_PRIME=m
819# CONFIG_OSS_OBSOLETE_DRIVER is not set
636# CONFIG_SOUND_BT878 is not set 820# CONFIG_SOUND_BT878 is not set
637CONFIG_SOUND_CMPCI=m
638# CONFIG_SOUND_EMU10K1 is not set
639# CONFIG_SOUND_FUSION is not set
640# CONFIG_SOUND_CS4281 is not set
641# CONFIG_SOUND_ES1370 is not set
642# CONFIG_SOUND_ES1371 is not set 821# CONFIG_SOUND_ES1371 is not set
643# CONFIG_SOUND_ESSSOLO1 is not set
644# CONFIG_SOUND_MAESTRO is not set
645# CONFIG_SOUND_MAESTRO3 is not set
646# CONFIG_SOUND_ICH is not set 822# CONFIG_SOUND_ICH is not set
647# CONFIG_SOUND_SONICVIBES is not set
648# CONFIG_SOUND_TRIDENT is not set 823# CONFIG_SOUND_TRIDENT is not set
649# CONFIG_SOUND_MSNDCLAS is not set 824# CONFIG_SOUND_MSNDCLAS is not set
650# CONFIG_SOUND_MSNDPIN is not set 825# CONFIG_SOUND_MSNDPIN is not set
651# CONFIG_SOUND_VIA82CXXX is not set 826# CONFIG_SOUND_VIA82CXXX is not set
652# CONFIG_SOUND_OSS is not set
653# CONFIG_SOUND_ALI5455 is not set
654# CONFIG_SOUND_FORTE is not set
655# CONFIG_SOUND_RME96XX is not set
656# CONFIG_SOUND_AD1980 is not set
657CONFIG_SOUND_VOYAGERGX=m
658 827
659# 828#
660# USB support 829# USB support
661# 830#
662# CONFIG_USB is not set
663CONFIG_USB_ARCH_HAS_HCD=y 831CONFIG_USB_ARCH_HAS_HCD=y
664CONFIG_USB_ARCH_HAS_OHCI=y 832CONFIG_USB_ARCH_HAS_OHCI=y
833CONFIG_USB_ARCH_HAS_EHCI=y
834# CONFIG_USB is not set
665 835
666# 836#
667# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 837# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
668# 838#
669 839
670# 840#
@@ -678,30 +848,66 @@ CONFIG_USB_ARCH_HAS_OHCI=y
678# CONFIG_MMC is not set 848# CONFIG_MMC is not set
679 849
680# 850#
851# LED devices
852#
853# CONFIG_NEW_LEDS is not set
854
855#
856# LED drivers
857#
858
859#
860# LED Triggers
861#
862
863#
681# InfiniBand support 864# InfiniBand support
682# 865#
683# CONFIG_INFINIBAND is not set 866# CONFIG_INFINIBAND is not set
684 867
685# 868#
869# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
870#
871
872#
873# Real Time Clock
874#
875# CONFIG_RTC_CLASS is not set
876
877#
878# DMA Engine support
879#
880# CONFIG_DMA_ENGINE is not set
881
882#
883# DMA Clients
884#
885
886#
887# DMA Devices
888#
889
890#
686# File systems 891# File systems
687# 892#
688CONFIG_EXT2_FS=y 893CONFIG_EXT2_FS=y
689# CONFIG_EXT2_FS_XATTR is not set 894# CONFIG_EXT2_FS_XATTR is not set
895# CONFIG_EXT2_FS_XIP is not set
690# CONFIG_EXT3_FS is not set 896# CONFIG_EXT3_FS is not set
691# CONFIG_JBD is not set
692# CONFIG_REISERFS_FS is not set 897# CONFIG_REISERFS_FS is not set
693# CONFIG_JFS_FS is not set 898# CONFIG_JFS_FS is not set
694 899# CONFIG_FS_POSIX_ACL is not set
695#
696# XFS support
697#
698# CONFIG_XFS_FS is not set 900# CONFIG_XFS_FS is not set
901# CONFIG_OCFS2_FS is not set
699CONFIG_MINIX_FS=y 902CONFIG_MINIX_FS=y
700# CONFIG_ROMFS_FS is not set 903# CONFIG_ROMFS_FS is not set
904CONFIG_INOTIFY=y
905CONFIG_INOTIFY_USER=y
701# CONFIG_QUOTA is not set 906# CONFIG_QUOTA is not set
702CONFIG_DNOTIFY=y 907CONFIG_DNOTIFY=y
703# CONFIG_AUTOFS_FS is not set 908# CONFIG_AUTOFS_FS is not set
704# CONFIG_AUTOFS4_FS is not set 909# CONFIG_AUTOFS4_FS is not set
910# CONFIG_FUSE_FS is not set
705 911
706# 912#
707# CD-ROM/DVD Filesystems 913# CD-ROM/DVD Filesystems
@@ -724,12 +930,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
724# 930#
725CONFIG_PROC_FS=y 931CONFIG_PROC_FS=y
726CONFIG_PROC_KCORE=y 932CONFIG_PROC_KCORE=y
933CONFIG_PROC_SYSCTL=y
727CONFIG_SYSFS=y 934CONFIG_SYSFS=y
728# CONFIG_DEVFS_FS is not set
729# CONFIG_TMPFS is not set 935# CONFIG_TMPFS is not set
730# CONFIG_HUGETLBFS is not set 936# CONFIG_HUGETLBFS is not set
731# CONFIG_HUGETLB_PAGE is not set 937# CONFIG_HUGETLB_PAGE is not set
732CONFIG_RAMFS=y 938CONFIG_RAMFS=y
939# CONFIG_CONFIGFS_FS is not set
733 940
734# 941#
735# Miscellaneous filesystems 942# Miscellaneous filesystems
@@ -758,6 +965,7 @@ CONFIG_RAMFS=y
758# CONFIG_NCP_FS is not set 965# CONFIG_NCP_FS is not set
759# CONFIG_CODA_FS is not set 966# CONFIG_CODA_FS is not set
760# CONFIG_AFS_FS is not set 967# CONFIG_AFS_FS is not set
968# CONFIG_9P_FS is not set
761 969
762# 970#
763# Partition Types 971# Partition Types
@@ -818,8 +1026,14 @@ CONFIG_OPROFILE=y
818# 1026#
819# Kernel hacking 1027# Kernel hacking
820# 1028#
1029# CONFIG_PRINTK_TIME is not set
1030CONFIG_ENABLE_MUST_CHECK=y
1031# CONFIG_MAGIC_SYSRQ is not set
1032# CONFIG_UNUSED_SYMBOLS is not set
821# CONFIG_DEBUG_KERNEL is not set 1033# CONFIG_DEBUG_KERNEL is not set
822# CONFIG_FRAME_POINTER is not set 1034CONFIG_LOG_BUF_SHIFT=14
1035# CONFIG_DEBUG_BUGVERBOSE is not set
1036# CONFIG_DEBUG_FS is not set
823# CONFIG_SH_STANDARD_BIOS is not set 1037# CONFIG_SH_STANDARD_BIOS is not set
824# CONFIG_EARLY_SCIF_CONSOLE is not set 1038# CONFIG_EARLY_SCIF_CONSOLE is not set
825# CONFIG_KGDB is not set 1039# CONFIG_KGDB is not set
@@ -836,12 +1050,10 @@ CONFIG_OPROFILE=y
836# CONFIG_CRYPTO is not set 1050# CONFIG_CRYPTO is not set
837 1051
838# 1052#
839# Hardware crypto devices
840#
841
842#
843# Library routines 1053# Library routines
844# 1054#
845# CONFIG_CRC_CCITT is not set 1055# CONFIG_CRC_CCITT is not set
1056# CONFIG_CRC16 is not set
846CONFIG_CRC32=y 1057CONFIG_CRC32=y
847# CONFIG_LIBCRC32C is not set 1058# CONFIG_LIBCRC32C is not set
1059CONFIG_PLIST=y
diff --git a/arch/sh/configs/se7300_defconfig b/arch/sh/configs/se7300_defconfig
index 4b71cd692fa5..8a217908b81f 100644
--- a/arch/sh/configs/se7300_defconfig
+++ b/arch/sh/configs/se7300_defconfig
@@ -1,45 +1,55 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:43 2005 4# Tue Oct 3 11:43:22 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24# CONFIG_SWAP is not set 27# CONFIG_SWAP is not set
25# CONFIG_SYSVIPC is not set 28# CONFIG_SYSVIPC is not set
26# CONFIG_BSD_PROCESS_ACCT is not set 29# CONFIG_BSD_PROCESS_ACCT is not set
27CONFIG_SYSCTL=y 30# CONFIG_UTS_NS is not set
28# CONFIG_AUDIT is not set
29CONFIG_LOG_BUF_SHIFT=14
30# CONFIG_HOTPLUG is not set
31# CONFIG_IKCONFIG is not set 31# CONFIG_IKCONFIG is not set
32# CONFIG_RELAY is not set
33CONFIG_INITRAMFS_SOURCE=""
34# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35CONFIG_SYSCTL=y
32CONFIG_EMBEDDED=y 36CONFIG_EMBEDDED=y
37CONFIG_UID16=y
38# CONFIG_SYSCTL_SYSCALL is not set
33# CONFIG_KALLSYMS is not set 39# CONFIG_KALLSYMS is not set
40# CONFIG_HOTPLUG is not set
41CONFIG_PRINTK=y
42CONFIG_BUG=y
43CONFIG_ELF_CORE=y
44CONFIG_BASE_FULL=y
34# CONFIG_FUTEX is not set 45# CONFIG_FUTEX is not set
35# CONFIG_EPOLL is not set 46# CONFIG_EPOLL is not set
36# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37CONFIG_SHMEM=y 47CONFIG_SHMEM=y
38CONFIG_CC_ALIGN_FUNCTIONS=0 48CONFIG_SLAB=y
39CONFIG_CC_ALIGN_LABELS=0 49CONFIG_VM_EVENT_COUNTERS=y
40CONFIG_CC_ALIGN_LOOPS=0
41CONFIG_CC_ALIGN_JUMPS=0
42# CONFIG_TINY_SHMEM is not set 50# CONFIG_TINY_SHMEM is not set
51CONFIG_BASE_SMALL=0
52# CONFIG_SLOB is not set
43 53
44# 54#
45# Loadable module support 55# Loadable module support
@@ -47,68 +57,145 @@ CONFIG_CC_ALIGN_JUMPS=0
47# CONFIG_MODULES is not set 57# CONFIG_MODULES is not set
48 58
49# 59#
60# Block layer
61#
62CONFIG_BLOCK=y
63# CONFIG_LBD is not set
64# CONFIG_BLK_DEV_IO_TRACE is not set
65# CONFIG_LSF is not set
66
67#
68# IO Schedulers
69#
70CONFIG_IOSCHED_NOOP=y
71# CONFIG_IOSCHED_AS is not set
72# CONFIG_IOSCHED_DEADLINE is not set
73# CONFIG_IOSCHED_CFQ is not set
74# CONFIG_DEFAULT_AS is not set
75# CONFIG_DEFAULT_DEADLINE is not set
76# CONFIG_DEFAULT_CFQ is not set
77CONFIG_DEFAULT_NOOP=y
78CONFIG_DEFAULT_IOSCHED="noop"
79
80#
50# System type 81# System type
51# 82#
83CONFIG_SOLUTION_ENGINE=y
52# CONFIG_SH_SOLUTION_ENGINE is not set 84# CONFIG_SH_SOLUTION_ENGINE is not set
53# CONFIG_SH_7751_SOLUTION_ENGINE is not set 85# CONFIG_SH_7751_SOLUTION_ENGINE is not set
54CONFIG_SH_7300_SOLUTION_ENGINE=y 86CONFIG_SH_7300_SOLUTION_ENGINE=y
87# CONFIG_SH_7343_SOLUTION_ENGINE is not set
55# CONFIG_SH_73180_SOLUTION_ENGINE is not set 88# CONFIG_SH_73180_SOLUTION_ENGINE is not set
56# CONFIG_SH_7751_SYSTEMH is not set 89# CONFIG_SH_7751_SYSTEMH is not set
57# CONFIG_SH_STB1_HARP is not set 90# CONFIG_SH_HP6XX is not set
58# CONFIG_SH_STB1_OVERDRIVE is not set
59# CONFIG_SH_HP620 is not set
60# CONFIG_SH_HP680 is not set
61# CONFIG_SH_HP690 is not set
62# CONFIG_SH_CQREEK is not set
63# CONFIG_SH_DMIDA is not set
64# CONFIG_SH_EC3104 is not set 91# CONFIG_SH_EC3104 is not set
65# CONFIG_SH_SATURN is not set 92# CONFIG_SH_SATURN is not set
66# CONFIG_SH_DREAMCAST is not set 93# CONFIG_SH_DREAMCAST is not set
67# CONFIG_SH_CAT68701 is not set
68# CONFIG_SH_BIGSUR is not set 94# CONFIG_SH_BIGSUR is not set
69# CONFIG_SH_SH2000 is not set
70# CONFIG_SH_ADX is not set
71# CONFIG_SH_MPC1211 is not set 95# CONFIG_SH_MPC1211 is not set
72# CONFIG_SH_SH03 is not set 96# CONFIG_SH_SH03 is not set
73# CONFIG_SH_SECUREEDGE5410 is not set 97# CONFIG_SH_SECUREEDGE5410 is not set
74# CONFIG_SH_HS7751RVOIP is not set 98# CONFIG_SH_HS7751RVOIP is not set
99# CONFIG_SH_7710VOIPGW is not set
75# CONFIG_SH_RTS7751R2D is not set 100# CONFIG_SH_RTS7751R2D is not set
101# CONFIG_SH_R7780RP is not set
76# CONFIG_SH_EDOSK7705 is not set 102# CONFIG_SH_EDOSK7705 is not set
77# CONFIG_SH_SH4202_MICRODEV is not set 103# CONFIG_SH_SH4202_MICRODEV is not set
104# CONFIG_SH_LANDISK is not set
105# CONFIG_SH_TITAN is not set
106# CONFIG_SH_SHMIN is not set
78# CONFIG_SH_UNKNOWN is not set 107# CONFIG_SH_UNKNOWN is not set
79# CONFIG_CPU_SH2 is not set 108
109#
110# Processor selection
111#
80CONFIG_CPU_SH3=y 112CONFIG_CPU_SH3=y
81# CONFIG_CPU_SH4 is not set 113
114#
115# SH-2 Processor Support
116#
82# CONFIG_CPU_SUBTYPE_SH7604 is not set 117# CONFIG_CPU_SUBTYPE_SH7604 is not set
118
119#
120# SH-3 Processor Support
121#
83CONFIG_CPU_SUBTYPE_SH7300=y 122CONFIG_CPU_SUBTYPE_SH7300=y
84# CONFIG_CPU_SUBTYPE_SH7705 is not set 123# CONFIG_CPU_SUBTYPE_SH7705 is not set
124# CONFIG_CPU_SUBTYPE_SH7706 is not set
85# CONFIG_CPU_SUBTYPE_SH7707 is not set 125# CONFIG_CPU_SUBTYPE_SH7707 is not set
86# CONFIG_CPU_SUBTYPE_SH7708 is not set 126# CONFIG_CPU_SUBTYPE_SH7708 is not set
87# CONFIG_CPU_SUBTYPE_SH7709 is not set 127# CONFIG_CPU_SUBTYPE_SH7709 is not set
128# CONFIG_CPU_SUBTYPE_SH7710 is not set
129
130#
131# SH-4 Processor Support
132#
88# CONFIG_CPU_SUBTYPE_SH7750 is not set 133# CONFIG_CPU_SUBTYPE_SH7750 is not set
134# CONFIG_CPU_SUBTYPE_SH7091 is not set
135# CONFIG_CPU_SUBTYPE_SH7750R is not set
136# CONFIG_CPU_SUBTYPE_SH7750S is not set
89# CONFIG_CPU_SUBTYPE_SH7751 is not set 137# CONFIG_CPU_SUBTYPE_SH7751 is not set
138# CONFIG_CPU_SUBTYPE_SH7751R is not set
90# CONFIG_CPU_SUBTYPE_SH7760 is not set 139# CONFIG_CPU_SUBTYPE_SH7760 is not set
91# CONFIG_CPU_SUBTYPE_SH73180 is not set 140# CONFIG_CPU_SUBTYPE_SH4_202 is not set
141
142#
143# ST40 Processor Support
144#
92# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 145# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
93# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 146# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
94# CONFIG_CPU_SUBTYPE_SH4_202 is not set 147
148#
149# SH-4A Processor Support
150#
151# CONFIG_CPU_SUBTYPE_SH7770 is not set
152# CONFIG_CPU_SUBTYPE_SH7780 is not set
153
154#
155# SH4AL-DSP Processor Support
156#
157# CONFIG_CPU_SUBTYPE_SH73180 is not set
158# CONFIG_CPU_SUBTYPE_SH7343 is not set
159
160#
161# Memory management options
162#
95CONFIG_MMU=y 163CONFIG_MMU=y
96CONFIG_CMDLINE_BOOL=y 164CONFIG_PAGE_OFFSET=0x80000000
97CONFIG_CMDLINE="console=ttySC0,38400 root=/dev/ram0"
98CONFIG_MEMORY_START=0x0c000000 165CONFIG_MEMORY_START=0x0c000000
99CONFIG_MEMORY_SIZE=0x04000000 166CONFIG_MEMORY_SIZE=0x04000000
100# CONFIG_MEMORY_OVERRIDE is not set 167CONFIG_VSYSCALL=y
101CONFIG_SH_DSP=y 168CONFIG_SELECT_MEMORY_MODEL=y
102# CONFIG_SH_ADC is not set 169CONFIG_FLATMEM_MANUAL=y
103CONFIG_ZERO_PAGE_OFFSET=0x00001000 170# CONFIG_DISCONTIGMEM_MANUAL is not set
104CONFIG_BOOT_LINK_OFFSET=0x00210000 171# CONFIG_SPARSEMEM_MANUAL is not set
105CONFIG_CPU_LITTLE_ENDIAN=y 172CONFIG_FLATMEM=y
106# CONFIG_PREEMPT is not set 173CONFIG_FLAT_NODE_MEM_MAP=y
107# CONFIG_UBC_WAKEUP is not set 174# CONFIG_SPARSEMEM_STATIC is not set
175CONFIG_SPLIT_PTLOCK_CPUS=4
176# CONFIG_RESOURCES_64BIT is not set
177
178#
179# Cache configuration
180#
181# CONFIG_SH_DIRECT_MAPPED is not set
108# CONFIG_SH_WRITETHROUGH is not set 182# CONFIG_SH_WRITETHROUGH is not set
109# CONFIG_SH_OCRAM is not set 183# CONFIG_SH_OCRAM is not set
110# CONFIG_SMP is not set 184
111# CONFIG_SH_PCLK_CALC is not set 185#
186# Processor features
187#
188CONFIG_CPU_LITTLE_ENDIAN=y
189# CONFIG_SH_FPU_EMU is not set
190CONFIG_SH_DSP=y
191# CONFIG_SH_ADC is not set
192CONFIG_CPU_HAS_INTEVT=y
193CONFIG_CPU_HAS_SR_RB=y
194
195#
196# Timer support
197#
198CONFIG_SH_TMU=y
112CONFIG_SH_PCLK_FREQ=33333333 199CONFIG_SH_PCLK_FREQ=33333333
113 200
114# 201#
@@ -128,17 +215,34 @@ CONFIG_SH_PCLK_FREQ=33333333
128CONFIG_HEARTBEAT=y 215CONFIG_HEARTBEAT=y
129 216
130# 217#
131# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 218# Kernel features
132# 219#
133# CONFIG_PCI is not set 220# CONFIG_HZ_100 is not set
221CONFIG_HZ_250=y
222# CONFIG_HZ_1000 is not set
223CONFIG_HZ=250
224# CONFIG_KEXEC is not set
225# CONFIG_SMP is not set
226CONFIG_PREEMPT_NONE=y
227# CONFIG_PREEMPT_VOLUNTARY is not set
228# CONFIG_PREEMPT is not set
134 229
135# 230#
136# PCCARD (PCMCIA/CardBus) support 231# Boot options
232#
233CONFIG_ZERO_PAGE_OFFSET=0x00001000
234CONFIG_BOOT_LINK_OFFSET=0x00210000
235# CONFIG_UBC_WAKEUP is not set
236CONFIG_CMDLINE_BOOL=y
237CONFIG_CMDLINE="console=ttySC0,38400 root=/dev/ram0"
238
239#
240# Bus options
137# 241#
138# CONFIG_PCCARD is not set 242# CONFIG_PCI is not set
139 243
140# 244#
141# PC-card bridges 245# PCCARD (PCMCIA/CardBus) support
142# 246#
143 247
144# 248#
@@ -153,10 +257,14 @@ CONFIG_BINFMT_ELF=y
153# CONFIG_BINFMT_MISC is not set 257# CONFIG_BINFMT_MISC is not set
154 258
155# 259#
156# SH initrd options 260# Power management options (EXPERIMENTAL)
261#
262# CONFIG_PM is not set
263
264#
265# Networking
157# 266#
158CONFIG_EMBEDDED_RAMDISK=y 267# CONFIG_NET is not set
159CONFIG_EMBEDDED_RAMDISK_IMAGE="ramdisk.gz"
160 268
161# 269#
162# Device Drivers 270# Device Drivers
@@ -167,7 +275,11 @@ CONFIG_EMBEDDED_RAMDISK_IMAGE="ramdisk.gz"
167# 275#
168CONFIG_STANDALONE=y 276CONFIG_STANDALONE=y
169CONFIG_PREVENT_FIRMWARE_BUILD=y 277CONFIG_PREVENT_FIRMWARE_BUILD=y
170# CONFIG_FW_LOADER is not set 278# CONFIG_SYS_HYPERVISOR is not set
279
280#
281# Connector - unified userspace <-> kernelspace linker
282#
171 283
172# 284#
173# Memory Technology Devices (MTD) 285# Memory Technology Devices (MTD)
@@ -186,26 +298,16 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
186# 298#
187# Block devices 299# Block devices
188# 300#
189# CONFIG_BLK_DEV_FD is not set
190# CONFIG_BLK_DEV_COW_COMMON is not set 301# CONFIG_BLK_DEV_COW_COMMON is not set
191# CONFIG_BLK_DEV_LOOP is not set 302# CONFIG_BLK_DEV_LOOP is not set
192CONFIG_BLK_DEV_RAM=y 303CONFIG_BLK_DEV_RAM=y
193CONFIG_BLK_DEV_RAM_COUNT=16 304CONFIG_BLK_DEV_RAM_COUNT=16
194CONFIG_BLK_DEV_RAM_SIZE=4096 305CONFIG_BLK_DEV_RAM_SIZE=4096
306CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
195CONFIG_BLK_DEV_INITRD=y 307CONFIG_BLK_DEV_INITRD=y
196CONFIG_INITRAMFS_SOURCE=""
197# CONFIG_LBD is not set
198# CONFIG_CDROM_PKTCDVD is not set 308# CONFIG_CDROM_PKTCDVD is not set
199 309
200# 310#
201# IO Schedulers
202#
203CONFIG_IOSCHED_NOOP=y
204# CONFIG_IOSCHED_AS is not set
205# CONFIG_IOSCHED_DEADLINE is not set
206# CONFIG_IOSCHED_CFQ is not set
207
208#
209# ATA/ATAPI/MFM/RLL support 311# ATA/ATAPI/MFM/RLL support
210# 312#
211# CONFIG_IDE is not set 313# CONFIG_IDE is not set
@@ -213,7 +315,14 @@ CONFIG_IOSCHED_NOOP=y
213# 315#
214# SCSI device support 316# SCSI device support
215# 317#
318# CONFIG_RAID_ATTRS is not set
216# CONFIG_SCSI is not set 319# CONFIG_SCSI is not set
320# CONFIG_SCSI_NETLINK is not set
321
322#
323# Serial ATA (prod) and Parallel ATA (experimental) drivers
324#
325# CONFIG_ATA is not set
217 326
218# 327#
219# Multi-device support (RAID and LVM) 328# Multi-device support (RAID and LVM)
@@ -223,6 +332,7 @@ CONFIG_IOSCHED_NOOP=y
223# 332#
224# Fusion MPT device support 333# Fusion MPT device support
225# 334#
335# CONFIG_FUSION is not set
226 336
227# 337#
228# IEEE 1394 (FireWire) support 338# IEEE 1394 (FireWire) support
@@ -233,13 +343,6 @@ CONFIG_IOSCHED_NOOP=y
233# 343#
234 344
235# 345#
236# Networking support
237#
238# CONFIG_NET is not set
239# CONFIG_NETPOLL is not set
240# CONFIG_NET_POLL_CONTROLLER is not set
241
242#
243# ISDN subsystem 346# ISDN subsystem
244# 347#
245 348
@@ -252,6 +355,7 @@ CONFIG_IOSCHED_NOOP=y
252# Input device support 355# Input device support
253# 356#
254CONFIG_INPUT=y 357CONFIG_INPUT=y
358# CONFIG_INPUT_FF_MEMLESS is not set
255 359
256# 360#
257# Userland interfaces 361# Userland interfaces
@@ -266,18 +370,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
266# CONFIG_INPUT_EVBUG is not set 370# CONFIG_INPUT_EVBUG is not set
267 371
268# 372#
269# Input I/O drivers
270#
271# CONFIG_GAMEPORT is not set
272CONFIG_SOUND_GAMEPORT=y
273CONFIG_SERIO=y
274# CONFIG_SERIO_I8042 is not set
275# CONFIG_SERIO_SERPORT is not set
276# CONFIG_SERIO_CT82C710 is not set
277# CONFIG_SERIO_LIBPS2 is not set
278# CONFIG_SERIO_RAW is not set
279
280#
281# Input Device Drivers 373# Input Device Drivers
282# 374#
283# CONFIG_INPUT_KEYBOARD is not set 375# CONFIG_INPUT_KEYBOARD is not set
@@ -287,6 +379,16 @@ CONFIG_SERIO=y
287# CONFIG_INPUT_MISC is not set 379# CONFIG_INPUT_MISC is not set
288 380
289# 381#
382# Hardware I/O ports
383#
384CONFIG_SERIO=y
385# CONFIG_SERIO_I8042 is not set
386# CONFIG_SERIO_SERPORT is not set
387# CONFIG_SERIO_LIBPS2 is not set
388# CONFIG_SERIO_RAW is not set
389# CONFIG_GAMEPORT is not set
390
391#
290# Character devices 392# Character devices
291# 393#
292# CONFIG_VT is not set 394# CONFIG_VT is not set
@@ -301,6 +403,7 @@ CONFIG_SERIO=y
301# Non-8250 serial port support 403# Non-8250 serial port support
302# 404#
303CONFIG_SERIAL_SH_SCI=y 405CONFIG_SERIAL_SH_SCI=y
406CONFIG_SERIAL_SH_SCI_NR_UARTS=2
304CONFIG_SERIAL_SH_SCI_CONSOLE=y 407CONFIG_SERIAL_SH_SCI_CONSOLE=y
305CONFIG_SERIAL_CORE=y 408CONFIG_SERIAL_CORE=y
306CONFIG_SERIAL_CORE_CONSOLE=y 409CONFIG_SERIAL_CORE_CONSOLE=y
@@ -328,7 +431,7 @@ CONFIG_WATCHDOG=y
328# 431#
329CONFIG_SOFT_WATCHDOG=y 432CONFIG_SOFT_WATCHDOG=y
330# CONFIG_SH_WDT is not set 433# CONFIG_SH_WDT is not set
331# CONFIG_RTC is not set 434CONFIG_HW_RANDOM=y
332# CONFIG_GEN_RTC is not set 435# CONFIG_GEN_RTC is not set
333# CONFIG_DTLK is not set 436# CONFIG_DTLK is not set
334# CONFIG_R3964 is not set 437# CONFIG_R3964 is not set
@@ -336,18 +439,38 @@ CONFIG_SOFT_WATCHDOG=y
336# 439#
337# Ftape, the floppy tape device driver 440# Ftape, the floppy tape device driver
338# 441#
339# CONFIG_DRM is not set
340# CONFIG_RAW_DRIVER is not set 442# CONFIG_RAW_DRIVER is not set
341 443
342# 444#
445# TPM devices
446#
447# CONFIG_TCG_TPM is not set
448# CONFIG_TELCLOCK is not set
449
450#
343# I2C support 451# I2C support
344# 452#
345# CONFIG_I2C is not set 453# CONFIG_I2C is not set
346 454
347# 455#
456# SPI support
457#
458# CONFIG_SPI is not set
459# CONFIG_SPI_MASTER is not set
460
461#
348# Dallas's 1-wire bus 462# Dallas's 1-wire bus
349# 463#
350# CONFIG_W1 is not set 464
465#
466# Hardware Monitoring support
467#
468CONFIG_HWMON=y
469# CONFIG_HWMON_VID is not set
470# CONFIG_SENSORS_ABITUGURU is not set
471# CONFIG_SENSORS_F71805F is not set
472# CONFIG_SENSORS_VT1211 is not set
473# CONFIG_HWMON_DEBUG_CHIP is not set
351 474
352# 475#
353# Misc devices 476# Misc devices
@@ -357,6 +480,7 @@ CONFIG_SOFT_WATCHDOG=y
357# Multimedia devices 480# Multimedia devices
358# 481#
359# CONFIG_VIDEO_DEV is not set 482# CONFIG_VIDEO_DEV is not set
483CONFIG_VIDEO_V4L2=y
360 484
361# 485#
362# Digital Video Broadcasting Devices 486# Digital Video Broadcasting Devices
@@ -365,7 +489,9 @@ CONFIG_SOFT_WATCHDOG=y
365# 489#
366# Graphics support 490# Graphics support
367# 491#
492CONFIG_FIRMWARE_EDID=y
368# CONFIG_FB is not set 493# CONFIG_FB is not set
494# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
369 495
370# 496#
371# Sound 497# Sound
@@ -377,9 +503,10 @@ CONFIG_SOFT_WATCHDOG=y
377# 503#
378# CONFIG_USB_ARCH_HAS_HCD is not set 504# CONFIG_USB_ARCH_HAS_HCD is not set
379# CONFIG_USB_ARCH_HAS_OHCI is not set 505# CONFIG_USB_ARCH_HAS_OHCI is not set
506# CONFIG_USB_ARCH_HAS_EHCI is not set
380 507
381# 508#
382# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 509# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
383# 510#
384 511
385# 512#
@@ -393,30 +520,64 @@ CONFIG_SOFT_WATCHDOG=y
393# CONFIG_MMC is not set 520# CONFIG_MMC is not set
394 521
395# 522#
523# LED devices
524#
525# CONFIG_NEW_LEDS is not set
526
527#
528# LED drivers
529#
530
531#
532# LED Triggers
533#
534
535#
396# InfiniBand support 536# InfiniBand support
397# 537#
398# CONFIG_INFINIBAND is not set 538
539#
540# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
541#
542
543#
544# Real Time Clock
545#
546# CONFIG_RTC_CLASS is not set
547
548#
549# DMA Engine support
550#
551# CONFIG_DMA_ENGINE is not set
552
553#
554# DMA Clients
555#
556
557#
558# DMA Devices
559#
399 560
400# 561#
401# File systems 562# File systems
402# 563#
403CONFIG_EXT2_FS=y 564CONFIG_EXT2_FS=y
404# CONFIG_EXT2_FS_XATTR is not set 565# CONFIG_EXT2_FS_XATTR is not set
566# CONFIG_EXT2_FS_XIP is not set
405# CONFIG_EXT3_FS is not set 567# CONFIG_EXT3_FS is not set
406# CONFIG_JBD is not set
407# CONFIG_REISERFS_FS is not set 568# CONFIG_REISERFS_FS is not set
408# CONFIG_JFS_FS is not set 569# CONFIG_JFS_FS is not set
409 570# CONFIG_FS_POSIX_ACL is not set
410#
411# XFS support
412#
413# CONFIG_XFS_FS is not set 571# CONFIG_XFS_FS is not set
414# CONFIG_MINIX_FS is not set 572# CONFIG_MINIX_FS is not set
415# CONFIG_ROMFS_FS is not set 573# CONFIG_ROMFS_FS is not set
574CONFIG_INOTIFY=y
575CONFIG_INOTIFY_USER=y
416# CONFIG_QUOTA is not set 576# CONFIG_QUOTA is not set
417CONFIG_DNOTIFY=y 577CONFIG_DNOTIFY=y
418# CONFIG_AUTOFS_FS is not set 578# CONFIG_AUTOFS_FS is not set
419# CONFIG_AUTOFS4_FS is not set 579# CONFIG_AUTOFS4_FS is not set
580# CONFIG_FUSE_FS is not set
420 581
421# 582#
422# CD-ROM/DVD Filesystems 583# CD-ROM/DVD Filesystems
@@ -436,14 +597,13 @@ CONFIG_DNOTIFY=y
436# 597#
437CONFIG_PROC_FS=y 598CONFIG_PROC_FS=y
438CONFIG_PROC_KCORE=y 599CONFIG_PROC_KCORE=y
600CONFIG_PROC_SYSCTL=y
439CONFIG_SYSFS=y 601CONFIG_SYSFS=y
440CONFIG_DEVFS_FS=y
441CONFIG_DEVFS_MOUNT=y
442# CONFIG_DEVFS_DEBUG is not set
443# CONFIG_TMPFS is not set 602# CONFIG_TMPFS is not set
444# CONFIG_HUGETLBFS is not set 603# CONFIG_HUGETLBFS is not set
445# CONFIG_HUGETLB_PAGE is not set 604# CONFIG_HUGETLB_PAGE is not set
446CONFIG_RAMFS=y 605CONFIG_RAMFS=y
606# CONFIG_CONFIGFS_FS is not set
447 607
448# 608#
449# Miscellaneous filesystems 609# Miscellaneous filesystems
@@ -481,8 +641,16 @@ CONFIG_MSDOS_PARTITION=y
481# 641#
482# Kernel hacking 642# Kernel hacking
483# 643#
644# CONFIG_PRINTK_TIME is not set
645CONFIG_ENABLE_MUST_CHECK=y
646# CONFIG_MAGIC_SYSRQ is not set
647# CONFIG_UNUSED_SYMBOLS is not set
484# CONFIG_DEBUG_KERNEL is not set 648# CONFIG_DEBUG_KERNEL is not set
485# CONFIG_FRAME_POINTER is not set 649CONFIG_LOG_BUF_SHIFT=14
650# CONFIG_DEBUG_BUGVERBOSE is not set
651# CONFIG_DEBUG_FS is not set
652CONFIG_FRAME_POINTER=y
653# CONFIG_UNWIND_INFO is not set
486CONFIG_SH_STANDARD_BIOS=y 654CONFIG_SH_STANDARD_BIOS=y
487CONFIG_EARLY_PRINTK=y 655CONFIG_EARLY_PRINTK=y
488CONFIG_KGDB=y 656CONFIG_KGDB=y
@@ -520,12 +688,9 @@ CONFIG_KGDB_DEFBITS_8=y
520# CONFIG_CRYPTO is not set 688# CONFIG_CRYPTO is not set
521 689
522# 690#
523# Hardware crypto devices
524#
525
526#
527# Library routines 691# Library routines
528# 692#
529# CONFIG_CRC_CCITT is not set 693# CONFIG_CRC_CCITT is not set
694# CONFIG_CRC16 is not set
530CONFIG_CRC32=y 695CONFIG_CRC32=y
531# CONFIG_LIBCRC32C is not set 696# CONFIG_LIBCRC32C is not set
diff --git a/arch/sh/configs/se73180_defconfig b/arch/sh/configs/se73180_defconfig
index fe19feb95ca9..1a766153cbb0 100644
--- a/arch/sh/configs/se73180_defconfig
+++ b/arch/sh/configs/se73180_defconfig
@@ -1,120 +1,208 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:44 2005 4# Tue Oct 3 11:44:45 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24CONFIG_SWAP=y 27CONFIG_SWAP=y
25# CONFIG_SYSVIPC is not set 28# CONFIG_SYSVIPC is not set
26# CONFIG_BSD_PROCESS_ACCT is not set 29# CONFIG_BSD_PROCESS_ACCT is not set
27# CONFIG_SYSCTL is not set 30# CONFIG_UTS_NS is not set
28# CONFIG_AUDIT is not set
29CONFIG_LOG_BUF_SHIFT=14
30# CONFIG_HOTPLUG is not set
31# CONFIG_IKCONFIG is not set 31# CONFIG_IKCONFIG is not set
32# CONFIG_RELAY is not set
33CONFIG_INITRAMFS_SOURCE=""
34# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35CONFIG_SYSCTL=y
32CONFIG_EMBEDDED=y 36CONFIG_EMBEDDED=y
37CONFIG_UID16=y
38# CONFIG_SYSCTL_SYSCALL is not set
33# CONFIG_KALLSYMS is not set 39# CONFIG_KALLSYMS is not set
40# CONFIG_HOTPLUG is not set
41CONFIG_PRINTK=y
42CONFIG_BUG=y
43CONFIG_ELF_CORE=y
44CONFIG_BASE_FULL=y
34# CONFIG_FUTEX is not set 45# CONFIG_FUTEX is not set
35# CONFIG_EPOLL is not set 46# CONFIG_EPOLL is not set
36# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37CONFIG_SHMEM=y 47CONFIG_SHMEM=y
38CONFIG_CC_ALIGN_FUNCTIONS=0 48CONFIG_SLAB=y
39CONFIG_CC_ALIGN_LABELS=0 49CONFIG_VM_EVENT_COUNTERS=y
40CONFIG_CC_ALIGN_LOOPS=0
41CONFIG_CC_ALIGN_JUMPS=0
42# CONFIG_TINY_SHMEM is not set 50# CONFIG_TINY_SHMEM is not set
51CONFIG_BASE_SMALL=0
52# CONFIG_SLOB is not set
43 53
44# 54#
45# Loadable module support 55# Loadable module support
46# 56#
47CONFIG_MODULES=y 57CONFIG_MODULES=y
48# CONFIG_MODULE_UNLOAD is not set 58# CONFIG_MODULE_UNLOAD is not set
49CONFIG_OBSOLETE_MODPARM=y
50# CONFIG_MODVERSIONS is not set 59# CONFIG_MODVERSIONS is not set
51# CONFIG_MODULE_SRCVERSION_ALL is not set 60# CONFIG_MODULE_SRCVERSION_ALL is not set
52# CONFIG_KMOD is not set 61# CONFIG_KMOD is not set
53 62
54# 63#
64# Block layer
65#
66CONFIG_BLOCK=y
67# CONFIG_LBD is not set
68# CONFIG_LSF is not set
69
70#
71# IO Schedulers
72#
73CONFIG_IOSCHED_NOOP=y
74# CONFIG_IOSCHED_AS is not set
75# CONFIG_IOSCHED_DEADLINE is not set
76# CONFIG_IOSCHED_CFQ is not set
77# CONFIG_DEFAULT_AS is not set
78# CONFIG_DEFAULT_DEADLINE is not set
79# CONFIG_DEFAULT_CFQ is not set
80CONFIG_DEFAULT_NOOP=y
81CONFIG_DEFAULT_IOSCHED="noop"
82
83#
55# System type 84# System type
56# 85#
86CONFIG_SOLUTION_ENGINE=y
57# CONFIG_SH_SOLUTION_ENGINE is not set 87# CONFIG_SH_SOLUTION_ENGINE is not set
58# CONFIG_SH_7751_SOLUTION_ENGINE is not set 88# CONFIG_SH_7751_SOLUTION_ENGINE is not set
59# CONFIG_SH_7300_SOLUTION_ENGINE is not set 89# CONFIG_SH_7300_SOLUTION_ENGINE is not set
90# CONFIG_SH_7343_SOLUTION_ENGINE is not set
60CONFIG_SH_73180_SOLUTION_ENGINE=y 91CONFIG_SH_73180_SOLUTION_ENGINE=y
61# CONFIG_SH_7751_SYSTEMH is not set 92# CONFIG_SH_7751_SYSTEMH is not set
62# CONFIG_SH_STB1_HARP is not set 93# CONFIG_SH_HP6XX is not set
63# CONFIG_SH_STB1_OVERDRIVE is not set
64# CONFIG_SH_HP620 is not set
65# CONFIG_SH_HP680 is not set
66# CONFIG_SH_HP690 is not set
67# CONFIG_SH_CQREEK is not set
68# CONFIG_SH_DMIDA is not set
69# CONFIG_SH_EC3104 is not set 94# CONFIG_SH_EC3104 is not set
70# CONFIG_SH_SATURN is not set 95# CONFIG_SH_SATURN is not set
71# CONFIG_SH_DREAMCAST is not set 96# CONFIG_SH_DREAMCAST is not set
72# CONFIG_SH_CAT68701 is not set
73# CONFIG_SH_BIGSUR is not set 97# CONFIG_SH_BIGSUR is not set
74# CONFIG_SH_SH2000 is not set
75# CONFIG_SH_ADX is not set
76# CONFIG_SH_MPC1211 is not set 98# CONFIG_SH_MPC1211 is not set
77# CONFIG_SH_SH03 is not set 99# CONFIG_SH_SH03 is not set
78# CONFIG_SH_SECUREEDGE5410 is not set 100# CONFIG_SH_SECUREEDGE5410 is not set
79# CONFIG_SH_HS7751RVOIP is not set 101# CONFIG_SH_HS7751RVOIP is not set
102# CONFIG_SH_7710VOIPGW is not set
80# CONFIG_SH_RTS7751R2D is not set 103# CONFIG_SH_RTS7751R2D is not set
81# CONFIG_SH_R7780RP is not set 104# CONFIG_SH_R7780RP is not set
82# CONFIG_SH_EDOSK7705 is not set 105# CONFIG_SH_EDOSK7705 is not set
83# CONFIG_SH_SH4202_MICRODEV is not set 106# CONFIG_SH_SH4202_MICRODEV is not set
107# CONFIG_SH_LANDISK is not set
108# CONFIG_SH_TITAN is not set
109# CONFIG_SH_SHMIN is not set
84# CONFIG_SH_UNKNOWN is not set 110# CONFIG_SH_UNKNOWN is not set
85# CONFIG_CPU_SH2 is not set 111
86# CONFIG_CPU_SH3 is not set 112#
113# Processor selection
114#
87CONFIG_CPU_SH4=y 115CONFIG_CPU_SH4=y
116CONFIG_CPU_SH4A=y
117CONFIG_CPU_SH4AL_DSP=y
118
119#
120# SH-2 Processor Support
121#
88# CONFIG_CPU_SUBTYPE_SH7604 is not set 122# CONFIG_CPU_SUBTYPE_SH7604 is not set
123
124#
125# SH-3 Processor Support
126#
89# CONFIG_CPU_SUBTYPE_SH7300 is not set 127# CONFIG_CPU_SUBTYPE_SH7300 is not set
90# CONFIG_CPU_SUBTYPE_SH7705 is not set 128# CONFIG_CPU_SUBTYPE_SH7705 is not set
129# CONFIG_CPU_SUBTYPE_SH7706 is not set
91# CONFIG_CPU_SUBTYPE_SH7707 is not set 130# CONFIG_CPU_SUBTYPE_SH7707 is not set
92# CONFIG_CPU_SUBTYPE_SH7708 is not set 131# CONFIG_CPU_SUBTYPE_SH7708 is not set
93# CONFIG_CPU_SUBTYPE_SH7709 is not set 132# CONFIG_CPU_SUBTYPE_SH7709 is not set
133# CONFIG_CPU_SUBTYPE_SH7710 is not set
134
135#
136# SH-4 Processor Support
137#
94# CONFIG_CPU_SUBTYPE_SH7750 is not set 138# CONFIG_CPU_SUBTYPE_SH7750 is not set
139# CONFIG_CPU_SUBTYPE_SH7091 is not set
140# CONFIG_CPU_SUBTYPE_SH7750R is not set
141# CONFIG_CPU_SUBTYPE_SH7750S is not set
95# CONFIG_CPU_SUBTYPE_SH7751 is not set 142# CONFIG_CPU_SUBTYPE_SH7751 is not set
143# CONFIG_CPU_SUBTYPE_SH7751R is not set
96# CONFIG_CPU_SUBTYPE_SH7760 is not set 144# CONFIG_CPU_SUBTYPE_SH7760 is not set
97CONFIG_CPU_SUBTYPE_SH73180=y 145# CONFIG_CPU_SUBTYPE_SH4_202 is not set
146
147#
148# ST40 Processor Support
149#
98# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 150# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
99# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 151# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
100# CONFIG_CPU_SUBTYPE_SH4_202 is not set 152
153#
154# SH-4A Processor Support
155#
156# CONFIG_CPU_SUBTYPE_SH7770 is not set
157# CONFIG_CPU_SUBTYPE_SH7780 is not set
158
159#
160# SH4AL-DSP Processor Support
161#
162CONFIG_CPU_SUBTYPE_SH73180=y
163# CONFIG_CPU_SUBTYPE_SH7343 is not set
164
165#
166# Memory management options
167#
101CONFIG_MMU=y 168CONFIG_MMU=y
102CONFIG_CMDLINE_BOOL=y 169CONFIG_PAGE_OFFSET=0x80000000
103CONFIG_CMDLINE="console=ttySC0,38400 root=/dev/ram"
104CONFIG_MEMORY_START=0x0c000000 170CONFIG_MEMORY_START=0x0c000000
105CONFIG_MEMORY_SIZE=0x02000000 171CONFIG_MEMORY_SIZE=0x02000000
106# CONFIG_MEMORY_OVERRIDE is not set 172CONFIG_32BIT=y
107# CONFIG_SH_FPU is not set 173CONFIG_VSYSCALL=y
108CONFIG_ZERO_PAGE_OFFSET=0x00010000 174CONFIG_SELECT_MEMORY_MODEL=y
109CONFIG_BOOT_LINK_OFFSET=0x00800000 175CONFIG_FLATMEM_MANUAL=y
110CONFIG_CPU_LITTLE_ENDIAN=y 176# CONFIG_DISCONTIGMEM_MANUAL is not set
111# CONFIG_PREEMPT is not set 177# CONFIG_SPARSEMEM_MANUAL is not set
112# CONFIG_UBC_WAKEUP is not set 178CONFIG_FLATMEM=y
179CONFIG_FLAT_NODE_MEM_MAP=y
180# CONFIG_SPARSEMEM_STATIC is not set
181CONFIG_SPLIT_PTLOCK_CPUS=4
182# CONFIG_RESOURCES_64BIT is not set
183
184#
185# Cache configuration
186#
187# CONFIG_SH_DIRECT_MAPPED is not set
113# CONFIG_SH_WRITETHROUGH is not set 188# CONFIG_SH_WRITETHROUGH is not set
114# CONFIG_SH_OCRAM is not set 189# CONFIG_SH_OCRAM is not set
190
191#
192# Processor features
193#
194CONFIG_CPU_LITTLE_ENDIAN=y
195# CONFIG_SH_FPU is not set
196# CONFIG_SH_FPU_EMU is not set
197CONFIG_SH_DSP=y
115# CONFIG_SH_STORE_QUEUES is not set 198# CONFIG_SH_STORE_QUEUES is not set
116# CONFIG_SMP is not set 199CONFIG_CPU_HAS_INTEVT=y
117# CONFIG_SH_PCLK_CALC is not set 200CONFIG_CPU_HAS_SR_RB=y
201
202#
203# Timer support
204#
205CONFIG_SH_TMU=y
118CONFIG_SH_PCLK_FREQ=27000000 206CONFIG_SH_PCLK_FREQ=27000000
119 207
120# 208#
@@ -134,17 +222,34 @@ CONFIG_SH_PCLK_FREQ=27000000
134CONFIG_HEARTBEAT=y 222CONFIG_HEARTBEAT=y
135 223
136# 224#
137# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 225# Kernel features
138# 226#
139# CONFIG_PCI is not set 227# CONFIG_HZ_100 is not set
228CONFIG_HZ_250=y
229# CONFIG_HZ_1000 is not set
230CONFIG_HZ=250
231# CONFIG_KEXEC is not set
232# CONFIG_SMP is not set
233CONFIG_PREEMPT_NONE=y
234# CONFIG_PREEMPT_VOLUNTARY is not set
235# CONFIG_PREEMPT is not set
140 236
141# 237#
142# PCCARD (PCMCIA/CardBus) support 238# Boot options
143# 239#
144# CONFIG_PCCARD is not set 240CONFIG_ZERO_PAGE_OFFSET=0x00010000
241CONFIG_BOOT_LINK_OFFSET=0x00800000
242# CONFIG_UBC_WAKEUP is not set
243CONFIG_CMDLINE_BOOL=y
244CONFIG_CMDLINE="console=ttySC0,38400 root=/dev/ram"
145 245
146# 246#
147# PC-card bridges 247# Bus options
248#
249# CONFIG_PCI is not set
250
251#
252# PCCARD (PCMCIA/CardBus) support
148# 253#
149 254
150# 255#
@@ -159,10 +264,14 @@ CONFIG_BINFMT_ELF=y
159# CONFIG_BINFMT_MISC is not set 264# CONFIG_BINFMT_MISC is not set
160 265
161# 266#
162# SH initrd options 267# Power management options (EXPERIMENTAL)
268#
269# CONFIG_PM is not set
270
271#
272# Networking
163# 273#
164CONFIG_EMBEDDED_RAMDISK=y 274# CONFIG_NET is not set
165CONFIG_EMBEDDED_RAMDISK_IMAGE="ramdisk.gz"
166 275
167# 276#
168# Device Drivers 277# Device Drivers
@@ -173,7 +282,11 @@ CONFIG_EMBEDDED_RAMDISK_IMAGE="ramdisk.gz"
173# 282#
174CONFIG_STANDALONE=y 283CONFIG_STANDALONE=y
175CONFIG_PREVENT_FIRMWARE_BUILD=y 284CONFIG_PREVENT_FIRMWARE_BUILD=y
176# CONFIG_FW_LOADER is not set 285# CONFIG_SYS_HYPERVISOR is not set
286
287#
288# Connector - unified userspace <-> kernelspace linker
289#
177 290
178# 291#
179# Memory Technology Devices (MTD) 292# Memory Technology Devices (MTD)
@@ -192,27 +305,17 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
192# 305#
193# Block devices 306# Block devices
194# 307#
195# CONFIG_BLK_DEV_FD is not set
196# CONFIG_BLK_DEV_COW_COMMON is not set 308# CONFIG_BLK_DEV_COW_COMMON is not set
197CONFIG_BLK_DEV_LOOP=y 309CONFIG_BLK_DEV_LOOP=y
198# CONFIG_BLK_DEV_CRYPTOLOOP is not set 310# CONFIG_BLK_DEV_CRYPTOLOOP is not set
199CONFIG_BLK_DEV_RAM=y 311CONFIG_BLK_DEV_RAM=y
200CONFIG_BLK_DEV_RAM_COUNT=16 312CONFIG_BLK_DEV_RAM_COUNT=16
201CONFIG_BLK_DEV_RAM_SIZE=4096 313CONFIG_BLK_DEV_RAM_SIZE=4096
314CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
202CONFIG_BLK_DEV_INITRD=y 315CONFIG_BLK_DEV_INITRD=y
203CONFIG_INITRAMFS_SOURCE=""
204# CONFIG_LBD is not set
205# CONFIG_CDROM_PKTCDVD is not set 316# CONFIG_CDROM_PKTCDVD is not set
206 317
207# 318#
208# IO Schedulers
209#
210CONFIG_IOSCHED_NOOP=y
211# CONFIG_IOSCHED_AS is not set
212# CONFIG_IOSCHED_DEADLINE is not set
213# CONFIG_IOSCHED_CFQ is not set
214
215#
216# ATA/ATAPI/MFM/RLL support 319# ATA/ATAPI/MFM/RLL support
217# 320#
218# CONFIG_IDE is not set 321# CONFIG_IDE is not set
@@ -220,7 +323,14 @@ CONFIG_IOSCHED_NOOP=y
220# 323#
221# SCSI device support 324# SCSI device support
222# 325#
326# CONFIG_RAID_ATTRS is not set
223# CONFIG_SCSI is not set 327# CONFIG_SCSI is not set
328# CONFIG_SCSI_NETLINK is not set
329
330#
331# Serial ATA (prod) and Parallel ATA (experimental) drivers
332#
333# CONFIG_ATA is not set
224 334
225# 335#
226# Multi-device support (RAID and LVM) 336# Multi-device support (RAID and LVM)
@@ -230,6 +340,7 @@ CONFIG_IOSCHED_NOOP=y
230# 340#
231# Fusion MPT device support 341# Fusion MPT device support
232# 342#
343# CONFIG_FUSION is not set
233 344
234# 345#
235# IEEE 1394 (FireWire) support 346# IEEE 1394 (FireWire) support
@@ -240,13 +351,6 @@ CONFIG_IOSCHED_NOOP=y
240# 351#
241 352
242# 353#
243# Networking support
244#
245# CONFIG_NET is not set
246# CONFIG_NETPOLL is not set
247# CONFIG_NET_POLL_CONTROLLER is not set
248
249#
250# ISDN subsystem 354# ISDN subsystem
251# 355#
252 356
@@ -261,20 +365,10 @@ CONFIG_IOSCHED_NOOP=y
261# CONFIG_INPUT is not set 365# CONFIG_INPUT is not set
262 366
263# 367#
264# Userland interfaces 368# Hardware I/O ports
265#
266
267# 369#
268# Input I/O drivers
269#
270# CONFIG_GAMEPORT is not set
271CONFIG_SOUND_GAMEPORT=y
272# CONFIG_SERIO is not set 370# CONFIG_SERIO is not set
273# CONFIG_SERIO_I8042 is not set 371# CONFIG_GAMEPORT is not set
274
275#
276# Input Device Drivers
277#
278 372
279# 373#
280# Character devices 374# Character devices
@@ -291,6 +385,7 @@ CONFIG_SOUND_GAMEPORT=y
291# Non-8250 serial port support 385# Non-8250 serial port support
292# 386#
293CONFIG_SERIAL_SH_SCI=y 387CONFIG_SERIAL_SH_SCI=y
388CONFIG_SERIAL_SH_SCI_NR_UARTS=2
294CONFIG_SERIAL_SH_SCI_CONSOLE=y 389CONFIG_SERIAL_SH_SCI_CONSOLE=y
295CONFIG_SERIAL_CORE=y 390CONFIG_SERIAL_CORE=y
296CONFIG_SERIAL_CORE_CONSOLE=y 391CONFIG_SERIAL_CORE_CONSOLE=y
@@ -313,7 +408,7 @@ CONFIG_WATCHDOG=y
313# 408#
314# CONFIG_SOFT_WATCHDOG is not set 409# CONFIG_SOFT_WATCHDOG is not set
315# CONFIG_SH_WDT is not set 410# CONFIG_SH_WDT is not set
316# CONFIG_RTC is not set 411CONFIG_HW_RANDOM=y
317# CONFIG_GEN_RTC is not set 412# CONFIG_GEN_RTC is not set
318# CONFIG_DTLK is not set 413# CONFIG_DTLK is not set
319# CONFIG_R3964 is not set 414# CONFIG_R3964 is not set
@@ -321,18 +416,38 @@ CONFIG_WATCHDOG=y
321# 416#
322# Ftape, the floppy tape device driver 417# Ftape, the floppy tape device driver
323# 418#
324# CONFIG_DRM is not set
325# CONFIG_RAW_DRIVER is not set 419# CONFIG_RAW_DRIVER is not set
326 420
327# 421#
422# TPM devices
423#
424# CONFIG_TCG_TPM is not set
425# CONFIG_TELCLOCK is not set
426
427#
328# I2C support 428# I2C support
329# 429#
330# CONFIG_I2C is not set 430# CONFIG_I2C is not set
331 431
332# 432#
433# SPI support
434#
435# CONFIG_SPI is not set
436# CONFIG_SPI_MASTER is not set
437
438#
333# Dallas's 1-wire bus 439# Dallas's 1-wire bus
334# 440#
335# CONFIG_W1 is not set 441
442#
443# Hardware Monitoring support
444#
445CONFIG_HWMON=y
446# CONFIG_HWMON_VID is not set
447# CONFIG_SENSORS_ABITUGURU is not set
448# CONFIG_SENSORS_F71805F is not set
449# CONFIG_SENSORS_VT1211 is not set
450# CONFIG_HWMON_DEBUG_CHIP is not set
336 451
337# 452#
338# Misc devices 453# Misc devices
@@ -342,6 +457,7 @@ CONFIG_WATCHDOG=y
342# Multimedia devices 457# Multimedia devices
343# 458#
344# CONFIG_VIDEO_DEV is not set 459# CONFIG_VIDEO_DEV is not set
460CONFIG_VIDEO_V4L2=y
345 461
346# 462#
347# Digital Video Broadcasting Devices 463# Digital Video Broadcasting Devices
@@ -350,6 +466,7 @@ CONFIG_WATCHDOG=y
350# 466#
351# Graphics support 467# Graphics support
352# 468#
469CONFIG_FIRMWARE_EDID=y
353# CONFIG_FB is not set 470# CONFIG_FB is not set
354 471
355# 472#
@@ -362,9 +479,10 @@ CONFIG_WATCHDOG=y
362# 479#
363# CONFIG_USB_ARCH_HAS_HCD is not set 480# CONFIG_USB_ARCH_HAS_HCD is not set
364# CONFIG_USB_ARCH_HAS_OHCI is not set 481# CONFIG_USB_ARCH_HAS_OHCI is not set
482# CONFIG_USB_ARCH_HAS_EHCI is not set
365 483
366# 484#
367# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 485# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
368# 486#
369 487
370# 488#
@@ -378,30 +496,64 @@ CONFIG_WATCHDOG=y
378# CONFIG_MMC is not set 496# CONFIG_MMC is not set
379 497
380# 498#
499# LED devices
500#
501# CONFIG_NEW_LEDS is not set
502
503#
504# LED drivers
505#
506
507#
508# LED Triggers
509#
510
511#
381# InfiniBand support 512# InfiniBand support
382# 513#
383# CONFIG_INFINIBAND is not set 514
515#
516# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
517#
518
519#
520# Real Time Clock
521#
522# CONFIG_RTC_CLASS is not set
523
524#
525# DMA Engine support
526#
527# CONFIG_DMA_ENGINE is not set
528
529#
530# DMA Clients
531#
532
533#
534# DMA Devices
535#
384 536
385# 537#
386# File systems 538# File systems
387# 539#
388CONFIG_EXT2_FS=y 540CONFIG_EXT2_FS=y
389# CONFIG_EXT2_FS_XATTR is not set 541# CONFIG_EXT2_FS_XATTR is not set
542# CONFIG_EXT2_FS_XIP is not set
390# CONFIG_EXT3_FS is not set 543# CONFIG_EXT3_FS is not set
391# CONFIG_JBD is not set
392# CONFIG_REISERFS_FS is not set 544# CONFIG_REISERFS_FS is not set
393# CONFIG_JFS_FS is not set 545# CONFIG_JFS_FS is not set
394 546# CONFIG_FS_POSIX_ACL is not set
395#
396# XFS support
397#
398# CONFIG_XFS_FS is not set 547# CONFIG_XFS_FS is not set
399# CONFIG_MINIX_FS is not set 548# CONFIG_MINIX_FS is not set
400# CONFIG_ROMFS_FS is not set 549# CONFIG_ROMFS_FS is not set
550CONFIG_INOTIFY=y
551CONFIG_INOTIFY_USER=y
401# CONFIG_QUOTA is not set 552# CONFIG_QUOTA is not set
402CONFIG_DNOTIFY=y 553CONFIG_DNOTIFY=y
403# CONFIG_AUTOFS_FS is not set 554# CONFIG_AUTOFS_FS is not set
404# CONFIG_AUTOFS4_FS is not set 555# CONFIG_AUTOFS4_FS is not set
556# CONFIG_FUSE_FS is not set
405 557
406# 558#
407# CD-ROM/DVD Filesystems 559# CD-ROM/DVD Filesystems
@@ -421,12 +573,10 @@ CONFIG_DNOTIFY=y
421# 573#
422CONFIG_PROC_FS=y 574CONFIG_PROC_FS=y
423CONFIG_PROC_KCORE=y 575CONFIG_PROC_KCORE=y
576CONFIG_PROC_SYSCTL=y
424# CONFIG_SYSFS is not set 577# CONFIG_SYSFS is not set
425CONFIG_DEVFS_FS=y
426CONFIG_DEVFS_MOUNT=y
427# CONFIG_DEVFS_DEBUG is not set
428CONFIG_TMPFS=y 578CONFIG_TMPFS=y
429# CONFIG_TMPFS_XATTR is not set 579# CONFIG_TMPFS_POSIX_ACL is not set
430# CONFIG_HUGETLBFS is not set 580# CONFIG_HUGETLBFS is not set
431# CONFIG_HUGETLB_PAGE is not set 581# CONFIG_HUGETLB_PAGE is not set
432CONFIG_RAMFS=y 582CONFIG_RAMFS=y
@@ -467,8 +617,13 @@ CONFIG_MSDOS_PARTITION=y
467# 617#
468# Kernel hacking 618# Kernel hacking
469# 619#
620# CONFIG_PRINTK_TIME is not set
621CONFIG_ENABLE_MUST_CHECK=y
622# CONFIG_MAGIC_SYSRQ is not set
623# CONFIG_UNUSED_SYMBOLS is not set
470# CONFIG_DEBUG_KERNEL is not set 624# CONFIG_DEBUG_KERNEL is not set
471# CONFIG_FRAME_POINTER is not set 625CONFIG_LOG_BUF_SHIFT=14
626# CONFIG_DEBUG_BUGVERBOSE is not set
472CONFIG_SH_STANDARD_BIOS=y 627CONFIG_SH_STANDARD_BIOS=y
473# CONFIG_EARLY_SCIF_CONSOLE is not set 628# CONFIG_EARLY_SCIF_CONSOLE is not set
474# CONFIG_EARLY_PRINTK is not set 629# CONFIG_EARLY_PRINTK is not set
@@ -478,7 +633,6 @@ CONFIG_SH_STANDARD_BIOS=y
478# Security options 633# Security options
479# 634#
480# CONFIG_KEYS is not set 635# CONFIG_KEYS is not set
481# CONFIG_SECURITY is not set
482 636
483# 637#
484# Cryptographic options 638# Cryptographic options
@@ -486,12 +640,9 @@ CONFIG_SH_STANDARD_BIOS=y
486# CONFIG_CRYPTO is not set 640# CONFIG_CRYPTO is not set
487 641
488# 642#
489# Hardware crypto devices
490#
491
492#
493# Library routines 643# Library routines
494# 644#
495# CONFIG_CRC_CCITT is not set 645# CONFIG_CRC_CCITT is not set
646# CONFIG_CRC16 is not set
496CONFIG_CRC32=y 647CONFIG_CRC32=y
497# CONFIG_LIBCRC32C is not set 648# CONFIG_LIBCRC32C is not set
diff --git a/arch/sh/configs/se7343_defconfig b/arch/sh/configs/se7343_defconfig
index 948e507b52be..84c0075e2ad4 100644
--- a/arch/sh/configs/se7343_defconfig
+++ b/arch/sh/configs/se7343_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.17 3# Linux kernel version: 2.6.18
4# Mon Aug 7 20:14:44 2006 4# Tue Oct 3 11:46:17 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
@@ -10,6 +10,7 @@ CONFIG_GENERIC_HWEIGHT=y
10CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13 14
14# 15#
15# Code maturity level options 16# Code maturity level options
@@ -25,16 +26,20 @@ CONFIG_LOCALVERSION=""
25CONFIG_LOCALVERSION_AUTO=y 26CONFIG_LOCALVERSION_AUTO=y
26# CONFIG_SWAP is not set 27# CONFIG_SWAP is not set
27CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
28CONFIG_POSIX_MQUEUE=y 30CONFIG_POSIX_MQUEUE=y
29# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
30CONFIG_SYSCTL=y 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
31# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
32# CONFIG_IKCONFIG is not set 35# CONFIG_IKCONFIG is not set
33# CONFIG_RELAY is not set 36# CONFIG_RELAY is not set
34CONFIG_INITRAMFS_SOURCE="" 37CONFIG_INITRAMFS_SOURCE=""
35CONFIG_UID16=y
36CONFIG_CC_OPTIMIZE_FOR_SIZE=y 38CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39CONFIG_SYSCTL=y
37CONFIG_EMBEDDED=y 40CONFIG_EMBEDDED=y
41CONFIG_UID16=y
42# CONFIG_SYSCTL_SYSCALL is not set
38CONFIG_KALLSYMS=y 43CONFIG_KALLSYMS=y
39# CONFIG_KALLSYMS_EXTRA_PASS is not set 44# CONFIG_KALLSYMS_EXTRA_PASS is not set
40CONFIG_HOTPLUG=y 45CONFIG_HOTPLUG=y
@@ -46,10 +51,10 @@ CONFIG_BASE_FULL=y
46# CONFIG_EPOLL is not set 51# CONFIG_EPOLL is not set
47# CONFIG_SHMEM is not set 52# CONFIG_SHMEM is not set
48CONFIG_SLAB=y 53CONFIG_SLAB=y
54CONFIG_VM_EVENT_COUNTERS=y
49CONFIG_TINY_SHMEM=y 55CONFIG_TINY_SHMEM=y
50CONFIG_BASE_SMALL=0 56CONFIG_BASE_SMALL=0
51# CONFIG_SLOB is not set 57# CONFIG_SLOB is not set
52CONFIG_OBSOLETE_INTERMODULE=y
53 58
54# 59#
55# Loadable module support 60# Loadable module support
@@ -64,6 +69,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
64# 69#
65# Block layer 70# Block layer
66# 71#
72CONFIG_BLOCK=y
67# CONFIG_LBD is not set 73# CONFIG_LBD is not set
68# CONFIG_BLK_DEV_IO_TRACE is not set 74# CONFIG_BLK_DEV_IO_TRACE is not set
69# CONFIG_LSF is not set 75# CONFIG_LSF is not set
@@ -115,6 +121,7 @@ CONFIG_SH_7343_SOLUTION_ENGINE=y
115# 121#
116CONFIG_CPU_SH4=y 122CONFIG_CPU_SH4=y
117CONFIG_CPU_SH4A=y 123CONFIG_CPU_SH4A=y
124CONFIG_CPU_SH4AL_DSP=y
118 125
119# 126#
120# SH-2 Processor Support 127# SH-2 Processor Support
@@ -153,12 +160,16 @@ CONFIG_CPU_SH4A=y
153# 160#
154# SH-4A Processor Support 161# SH-4A Processor Support
155# 162#
156# CONFIG_CPU_SUBTYPE_SH73180 is not set
157CONFIG_CPU_SUBTYPE_SH7343=y
158# CONFIG_CPU_SUBTYPE_SH7770 is not set 163# CONFIG_CPU_SUBTYPE_SH7770 is not set
159# CONFIG_CPU_SUBTYPE_SH7780 is not set 164# CONFIG_CPU_SUBTYPE_SH7780 is not set
160 165
161# 166#
167# SH4AL-DSP Processor Support
168#
169# CONFIG_CPU_SUBTYPE_SH73180 is not set
170CONFIG_CPU_SUBTYPE_SH7343=y
171
172#
162# Memory management options 173# Memory management options
163# 174#
164CONFIG_MMU=y 175CONFIG_MMU=y
@@ -166,6 +177,7 @@ CONFIG_PAGE_OFFSET=0x80000000
166CONFIG_MEMORY_START=0x0c000000 177CONFIG_MEMORY_START=0x0c000000
167CONFIG_MEMORY_SIZE=0x01000000 178CONFIG_MEMORY_SIZE=0x01000000
168CONFIG_32BIT=y 179CONFIG_32BIT=y
180CONFIG_VSYSCALL=y
169CONFIG_SELECT_MEMORY_MODEL=y 181CONFIG_SELECT_MEMORY_MODEL=y
170CONFIG_FLATMEM_MANUAL=y 182CONFIG_FLATMEM_MANUAL=y
171# CONFIG_DISCONTIGMEM_MANUAL is not set 183# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -174,6 +186,7 @@ CONFIG_FLATMEM=y
174CONFIG_FLAT_NODE_MEM_MAP=y 186CONFIG_FLAT_NODE_MEM_MAP=y
175# CONFIG_SPARSEMEM_STATIC is not set 187# CONFIG_SPARSEMEM_STATIC is not set
176CONFIG_SPLIT_PTLOCK_CPUS=4 188CONFIG_SPLIT_PTLOCK_CPUS=4
189# CONFIG_RESOURCES_64BIT is not set
177 190
178# 191#
179# Cache configuration 192# Cache configuration
@@ -274,6 +287,9 @@ CONFIG_NET=y
274CONFIG_PACKET=y 287CONFIG_PACKET=y
275CONFIG_PACKET_MMAP=y 288CONFIG_PACKET_MMAP=y
276CONFIG_UNIX=y 289CONFIG_UNIX=y
290CONFIG_XFRM=y
291# CONFIG_XFRM_USER is not set
292# CONFIG_XFRM_SUB_POLICY is not set
277# CONFIG_NET_KEY is not set 293# CONFIG_NET_KEY is not set
278CONFIG_INET=y 294CONFIG_INET=y
279# CONFIG_IP_MULTICAST is not set 295# CONFIG_IP_MULTICAST is not set
@@ -292,12 +308,16 @@ CONFIG_SYN_COOKIES=y
292# CONFIG_INET_IPCOMP is not set 308# CONFIG_INET_IPCOMP is not set
293# CONFIG_INET_XFRM_TUNNEL is not set 309# CONFIG_INET_XFRM_TUNNEL is not set
294# CONFIG_INET_TUNNEL is not set 310# CONFIG_INET_TUNNEL is not set
311CONFIG_INET_XFRM_MODE_TRANSPORT=y
312CONFIG_INET_XFRM_MODE_TUNNEL=y
295# CONFIG_INET_DIAG is not set 313# CONFIG_INET_DIAG is not set
296# CONFIG_TCP_CONG_ADVANCED is not set 314# CONFIG_TCP_CONG_ADVANCED is not set
297CONFIG_TCP_CONG_BIC=y 315CONFIG_TCP_CONG_CUBIC=y
316CONFIG_DEFAULT_TCP_CONG="cubic"
298# CONFIG_IPV6 is not set 317# CONFIG_IPV6 is not set
299# CONFIG_INET6_XFRM_TUNNEL is not set 318# CONFIG_INET6_XFRM_TUNNEL is not set
300# CONFIG_INET6_TUNNEL is not set 319# CONFIG_INET6_TUNNEL is not set
320# CONFIG_NETWORK_SECMARK is not set
301# CONFIG_NETFILTER is not set 321# CONFIG_NETFILTER is not set
302 322
303# 323#
@@ -323,7 +343,6 @@ CONFIG_TCP_CONG_BIC=y
323# CONFIG_ATALK is not set 343# CONFIG_ATALK is not set
324# CONFIG_X25 is not set 344# CONFIG_X25 is not set
325# CONFIG_LAPB is not set 345# CONFIG_LAPB is not set
326# CONFIG_NET_DIVERT is not set
327# CONFIG_ECONET is not set 346# CONFIG_ECONET is not set
328# CONFIG_WAN_ROUTER is not set 347# CONFIG_WAN_ROUTER is not set
329 348
@@ -351,6 +370,7 @@ CONFIG_TCP_CONG_BIC=y
351CONFIG_STANDALONE=y 370CONFIG_STANDALONE=y
352CONFIG_PREVENT_FIRMWARE_BUILD=y 371CONFIG_PREVENT_FIRMWARE_BUILD=y
353CONFIG_FW_LOADER=y 372CONFIG_FW_LOADER=y
373# CONFIG_SYS_HYPERVISOR is not set
354 374
355# 375#
356# Connector - unified userspace <-> kernelspace linker 376# Connector - unified userspace <-> kernelspace linker
@@ -376,6 +396,7 @@ CONFIG_MTD_BLOCK=y
376# CONFIG_NFTL is not set 396# CONFIG_NFTL is not set
377# CONFIG_INFTL is not set 397# CONFIG_INFTL is not set
378# CONFIG_RFD_FTL is not set 398# CONFIG_RFD_FTL is not set
399# CONFIG_SSFDC is not set
379 400
380# 401#
381# RAM/ROM/Flash chip drivers 402# RAM/ROM/Flash chip drivers
@@ -408,7 +429,6 @@ CONFIG_MTD_RAM=y
408# 429#
409# CONFIG_MTD_COMPLEX_MAPPINGS is not set 430# CONFIG_MTD_COMPLEX_MAPPINGS is not set
410# CONFIG_MTD_PHYSMAP is not set 431# CONFIG_MTD_PHYSMAP is not set
411# CONFIG_MTD_SOLUTIONENGINE is not set
412# CONFIG_MTD_PLATRAM is not set 432# CONFIG_MTD_PLATRAM is not set
413 433
414# 434#
@@ -466,6 +486,12 @@ CONFIG_MTD_RAM=y
466# 486#
467# CONFIG_RAID_ATTRS is not set 487# CONFIG_RAID_ATTRS is not set
468# CONFIG_SCSI is not set 488# CONFIG_SCSI is not set
489# CONFIG_SCSI_NETLINK is not set
490
491#
492# Serial ATA (prod) and Parallel ATA (experimental) drivers
493#
494# CONFIG_ATA is not set
469 495
470# 496#
471# Multi-device support (RAID and LVM) 497# Multi-device support (RAID and LVM)
@@ -506,7 +532,6 @@ CONFIG_NET_ETHERNET=y
506CONFIG_MII=y 532CONFIG_MII=y
507# CONFIG_STNIC is not set 533# CONFIG_STNIC is not set
508CONFIG_SMC91X=y 534CONFIG_SMC91X=y
509# CONFIG_NE2000 is not set
510 535
511# 536#
512# Ethernet (1000 Mbit) 537# Ethernet (1000 Mbit)
@@ -550,6 +575,7 @@ CONFIG_SMC91X=y
550# Input device support 575# Input device support
551# 576#
552CONFIG_INPUT=y 577CONFIG_INPUT=y
578# CONFIG_INPUT_FF_MEMLESS is not set
553 579
554# 580#
555# Userland interfaces 581# Userland interfaces
@@ -581,6 +607,7 @@ CONFIG_INPUT=y
581CONFIG_VT=y 607CONFIG_VT=y
582CONFIG_VT_CONSOLE=y 608CONFIG_VT_CONSOLE=y
583CONFIG_HW_CONSOLE=y 609CONFIG_HW_CONSOLE=y
610# CONFIG_VT_HW_CONSOLE_BINDING is not set
584# CONFIG_SERIAL_NONSTANDARD is not set 611# CONFIG_SERIAL_NONSTANDARD is not set
585 612
586# 613#
@@ -609,7 +636,7 @@ CONFIG_LEGACY_PTY_COUNT=256
609# Watchdog Cards 636# Watchdog Cards
610# 637#
611# CONFIG_WATCHDOG is not set 638# CONFIG_WATCHDOG is not set
612# CONFIG_RTC is not set 639CONFIG_HW_RANDOM=y
613# CONFIG_GEN_RTC is not set 640# CONFIG_GEN_RTC is not set
614# CONFIG_DTLK is not set 641# CONFIG_DTLK is not set
615# CONFIG_R3964 is not set 642# CONFIG_R3964 is not set
@@ -641,10 +668,10 @@ CONFIG_I2C_CHARDEV=y
641# 668#
642# I2C Hardware Bus support 669# I2C Hardware Bus support
643# 670#
671# CONFIG_I2C_OCORES is not set
644# CONFIG_I2C_PARPORT_LIGHT is not set 672# CONFIG_I2C_PARPORT_LIGHT is not set
645# CONFIG_I2C_STUB is not set 673# CONFIG_I2C_STUB is not set
646# CONFIG_I2C_PCA_ISA is not set 674# CONFIG_I2C_PCA_ISA is not set
647CONFIG_I2C_SH7343=y
648 675
649# 676#
650# Miscellaneous I2C Chip support 677# Miscellaneous I2C Chip support
@@ -670,7 +697,6 @@ CONFIG_I2C_SH7343=y
670# 697#
671# Dallas's 1-wire bus 698# Dallas's 1-wire bus
672# 699#
673# CONFIG_W1 is not set
674 700
675# 701#
676# Hardware Monitoring support 702# Hardware Monitoring support
@@ -698,30 +724,16 @@ CONFIG_VIDEO_V4L2=y
698# Video Capture Adapters 724# Video Capture Adapters
699# 725#
700# CONFIG_VIDEO_ADV_DEBUG is not set 726# CONFIG_VIDEO_ADV_DEBUG is not set
727CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
701# CONFIG_VIDEO_VIVI is not set 728# CONFIG_VIDEO_VIVI is not set
702# CONFIG_VIDEO_CPIA is not set 729# CONFIG_VIDEO_CPIA is not set
703# CONFIG_VIDEO_SAA5246A is not set 730# CONFIG_VIDEO_SAA5246A is not set
704# CONFIG_VIDEO_SAA5249 is not set 731# CONFIG_VIDEO_SAA5249 is not set
705# CONFIG_TUNER_3036 is not set 732# CONFIG_TUNER_3036 is not set
706# CONFIG_VIDEO_OVCAMCHIP is not set
707
708#
709# Encoders and Decoders
710#
711# CONFIG_VIDEO_MSP3400 is not set
712# CONFIG_VIDEO_CS53L32A is not set
713# CONFIG_VIDEO_WM8775 is not set
714# CONFIG_VIDEO_WM8739 is not set
715# CONFIG_VIDEO_CX25840 is not set
716# CONFIG_VIDEO_SAA711X is not set
717# CONFIG_VIDEO_SAA7127 is not set
718# CONFIG_VIDEO_UPD64031A is not set
719# CONFIG_VIDEO_UPD64083 is not set
720 733
721# 734#
722# Radio Adapters 735# Radio Adapters
723# 736#
724# CONFIG_RADIO_MAESTRO is not set
725 737
726# 738#
727# Digital Video Broadcasting Devices 739# Digital Video Broadcasting Devices
@@ -731,12 +743,13 @@ CONFIG_VIDEO_V4L2=y
731# 743#
732# Graphics support 744# Graphics support
733# 745#
746CONFIG_FIRMWARE_EDID=y
734CONFIG_FB=y 747CONFIG_FB=y
735# CONFIG_FB_CFB_FILLRECT is not set 748# CONFIG_FB_CFB_FILLRECT is not set
736# CONFIG_FB_CFB_COPYAREA is not set 749# CONFIG_FB_CFB_COPYAREA is not set
737# CONFIG_FB_CFB_IMAGEBLIT is not set 750# CONFIG_FB_CFB_IMAGEBLIT is not set
738# CONFIG_FB_MACMODES is not set 751# CONFIG_FB_MACMODES is not set
739CONFIG_FB_FIRMWARE_EDID=y 752# CONFIG_FB_BACKLIGHT is not set
740# CONFIG_FB_MODE_HELPERS is not set 753# CONFIG_FB_MODE_HELPERS is not set
741# CONFIG_FB_TILEBLITTING is not set 754# CONFIG_FB_TILEBLITTING is not set
742# CONFIG_FB_EPSON1355 is not set 755# CONFIG_FB_EPSON1355 is not set
@@ -789,12 +802,6 @@ CONFIG_SND_VERBOSE_PROCFS=y
789# CONFIG_SND_MPU401 is not set 802# CONFIG_SND_MPU401 is not set
790 803
791# 804#
792# SuperH devices
793#
794CONFIG_SH7343_SIU=m
795CONFIG_AK4537_CODEC=y
796
797#
798# Open Sound System 805# Open Sound System
799# 806#
800# CONFIG_SOUND_PRIME is not set 807# CONFIG_SOUND_PRIME is not set
@@ -847,6 +854,19 @@ CONFIG_AK4537_CODEC=y
847# CONFIG_RTC_CLASS is not set 854# CONFIG_RTC_CLASS is not set
848 855
849# 856#
857# DMA Engine support
858#
859# CONFIG_DMA_ENGINE is not set
860
861#
862# DMA Clients
863#
864
865#
866# DMA Devices
867#
868
869#
850# File systems 870# File systems
851# 871#
852# CONFIG_EXT2_FS is not set 872# CONFIG_EXT2_FS is not set
@@ -883,8 +903,10 @@ CONFIG_AK4537_CODEC=y
883# 903#
884CONFIG_PROC_FS=y 904CONFIG_PROC_FS=y
885# CONFIG_PROC_KCORE is not set 905# CONFIG_PROC_KCORE is not set
906CONFIG_PROC_SYSCTL=y
886CONFIG_SYSFS=y 907CONFIG_SYSFS=y
887CONFIG_TMPFS=y 908CONFIG_TMPFS=y
909# CONFIG_TMPFS_POSIX_ACL is not set
888# CONFIG_HUGETLBFS is not set 910# CONFIG_HUGETLBFS is not set
889# CONFIG_HUGETLB_PAGE is not set 911# CONFIG_HUGETLB_PAGE is not set
890CONFIG_RAMFS=y 912CONFIG_RAMFS=y
@@ -905,6 +927,7 @@ CONFIG_JFFS2_FS=y
905CONFIG_JFFS2_FS_DEBUG=0 927CONFIG_JFFS2_FS_DEBUG=0
906CONFIG_JFFS2_FS_WRITEBUFFER=y 928CONFIG_JFFS2_FS_WRITEBUFFER=y
907# CONFIG_JFFS2_SUMMARY is not set 929# CONFIG_JFFS2_SUMMARY is not set
930# CONFIG_JFFS2_FS_XATTR is not set
908# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 931# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
909CONFIG_JFFS2_ZLIB=y 932CONFIG_JFFS2_ZLIB=y
910CONFIG_JFFS2_RTIME=y 933CONFIG_JFFS2_RTIME=y
@@ -962,7 +985,9 @@ CONFIG_MSDOS_PARTITION=y
962# Kernel hacking 985# Kernel hacking
963# 986#
964# CONFIG_PRINTK_TIME is not set 987# CONFIG_PRINTK_TIME is not set
988CONFIG_ENABLE_MUST_CHECK=y
965# CONFIG_MAGIC_SYSRQ is not set 989# CONFIG_MAGIC_SYSRQ is not set
990# CONFIG_UNUSED_SYMBOLS is not set
966# CONFIG_DEBUG_KERNEL is not set 991# CONFIG_DEBUG_KERNEL is not set
967CONFIG_LOG_BUF_SHIFT=14 992CONFIG_LOG_BUF_SHIFT=14
968# CONFIG_DEBUG_BUGVERBOSE is not set 993# CONFIG_DEBUG_BUGVERBOSE is not set
@@ -983,10 +1008,6 @@ CONFIG_LOG_BUF_SHIFT=14
983# CONFIG_CRYPTO is not set 1008# CONFIG_CRYPTO is not set
984 1009
985# 1010#
986# Hardware crypto devices
987#
988
989#
990# Library routines 1011# Library routines
991# 1012#
992# CONFIG_CRC_CCITT is not set 1013# CONFIG_CRC_CCITT is not set
diff --git a/arch/sh/configs/se7705_defconfig b/arch/sh/configs/se7705_defconfig
index e4a14602b169..06ebd6ec0cdb 100644
--- a/arch/sh/configs/se7705_defconfig
+++ b/arch/sh/configs/se7705_defconfig
@@ -1,125 +1,212 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:45 2005 4# Tue Oct 3 12:03:04 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
19CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
21CONFIG_INIT_ENV_ARG_LIMIT=32
20 22
21# 23#
22# General setup 24# General setup
23# 25#
24CONFIG_LOCALVERSION="" 26CONFIG_LOCALVERSION=""
27CONFIG_LOCALVERSION_AUTO=y
25# CONFIG_SWAP is not set 28# CONFIG_SWAP is not set
26# CONFIG_SYSVIPC is not set 29# CONFIG_SYSVIPC is not set
27# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
28# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
29# CONFIG_SYSCTL is not set 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
30# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
31CONFIG_LOG_BUF_SHIFT=14
32# CONFIG_HOTPLUG is not set
33CONFIG_KOBJECT_UEVENT=y
34# CONFIG_IKCONFIG is not set 35# CONFIG_IKCONFIG is not set
36# CONFIG_RELAY is not set
37CONFIG_INITRAMFS_SOURCE=""
38# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
39CONFIG_SYSCTL=y
35CONFIG_EMBEDDED=y 40CONFIG_EMBEDDED=y
41CONFIG_UID16=y
42# CONFIG_SYSCTL_SYSCALL is not set
36# CONFIG_KALLSYMS is not set 43# CONFIG_KALLSYMS is not set
44# CONFIG_HOTPLUG is not set
45CONFIG_PRINTK=y
46CONFIG_BUG=y
47CONFIG_ELF_CORE=y
48CONFIG_BASE_FULL=y
37CONFIG_FUTEX=y 49CONFIG_FUTEX=y
38CONFIG_EPOLL=y 50CONFIG_EPOLL=y
39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SHMEM=y 51CONFIG_SHMEM=y
41CONFIG_CC_ALIGN_FUNCTIONS=0 52CONFIG_SLAB=y
42CONFIG_CC_ALIGN_LABELS=0 53CONFIG_VM_EVENT_COUNTERS=y
43CONFIG_CC_ALIGN_LOOPS=0 54CONFIG_RT_MUTEXES=y
44CONFIG_CC_ALIGN_JUMPS=0
45# CONFIG_TINY_SHMEM is not set 55# CONFIG_TINY_SHMEM is not set
56CONFIG_BASE_SMALL=0
57# CONFIG_SLOB is not set
46 58
47# 59#
48# Loadable module support 60# Loadable module support
49# 61#
50CONFIG_MODULES=y 62CONFIG_MODULES=y
51# CONFIG_MODULE_UNLOAD is not set 63# CONFIG_MODULE_UNLOAD is not set
52CONFIG_OBSOLETE_MODPARM=y
53# CONFIG_MODVERSIONS is not set 64# CONFIG_MODVERSIONS is not set
54# CONFIG_MODULE_SRCVERSION_ALL is not set 65# CONFIG_MODULE_SRCVERSION_ALL is not set
55CONFIG_KMOD=y 66CONFIG_KMOD=y
56 67
57# 68#
69# Block layer
70#
71CONFIG_BLOCK=y
72# CONFIG_LBD is not set
73# CONFIG_LSF is not set
74
75#
76# IO Schedulers
77#
78CONFIG_IOSCHED_NOOP=y
79CONFIG_IOSCHED_AS=y
80# CONFIG_IOSCHED_DEADLINE is not set
81# CONFIG_IOSCHED_CFQ is not set
82CONFIG_DEFAULT_AS=y
83# CONFIG_DEFAULT_DEADLINE is not set
84# CONFIG_DEFAULT_CFQ is not set
85# CONFIG_DEFAULT_NOOP is not set
86CONFIG_DEFAULT_IOSCHED="anticipatory"
87
88#
58# System type 89# System type
59# 90#
91CONFIG_SOLUTION_ENGINE=y
60CONFIG_SH_SOLUTION_ENGINE=y 92CONFIG_SH_SOLUTION_ENGINE=y
61# CONFIG_SH_7751_SOLUTION_ENGINE is not set 93# CONFIG_SH_7751_SOLUTION_ENGINE is not set
62# CONFIG_SH_7300_SOLUTION_ENGINE is not set 94# CONFIG_SH_7300_SOLUTION_ENGINE is not set
95# CONFIG_SH_7343_SOLUTION_ENGINE is not set
63# CONFIG_SH_73180_SOLUTION_ENGINE is not set 96# CONFIG_SH_73180_SOLUTION_ENGINE is not set
64# CONFIG_SH_7751_SYSTEMH is not set 97# CONFIG_SH_7751_SYSTEMH is not set
65# CONFIG_SH_STB1_HARP is not set 98# CONFIG_SH_HP6XX is not set
66# CONFIG_SH_STB1_OVERDRIVE is not set
67# CONFIG_SH_HP620 is not set
68# CONFIG_SH_HP680 is not set
69# CONFIG_SH_HP690 is not set
70# CONFIG_SH_CQREEK is not set
71# CONFIG_SH_DMIDA is not set
72# CONFIG_SH_EC3104 is not set 99# CONFIG_SH_EC3104 is not set
73# CONFIG_SH_SATURN is not set 100# CONFIG_SH_SATURN is not set
74# CONFIG_SH_DREAMCAST is not set 101# CONFIG_SH_DREAMCAST is not set
75# CONFIG_SH_CAT68701 is not set
76# CONFIG_SH_BIGSUR is not set 102# CONFIG_SH_BIGSUR is not set
77# CONFIG_SH_SH2000 is not set
78# CONFIG_SH_ADX is not set
79# CONFIG_SH_MPC1211 is not set 103# CONFIG_SH_MPC1211 is not set
80# CONFIG_SH_SH03 is not set 104# CONFIG_SH_SH03 is not set
81# CONFIG_SH_SECUREEDGE5410 is not set 105# CONFIG_SH_SECUREEDGE5410 is not set
82# CONFIG_SH_HS7751RVOIP is not set 106# CONFIG_SH_HS7751RVOIP is not set
107# CONFIG_SH_7710VOIPGW is not set
83# CONFIG_SH_RTS7751R2D is not set 108# CONFIG_SH_RTS7751R2D is not set
109# CONFIG_SH_R7780RP is not set
84# CONFIG_SH_EDOSK7705 is not set 110# CONFIG_SH_EDOSK7705 is not set
85# CONFIG_SH_SH4202_MICRODEV is not set 111# CONFIG_SH_SH4202_MICRODEV is not set
112# CONFIG_SH_LANDISK is not set
113# CONFIG_SH_TITAN is not set
114# CONFIG_SH_SHMIN is not set
86# CONFIG_SH_UNKNOWN is not set 115# CONFIG_SH_UNKNOWN is not set
87# CONFIG_CPU_SH2 is not set 116
117#
118# Processor selection
119#
88CONFIG_CPU_SH3=y 120CONFIG_CPU_SH3=y
89# CONFIG_CPU_SH4 is not set 121
122#
123# SH-2 Processor Support
124#
90# CONFIG_CPU_SUBTYPE_SH7604 is not set 125# CONFIG_CPU_SUBTYPE_SH7604 is not set
126
127#
128# SH-3 Processor Support
129#
91# CONFIG_CPU_SUBTYPE_SH7300 is not set 130# CONFIG_CPU_SUBTYPE_SH7300 is not set
92CONFIG_CPU_SUBTYPE_SH7705=y 131CONFIG_CPU_SUBTYPE_SH7705=y
132# CONFIG_CPU_SUBTYPE_SH7706 is not set
93# CONFIG_CPU_SUBTYPE_SH7707 is not set 133# CONFIG_CPU_SUBTYPE_SH7707 is not set
94# CONFIG_CPU_SUBTYPE_SH7708 is not set 134# CONFIG_CPU_SUBTYPE_SH7708 is not set
95# CONFIG_CPU_SUBTYPE_SH7709 is not set 135# CONFIG_CPU_SUBTYPE_SH7709 is not set
136# CONFIG_CPU_SUBTYPE_SH7710 is not set
137
138#
139# SH-4 Processor Support
140#
96# CONFIG_CPU_SUBTYPE_SH7750 is not set 141# CONFIG_CPU_SUBTYPE_SH7750 is not set
142# CONFIG_CPU_SUBTYPE_SH7091 is not set
143# CONFIG_CPU_SUBTYPE_SH7750R is not set
144# CONFIG_CPU_SUBTYPE_SH7750S is not set
97# CONFIG_CPU_SUBTYPE_SH7751 is not set 145# CONFIG_CPU_SUBTYPE_SH7751 is not set
146# CONFIG_CPU_SUBTYPE_SH7751R is not set
98# CONFIG_CPU_SUBTYPE_SH7760 is not set 147# CONFIG_CPU_SUBTYPE_SH7760 is not set
99# CONFIG_CPU_SUBTYPE_SH73180 is not set 148# CONFIG_CPU_SUBTYPE_SH4_202 is not set
149
150#
151# ST40 Processor Support
152#
100# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 153# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
101# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 154# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
102# CONFIG_CPU_SUBTYPE_SH4_202 is not set 155
103CONFIG_SH7705_CACHE_32KB=y 156#
157# SH-4A Processor Support
158#
159# CONFIG_CPU_SUBTYPE_SH7770 is not set
160# CONFIG_CPU_SUBTYPE_SH7780 is not set
161
162#
163# SH4AL-DSP Processor Support
164#
165# CONFIG_CPU_SUBTYPE_SH73180 is not set
166# CONFIG_CPU_SUBTYPE_SH7343 is not set
167
168#
169# Memory management options
170#
104CONFIG_MMU=y 171CONFIG_MMU=y
105# CONFIG_CMDLINE_BOOL is not set 172CONFIG_PAGE_OFFSET=0x80000000
106CONFIG_MEMORY_START=0x0c000000 173CONFIG_MEMORY_START=0x0c000000
107CONFIG_MEMORY_SIZE=0x02000000 174CONFIG_MEMORY_SIZE=0x02000000
108CONFIG_MEMORY_SET=y 175CONFIG_VSYSCALL=y
109# CONFIG_MEMORY_OVERRIDE is not set 176CONFIG_SELECT_MEMORY_MODEL=y
177CONFIG_FLATMEM_MANUAL=y
178# CONFIG_DISCONTIGMEM_MANUAL is not set
179# CONFIG_SPARSEMEM_MANUAL is not set
180CONFIG_FLATMEM=y
181CONFIG_FLAT_NODE_MEM_MAP=y
182# CONFIG_SPARSEMEM_STATIC is not set
183CONFIG_SPLIT_PTLOCK_CPUS=4
184# CONFIG_RESOURCES_64BIT is not set
185
186#
187# Cache configuration
188#
189CONFIG_SH7705_CACHE_32KB=y
190# CONFIG_SH_DIRECT_MAPPED is not set
191# CONFIG_SH_WRITETHROUGH is not set
192# CONFIG_SH_OCRAM is not set
110# CONFIG_CF_ENABLER is not set 193# CONFIG_CF_ENABLER is not set
111CONFIG_SH_RTC=y 194
195#
196# Processor features
197#
198CONFIG_CPU_LITTLE_ENDIAN=y
199# CONFIG_SH_FPU_EMU is not set
112# CONFIG_SH_DSP is not set 200# CONFIG_SH_DSP is not set
113# CONFIG_SH_ADC is not set 201# CONFIG_SH_ADC is not set
114CONFIG_ZERO_PAGE_OFFSET=0x00001000 202CONFIG_CPU_HAS_INTEVT=y
115CONFIG_BOOT_LINK_OFFSET=0x00800000 203CONFIG_CPU_HAS_PINT_IRQ=y
116CONFIG_CPU_LITTLE_ENDIAN=y 204CONFIG_CPU_HAS_SR_RB=y
117CONFIG_PREEMPT=y 205
118# CONFIG_UBC_WAKEUP is not set 206#
119# CONFIG_SH_WRITETHROUGH is not set 207# Timer support
120# CONFIG_SH_OCRAM is not set 208#
121# CONFIG_SMP is not set 209CONFIG_SH_TMU=y
122CONFIG_SH_PCLK_CALC=y
123CONFIG_SH_PCLK_FREQ=33333333 210CONFIG_SH_PCLK_FREQ=33333333
124 211
125# 212#
@@ -139,17 +226,34 @@ CONFIG_SH_PCLK_FREQ=33333333
139CONFIG_HEARTBEAT=y 226CONFIG_HEARTBEAT=y
140 227
141# 228#
142# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 229# Kernel features
143# 230#
144# CONFIG_PCI is not set 231# CONFIG_HZ_100 is not set
232CONFIG_HZ_250=y
233# CONFIG_HZ_1000 is not set
234CONFIG_HZ=250
235# CONFIG_KEXEC is not set
236# CONFIG_SMP is not set
237# CONFIG_PREEMPT_NONE is not set
238# CONFIG_PREEMPT_VOLUNTARY is not set
239CONFIG_PREEMPT=y
240CONFIG_PREEMPT_BKL=y
145 241
146# 242#
147# PCCARD (PCMCIA/CardBus) support 243# Boot options
244#
245CONFIG_ZERO_PAGE_OFFSET=0x00001000
246CONFIG_BOOT_LINK_OFFSET=0x00800000
247# CONFIG_UBC_WAKEUP is not set
248# CONFIG_CMDLINE_BOOL is not set
249
250#
251# Bus options
148# 252#
149# CONFIG_PCCARD is not set 253# CONFIG_PCI is not set
150 254
151# 255#
152# PC-card bridges 256# PCCARD (PCMCIA/CardBus) support
153# 257#
154 258
155# 259#
@@ -164,9 +268,95 @@ CONFIG_BINFMT_ELF=y
164# CONFIG_BINFMT_MISC is not set 268# CONFIG_BINFMT_MISC is not set
165 269
166# 270#
167# SH initrd options 271# Power management options (EXPERIMENTAL)
272#
273# CONFIG_PM is not set
274
275#
276# Networking
277#
278CONFIG_NET=y
279
280#
281# Networking options
282#
283# CONFIG_NETDEBUG is not set
284CONFIG_PACKET=y
285# CONFIG_PACKET_MMAP is not set
286CONFIG_UNIX=y
287CONFIG_XFRM=y
288# CONFIG_XFRM_USER is not set
289# CONFIG_XFRM_SUB_POLICY is not set
290# CONFIG_NET_KEY is not set
291CONFIG_INET=y
292# CONFIG_IP_MULTICAST is not set
293# CONFIG_IP_ADVANCED_ROUTER is not set
294CONFIG_IP_FIB_HASH=y
295CONFIG_IP_PNP=y
296CONFIG_IP_PNP_DHCP=y
297CONFIG_IP_PNP_BOOTP=y
298CONFIG_IP_PNP_RARP=y
299# CONFIG_NET_IPIP is not set
300# CONFIG_NET_IPGRE is not set
301# CONFIG_ARPD is not set
302# CONFIG_SYN_COOKIES is not set
303# CONFIG_INET_AH is not set
304# CONFIG_INET_ESP is not set
305# CONFIG_INET_IPCOMP is not set
306# CONFIG_INET_XFRM_TUNNEL is not set
307# CONFIG_INET_TUNNEL is not set
308CONFIG_INET_XFRM_MODE_TRANSPORT=y
309CONFIG_INET_XFRM_MODE_TUNNEL=y
310CONFIG_INET_DIAG=y
311CONFIG_INET_TCP_DIAG=y
312# CONFIG_TCP_CONG_ADVANCED is not set
313CONFIG_TCP_CONG_CUBIC=y
314CONFIG_DEFAULT_TCP_CONG="cubic"
315# CONFIG_IPV6 is not set
316# CONFIG_INET6_XFRM_TUNNEL is not set
317# CONFIG_INET6_TUNNEL is not set
318# CONFIG_NETWORK_SECMARK is not set
319# CONFIG_NETFILTER is not set
320
321#
322# DCCP Configuration (EXPERIMENTAL)
323#
324# CONFIG_IP_DCCP is not set
325
326#
327# SCTP Configuration (EXPERIMENTAL)
328#
329# CONFIG_IP_SCTP is not set
330
331#
332# TIPC Configuration (EXPERIMENTAL)
333#
334# CONFIG_TIPC is not set
335# CONFIG_ATM is not set
336# CONFIG_BRIDGE is not set
337# CONFIG_VLAN_8021Q is not set
338# CONFIG_DECNET is not set
339# CONFIG_LLC2 is not set
340# CONFIG_IPX is not set
341# CONFIG_ATALK is not set
342# CONFIG_X25 is not set
343# CONFIG_LAPB is not set
344# CONFIG_ECONET is not set
345# CONFIG_WAN_ROUTER is not set
346
347#
348# QoS and/or fair queueing
168# 349#
169# CONFIG_EMBEDDED_RAMDISK is not set 350# CONFIG_NET_SCHED is not set
351
352#
353# Network testing
354#
355# CONFIG_NET_PKTGEN is not set
356# CONFIG_HAMRADIO is not set
357# CONFIG_IRDA is not set
358# CONFIG_BT is not set
359# CONFIG_IEEE80211 is not set
170 360
171# 361#
172# Device Drivers 362# Device Drivers
@@ -177,15 +367,20 @@ CONFIG_BINFMT_ELF=y
177# 367#
178CONFIG_STANDALONE=y 368CONFIG_STANDALONE=y
179CONFIG_PREVENT_FIRMWARE_BUILD=y 369CONFIG_PREVENT_FIRMWARE_BUILD=y
180# CONFIG_FW_LOADER is not set 370# CONFIG_SYS_HYPERVISOR is not set
371
372#
373# Connector - unified userspace <-> kernelspace linker
374#
375# CONFIG_CONNECTOR is not set
181 376
182# 377#
183# Memory Technology Devices (MTD) 378# Memory Technology Devices (MTD)
184# 379#
185CONFIG_MTD=y 380CONFIG_MTD=y
186# CONFIG_MTD_DEBUG is not set 381# CONFIG_MTD_DEBUG is not set
187CONFIG_MTD_PARTITIONS=y
188# CONFIG_MTD_CONCAT is not set 382# CONFIG_MTD_CONCAT is not set
383CONFIG_MTD_PARTITIONS=y
189# CONFIG_MTD_REDBOOT_PARTS is not set 384# CONFIG_MTD_REDBOOT_PARTS is not set
190# CONFIG_MTD_CMDLINE_PARTS is not set 385# CONFIG_MTD_CMDLINE_PARTS is not set
191 386
@@ -197,6 +392,8 @@ CONFIG_MTD_BLOCK=y
197# CONFIG_FTL is not set 392# CONFIG_FTL is not set
198# CONFIG_NFTL is not set 393# CONFIG_NFTL is not set
199# CONFIG_INFTL is not set 394# CONFIG_INFTL is not set
395# CONFIG_RFD_FTL is not set
396# CONFIG_SSFDC is not set
200 397
201# 398#
202# RAM/ROM/Flash chip drivers 399# RAM/ROM/Flash chip drivers
@@ -217,22 +414,19 @@ CONFIG_MTD_CFI_I2=y
217# CONFIG_MTD_CFI_I8 is not set 414# CONFIG_MTD_CFI_I8 is not set
218# CONFIG_MTD_CFI_INTELEXT is not set 415# CONFIG_MTD_CFI_INTELEXT is not set
219CONFIG_MTD_CFI_AMDSTD=y 416CONFIG_MTD_CFI_AMDSTD=y
220CONFIG_MTD_CFI_AMDSTD_RETRY=0
221# CONFIG_MTD_CFI_STAA is not set 417# CONFIG_MTD_CFI_STAA is not set
222CONFIG_MTD_CFI_UTIL=y 418CONFIG_MTD_CFI_UTIL=y
223# CONFIG_MTD_RAM is not set 419# CONFIG_MTD_RAM is not set
224# CONFIG_MTD_ROM is not set 420# CONFIG_MTD_ROM is not set
225# CONFIG_MTD_ABSENT is not set 421# CONFIG_MTD_ABSENT is not set
422# CONFIG_MTD_OBSOLETE_CHIPS is not set
226 423
227# 424#
228# Mapping drivers for chip access 425# Mapping drivers for chip access
229# 426#
230# CONFIG_MTD_COMPLEX_MAPPINGS is not set 427# CONFIG_MTD_COMPLEX_MAPPINGS is not set
231# CONFIG_MTD_PHYSMAP is not set 428# CONFIG_MTD_PHYSMAP is not set
232CONFIG_MTD_SOLUTIONENGINE=y 429# CONFIG_MTD_PLATRAM is not set
233CONFIG_MTD_SUPERH_RESERVE=0x300000
234# CONFIG_MTD_MPC1211 is not set
235# CONFIG_MTD_RTS7751R2D is not set
236 430
237# 431#
238# Self-contained MTD device drivers 432# Self-contained MTD device drivers
@@ -240,7 +434,6 @@ CONFIG_MTD_SUPERH_RESERVE=0x300000
240# CONFIG_MTD_SLRAM is not set 434# CONFIG_MTD_SLRAM is not set
241# CONFIG_MTD_PHRAM is not set 435# CONFIG_MTD_PHRAM is not set
242# CONFIG_MTD_MTDRAM is not set 436# CONFIG_MTD_MTDRAM is not set
243# CONFIG_MTD_BLKMTD is not set
244# CONFIG_MTD_BLOCK2MTD is not set 437# CONFIG_MTD_BLOCK2MTD is not set
245 438
246# 439#
@@ -256,6 +449,11 @@ CONFIG_MTD_SUPERH_RESERVE=0x300000
256# CONFIG_MTD_NAND is not set 449# CONFIG_MTD_NAND is not set
257 450
258# 451#
452# OneNAND Flash Device Drivers
453#
454# CONFIG_MTD_ONENAND is not set
455
456#
259# Parallel port support 457# Parallel port support
260# 458#
261# CONFIG_PARPORT is not set 459# CONFIG_PARPORT is not set
@@ -267,25 +465,15 @@ CONFIG_MTD_SUPERH_RESERVE=0x300000
267# 465#
268# Block devices 466# Block devices
269# 467#
270# CONFIG_BLK_DEV_FD is not set
271# CONFIG_BLK_DEV_COW_COMMON is not set 468# CONFIG_BLK_DEV_COW_COMMON is not set
272# CONFIG_BLK_DEV_LOOP is not set 469# CONFIG_BLK_DEV_LOOP is not set
273# CONFIG_BLK_DEV_NBD is not set 470# CONFIG_BLK_DEV_NBD is not set
274CONFIG_BLK_DEV_RAM=y 471CONFIG_BLK_DEV_RAM=y
275CONFIG_BLK_DEV_RAM_COUNT=16 472CONFIG_BLK_DEV_RAM_COUNT=16
276CONFIG_BLK_DEV_RAM_SIZE=8192 473CONFIG_BLK_DEV_RAM_SIZE=8192
474CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
277CONFIG_BLK_DEV_INITRD=y 475CONFIG_BLK_DEV_INITRD=y
278CONFIG_INITRAMFS_SOURCE=""
279# CONFIG_LBD is not set
280# CONFIG_CDROM_PKTCDVD is not set 476# CONFIG_CDROM_PKTCDVD is not set
281
282#
283# IO Schedulers
284#
285CONFIG_IOSCHED_NOOP=y
286CONFIG_IOSCHED_AS=y
287# CONFIG_IOSCHED_DEADLINE is not set
288# CONFIG_IOSCHED_CFQ is not set
289# CONFIG_ATA_OVER_ETH is not set 477# CONFIG_ATA_OVER_ETH is not set
290 478
291# 479#
@@ -296,7 +484,14 @@ CONFIG_IOSCHED_AS=y
296# 484#
297# SCSI device support 485# SCSI device support
298# 486#
487# CONFIG_RAID_ATTRS is not set
299# CONFIG_SCSI is not set 488# CONFIG_SCSI is not set
489# CONFIG_SCSI_NETLINK is not set
490
491#
492# Serial ATA (prod) and Parallel ATA (experimental) drivers
493#
494# CONFIG_ATA is not set
300 495
301# 496#
302# Multi-device support (RAID and LVM) 497# Multi-device support (RAID and LVM)
@@ -306,6 +501,7 @@ CONFIG_IOSCHED_AS=y
306# 501#
307# Fusion MPT device support 502# Fusion MPT device support
308# 503#
504# CONFIG_FUSION is not set
309 505
310# 506#
311# IEEE 1394 (FireWire) support 507# IEEE 1394 (FireWire) support
@@ -316,70 +512,8 @@ CONFIG_IOSCHED_AS=y
316# 512#
317 513
318# 514#
319# Networking support 515# Network device support
320#
321CONFIG_NET=y
322
323#
324# Networking options
325#
326CONFIG_PACKET=y
327# CONFIG_PACKET_MMAP is not set
328# CONFIG_NETLINK_DEV is not set
329CONFIG_UNIX=y
330# CONFIG_NET_KEY is not set
331CONFIG_INET=y
332# CONFIG_IP_MULTICAST is not set
333# CONFIG_IP_ADVANCED_ROUTER is not set
334CONFIG_IP_PNP=y
335CONFIG_IP_PNP_DHCP=y
336CONFIG_IP_PNP_BOOTP=y
337CONFIG_IP_PNP_RARP=y
338# CONFIG_NET_IPIP is not set
339# CONFIG_NET_IPGRE is not set
340# CONFIG_ARPD is not set
341# CONFIG_SYN_COOKIES is not set
342# CONFIG_INET_AH is not set
343# CONFIG_INET_ESP is not set
344# CONFIG_INET_IPCOMP is not set
345# CONFIG_INET_TUNNEL is not set
346CONFIG_IP_TCPDIAG=y
347# CONFIG_IP_TCPDIAG_IPV6 is not set
348# CONFIG_IPV6 is not set
349# CONFIG_NETFILTER is not set
350
351#
352# SCTP Configuration (EXPERIMENTAL)
353#
354# CONFIG_IP_SCTP is not set
355# CONFIG_ATM is not set
356# CONFIG_BRIDGE is not set
357# CONFIG_VLAN_8021Q is not set
358# CONFIG_DECNET is not set
359# CONFIG_LLC2 is not set
360# CONFIG_IPX is not set
361# CONFIG_ATALK is not set
362# CONFIG_X25 is not set
363# CONFIG_LAPB is not set
364# CONFIG_NET_DIVERT is not set
365# CONFIG_ECONET is not set
366# CONFIG_WAN_ROUTER is not set
367
368#
369# QoS and/or fair queueing
370#
371# CONFIG_NET_SCHED is not set
372# CONFIG_NET_CLS_ROUTE is not set
373
374#
375# Network testing
376# 516#
377# CONFIG_NET_PKTGEN is not set
378# CONFIG_NETPOLL is not set
379# CONFIG_NET_POLL_CONTROLLER is not set
380# CONFIG_HAMRADIO is not set
381# CONFIG_IRDA is not set
382# CONFIG_BT is not set
383CONFIG_NETDEVICES=y 517CONFIG_NETDEVICES=y
384# CONFIG_DUMMY is not set 518# CONFIG_DUMMY is not set
385# CONFIG_BONDING is not set 519# CONFIG_BONDING is not set
@@ -387,6 +521,11 @@ CONFIG_NETDEVICES=y
387# CONFIG_TUN is not set 521# CONFIG_TUN is not set
388 522
389# 523#
524# PHY device support
525#
526# CONFIG_PHYLIB is not set
527
528#
390# Ethernet (10 or 100Mbit) 529# Ethernet (10 or 100Mbit)
391# 530#
392CONFIG_NET_ETHERNET=y 531CONFIG_NET_ETHERNET=y
@@ -422,10 +561,14 @@ CONFIG_PPP_ASYNC=y
422# CONFIG_PPP_SYNC_TTY is not set 561# CONFIG_PPP_SYNC_TTY is not set
423CONFIG_PPP_DEFLATE=y 562CONFIG_PPP_DEFLATE=y
424# CONFIG_PPP_BSDCOMP is not set 563# CONFIG_PPP_BSDCOMP is not set
564# CONFIG_PPP_MPPE is not set
425# CONFIG_PPPOE is not set 565# CONFIG_PPPOE is not set
426# CONFIG_SLIP is not set 566# CONFIG_SLIP is not set
567CONFIG_SLHC=y
427# CONFIG_SHAPER is not set 568# CONFIG_SHAPER is not set
428# CONFIG_NETCONSOLE is not set 569# CONFIG_NETCONSOLE is not set
570# CONFIG_NETPOLL is not set
571# CONFIG_NET_POLL_CONTROLLER is not set
429 572
430# 573#
431# ISDN subsystem 574# ISDN subsystem
@@ -441,6 +584,7 @@ CONFIG_PPP_DEFLATE=y
441# Input device support 584# Input device support
442# 585#
443CONFIG_INPUT=y 586CONFIG_INPUT=y
587# CONFIG_INPUT_FF_MEMLESS is not set
444 588
445# 589#
446# Userland interfaces 590# Userland interfaces
@@ -452,18 +596,6 @@ CONFIG_INPUT=y
452# CONFIG_INPUT_EVBUG is not set 596# CONFIG_INPUT_EVBUG is not set
453 597
454# 598#
455# Input I/O drivers
456#
457# CONFIG_GAMEPORT is not set
458CONFIG_SOUND_GAMEPORT=y
459CONFIG_SERIO=y
460# CONFIG_SERIO_I8042 is not set
461# CONFIG_SERIO_SERPORT is not set
462# CONFIG_SERIO_CT82C710 is not set
463# CONFIG_SERIO_LIBPS2 is not set
464# CONFIG_SERIO_RAW is not set
465
466#
467# Input Device Drivers 599# Input Device Drivers
468# 600#
469# CONFIG_INPUT_KEYBOARD is not set 601# CONFIG_INPUT_KEYBOARD is not set
@@ -473,6 +605,16 @@ CONFIG_SERIO=y
473# CONFIG_INPUT_MISC is not set 605# CONFIG_INPUT_MISC is not set
474 606
475# 607#
608# Hardware I/O ports
609#
610CONFIG_SERIO=y
611# CONFIG_SERIO_I8042 is not set
612# CONFIG_SERIO_SERPORT is not set
613# CONFIG_SERIO_LIBPS2 is not set
614# CONFIG_SERIO_RAW is not set
615# CONFIG_GAMEPORT is not set
616
617#
476# Character devices 618# Character devices
477# 619#
478# CONFIG_VT is not set 620# CONFIG_VT is not set
@@ -487,6 +629,7 @@ CONFIG_SERIO=y
487# Non-8250 serial port support 629# Non-8250 serial port support
488# 630#
489CONFIG_SERIAL_SH_SCI=y 631CONFIG_SERIAL_SH_SCI=y
632CONFIG_SERIAL_SH_SCI_NR_UARTS=2
490CONFIG_SERIAL_SH_SCI_CONSOLE=y 633CONFIG_SERIAL_SH_SCI_CONSOLE=y
491CONFIG_SERIAL_CORE=y 634CONFIG_SERIAL_CORE=y
492CONFIG_SERIAL_CORE_CONSOLE=y 635CONFIG_SERIAL_CORE_CONSOLE=y
@@ -502,7 +645,7 @@ CONFIG_UNIX98_PTYS=y
502# Watchdog Cards 645# Watchdog Cards
503# 646#
504# CONFIG_WATCHDOG is not set 647# CONFIG_WATCHDOG is not set
505# CONFIG_RTC is not set 648CONFIG_HW_RANDOM=y
506# CONFIG_GEN_RTC is not set 649# CONFIG_GEN_RTC is not set
507# CONFIG_DTLK is not set 650# CONFIG_DTLK is not set
508# CONFIG_R3964 is not set 651# CONFIG_R3964 is not set
@@ -510,18 +653,38 @@ CONFIG_UNIX98_PTYS=y
510# 653#
511# Ftape, the floppy tape device driver 654# Ftape, the floppy tape device driver
512# 655#
513# CONFIG_DRM is not set
514# CONFIG_RAW_DRIVER is not set 656# CONFIG_RAW_DRIVER is not set
515 657
516# 658#
659# TPM devices
660#
661# CONFIG_TCG_TPM is not set
662# CONFIG_TELCLOCK is not set
663
664#
517# I2C support 665# I2C support
518# 666#
519# CONFIG_I2C is not set 667# CONFIG_I2C is not set
520 668
521# 669#
670# SPI support
671#
672# CONFIG_SPI is not set
673# CONFIG_SPI_MASTER is not set
674
675#
522# Dallas's 1-wire bus 676# Dallas's 1-wire bus
523# 677#
524# CONFIG_W1 is not set 678
679#
680# Hardware Monitoring support
681#
682CONFIG_HWMON=y
683# CONFIG_HWMON_VID is not set
684# CONFIG_SENSORS_ABITUGURU is not set
685# CONFIG_SENSORS_F71805F is not set
686# CONFIG_SENSORS_VT1211 is not set
687# CONFIG_HWMON_DEBUG_CHIP is not set
525 688
526# 689#
527# Misc devices 690# Misc devices
@@ -531,6 +694,7 @@ CONFIG_UNIX98_PTYS=y
531# Multimedia devices 694# Multimedia devices
532# 695#
533# CONFIG_VIDEO_DEV is not set 696# CONFIG_VIDEO_DEV is not set
697CONFIG_VIDEO_V4L2=y
534 698
535# 699#
536# Digital Video Broadcasting Devices 700# Digital Video Broadcasting Devices
@@ -540,6 +704,7 @@ CONFIG_UNIX98_PTYS=y
540# 704#
541# Graphics support 705# Graphics support
542# 706#
707CONFIG_FIRMWARE_EDID=y
543# CONFIG_FB is not set 708# CONFIG_FB is not set
544 709
545# 710#
@@ -552,9 +717,10 @@ CONFIG_UNIX98_PTYS=y
552# 717#
553# CONFIG_USB_ARCH_HAS_HCD is not set 718# CONFIG_USB_ARCH_HAS_HCD is not set
554# CONFIG_USB_ARCH_HAS_OHCI is not set 719# CONFIG_USB_ARCH_HAS_OHCI is not set
720# CONFIG_USB_ARCH_HAS_EHCI is not set
555 721
556# 722#
557# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 723# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
558# 724#
559 725
560# 726#
@@ -568,30 +734,64 @@ CONFIG_UNIX98_PTYS=y
568# CONFIG_MMC is not set 734# CONFIG_MMC is not set
569 735
570# 736#
737# LED devices
738#
739# CONFIG_NEW_LEDS is not set
740
741#
742# LED drivers
743#
744
745#
746# LED Triggers
747#
748
749#
571# InfiniBand support 750# InfiniBand support
572# 751#
573# CONFIG_INFINIBAND is not set 752
753#
754# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
755#
756
757#
758# Real Time Clock
759#
760# CONFIG_RTC_CLASS is not set
761
762#
763# DMA Engine support
764#
765# CONFIG_DMA_ENGINE is not set
766
767#
768# DMA Clients
769#
770
771#
772# DMA Devices
773#
574 774
575# 775#
576# File systems 776# File systems
577# 777#
578CONFIG_EXT2_FS=y 778CONFIG_EXT2_FS=y
579# CONFIG_EXT2_FS_XATTR is not set 779# CONFIG_EXT2_FS_XATTR is not set
780# CONFIG_EXT2_FS_XIP is not set
580# CONFIG_EXT3_FS is not set 781# CONFIG_EXT3_FS is not set
581# CONFIG_JBD is not set
582# CONFIG_REISERFS_FS is not set 782# CONFIG_REISERFS_FS is not set
583# CONFIG_JFS_FS is not set 783# CONFIG_JFS_FS is not set
584 784# CONFIG_FS_POSIX_ACL is not set
585#
586# XFS support
587#
588# CONFIG_XFS_FS is not set 785# CONFIG_XFS_FS is not set
589# CONFIG_MINIX_FS is not set 786# CONFIG_MINIX_FS is not set
590# CONFIG_ROMFS_FS is not set 787# CONFIG_ROMFS_FS is not set
788CONFIG_INOTIFY=y
789CONFIG_INOTIFY_USER=y
591# CONFIG_QUOTA is not set 790# CONFIG_QUOTA is not set
592CONFIG_DNOTIFY=y 791CONFIG_DNOTIFY=y
593# CONFIG_AUTOFS_FS is not set 792# CONFIG_AUTOFS_FS is not set
594# CONFIG_AUTOFS4_FS is not set 793# CONFIG_AUTOFS4_FS is not set
794# CONFIG_FUSE_FS is not set
595 795
596# 796#
597# CD-ROM/DVD Filesystems 797# CD-ROM/DVD Filesystems
@@ -611,9 +811,8 @@ CONFIG_DNOTIFY=y
611# 811#
612CONFIG_PROC_FS=y 812CONFIG_PROC_FS=y
613CONFIG_PROC_KCORE=y 813CONFIG_PROC_KCORE=y
814CONFIG_PROC_SYSCTL=y
614# CONFIG_SYSFS is not set 815# CONFIG_SYSFS is not set
615# CONFIG_DEVFS_FS is not set
616# CONFIG_DEVPTS_FS_XATTR is not set
617# CONFIG_TMPFS is not set 816# CONFIG_TMPFS is not set
618# CONFIG_HUGETLBFS is not set 817# CONFIG_HUGETLBFS is not set
619# CONFIG_HUGETLB_PAGE is not set 818# CONFIG_HUGETLB_PAGE is not set
@@ -632,8 +831,9 @@ CONFIG_RAMFS=y
632# CONFIG_JFFS_FS is not set 831# CONFIG_JFFS_FS is not set
633CONFIG_JFFS2_FS=y 832CONFIG_JFFS2_FS=y
634CONFIG_JFFS2_FS_DEBUG=0 833CONFIG_JFFS2_FS_DEBUG=0
635# CONFIG_JFFS2_FS_NAND is not set 834CONFIG_JFFS2_FS_WRITEBUFFER=y
636# CONFIG_JFFS2_FS_NOR_ECC is not set 835# CONFIG_JFFS2_SUMMARY is not set
836# CONFIG_JFFS2_FS_XATTR is not set
637# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 837# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
638CONFIG_JFFS2_ZLIB=y 838CONFIG_JFFS2_ZLIB=y
639CONFIG_JFFS2_RTIME=y 839CONFIG_JFFS2_RTIME=y
@@ -655,6 +855,7 @@ CONFIG_NFS_FS=y
655# CONFIG_NFSD is not set 855# CONFIG_NFSD is not set
656CONFIG_ROOT_NFS=y 856CONFIG_ROOT_NFS=y
657CONFIG_LOCKD=y 857CONFIG_LOCKD=y
858CONFIG_NFS_COMMON=y
658CONFIG_SUNRPC=y 859CONFIG_SUNRPC=y
659# CONFIG_RPCSEC_GSS_KRB5 is not set 860# CONFIG_RPCSEC_GSS_KRB5 is not set
660# CONFIG_RPCSEC_GSS_SPKM3 is not set 861# CONFIG_RPCSEC_GSS_SPKM3 is not set
@@ -663,6 +864,7 @@ CONFIG_SUNRPC=y
663# CONFIG_NCP_FS is not set 864# CONFIG_NCP_FS is not set
664# CONFIG_CODA_FS is not set 865# CONFIG_CODA_FS is not set
665# CONFIG_AFS_FS is not set 866# CONFIG_AFS_FS is not set
867# CONFIG_9P_FS is not set
666 868
667# 869#
668# Partition Types 870# Partition Types
@@ -683,9 +885,13 @@ CONFIG_MSDOS_PARTITION=y
683# 885#
684# Kernel hacking 886# Kernel hacking
685# 887#
888# CONFIG_PRINTK_TIME is not set
889CONFIG_ENABLE_MUST_CHECK=y
890# CONFIG_MAGIC_SYSRQ is not set
891# CONFIG_UNUSED_SYMBOLS is not set
686# CONFIG_DEBUG_KERNEL is not set 892# CONFIG_DEBUG_KERNEL is not set
687CONFIG_DEBUG_PREEMPT=y 893CONFIG_LOG_BUF_SHIFT=14
688# CONFIG_FRAME_POINTER is not set 894# CONFIG_DEBUG_BUGVERBOSE is not set
689# CONFIG_SH_STANDARD_BIOS is not set 895# CONFIG_SH_STANDARD_BIOS is not set
690# CONFIG_KGDB is not set 896# CONFIG_KGDB is not set
691 897
@@ -693,7 +899,6 @@ CONFIG_DEBUG_PREEMPT=y
693# Security options 899# Security options
694# 900#
695# CONFIG_KEYS is not set 901# CONFIG_KEYS is not set
696# CONFIG_SECURITY is not set
697 902
698# 903#
699# Cryptographic options 904# Cryptographic options
@@ -701,14 +906,12 @@ CONFIG_DEBUG_PREEMPT=y
701# CONFIG_CRYPTO is not set 906# CONFIG_CRYPTO is not set
702 907
703# 908#
704# Hardware crypto devices
705#
706
707#
708# Library routines 909# Library routines
709# 910#
710CONFIG_CRC_CCITT=y 911CONFIG_CRC_CCITT=y
912# CONFIG_CRC16 is not set
711CONFIG_CRC32=y 913CONFIG_CRC32=y
712# CONFIG_LIBCRC32C is not set 914# CONFIG_LIBCRC32C is not set
713CONFIG_ZLIB_INFLATE=y 915CONFIG_ZLIB_INFLATE=y
714CONFIG_ZLIB_DEFLATE=y 916CONFIG_ZLIB_DEFLATE=y
917CONFIG_PLIST=y
diff --git a/arch/sh/configs/se7750_defconfig b/arch/sh/configs/se7750_defconfig
index 6dc31584752a..5d357d68b234 100644
--- a/arch/sh/configs/se7750_defconfig
+++ b/arch/sh/configs/se7750_defconfig
@@ -1,131 +1,218 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:46 2005 4# Tue Oct 3 11:49:01 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24# CONFIG_SWAP is not set 27# CONFIG_SWAP is not set
25CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
26# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
27CONFIG_BSD_PROCESS_ACCT=y 31CONFIG_BSD_PROCESS_ACCT=y
28# CONFIG_BSD_PROCESS_ACCT_V3 is not set 32# CONFIG_BSD_PROCESS_ACCT_V3 is not set
29CONFIG_SYSCTL=y 33# CONFIG_TASKSTATS is not set
34# CONFIG_UTS_NS is not set
30# CONFIG_AUDIT is not set 35# CONFIG_AUDIT is not set
31CONFIG_LOG_BUF_SHIFT=14
32# CONFIG_HOTPLUG is not set
33CONFIG_KOBJECT_UEVENT=y
34CONFIG_IKCONFIG=y 36CONFIG_IKCONFIG=y
35CONFIG_IKCONFIG_PROC=y 37CONFIG_IKCONFIG_PROC=y
38# CONFIG_RELAY is not set
39CONFIG_INITRAMFS_SOURCE=""
40# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41CONFIG_SYSCTL=y
36CONFIG_EMBEDDED=y 42CONFIG_EMBEDDED=y
43CONFIG_UID16=y
44# CONFIG_SYSCTL_SYSCALL is not set
37CONFIG_KALLSYMS=y 45CONFIG_KALLSYMS=y
38# CONFIG_KALLSYMS_EXTRA_PASS is not set 46# CONFIG_KALLSYMS_EXTRA_PASS is not set
47# CONFIG_HOTPLUG is not set
48CONFIG_PRINTK=y
49CONFIG_BUG=y
50CONFIG_ELF_CORE=y
51CONFIG_BASE_FULL=y
39CONFIG_FUTEX=y 52CONFIG_FUTEX=y
40CONFIG_EPOLL=y 53CONFIG_EPOLL=y
41# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42CONFIG_SHMEM=y 54CONFIG_SHMEM=y
43CONFIG_CC_ALIGN_FUNCTIONS=0 55CONFIG_SLAB=y
44CONFIG_CC_ALIGN_LABELS=0 56CONFIG_VM_EVENT_COUNTERS=y
45CONFIG_CC_ALIGN_LOOPS=0 57CONFIG_RT_MUTEXES=y
46CONFIG_CC_ALIGN_JUMPS=0
47# CONFIG_TINY_SHMEM is not set 58# CONFIG_TINY_SHMEM is not set
59CONFIG_BASE_SMALL=0
60# CONFIG_SLOB is not set
48 61
49# 62#
50# Loadable module support 63# Loadable module support
51# 64#
52CONFIG_MODULES=y 65CONFIG_MODULES=y
53# CONFIG_MODULE_UNLOAD is not set 66# CONFIG_MODULE_UNLOAD is not set
54CONFIG_OBSOLETE_MODPARM=y
55# CONFIG_MODVERSIONS is not set 67# CONFIG_MODVERSIONS is not set
56# CONFIG_MODULE_SRCVERSION_ALL is not set 68# CONFIG_MODULE_SRCVERSION_ALL is not set
57CONFIG_KMOD=y 69CONFIG_KMOD=y
58 70
59# 71#
72# Block layer
73#
74CONFIG_BLOCK=y
75# CONFIG_LBD is not set
76# CONFIG_BLK_DEV_IO_TRACE is not set
77# CONFIG_LSF is not set
78
79#
80# IO Schedulers
81#
82CONFIG_IOSCHED_NOOP=y
83CONFIG_IOSCHED_AS=y
84CONFIG_IOSCHED_DEADLINE=y
85CONFIG_IOSCHED_CFQ=y
86CONFIG_DEFAULT_AS=y
87# CONFIG_DEFAULT_DEADLINE is not set
88# CONFIG_DEFAULT_CFQ is not set
89# CONFIG_DEFAULT_NOOP is not set
90CONFIG_DEFAULT_IOSCHED="anticipatory"
91
92#
60# System type 93# System type
61# 94#
95CONFIG_SOLUTION_ENGINE=y
62CONFIG_SH_SOLUTION_ENGINE=y 96CONFIG_SH_SOLUTION_ENGINE=y
63# CONFIG_SH_7751_SOLUTION_ENGINE is not set 97# CONFIG_SH_7751_SOLUTION_ENGINE is not set
64# CONFIG_SH_7300_SOLUTION_ENGINE is not set 98# CONFIG_SH_7300_SOLUTION_ENGINE is not set
99# CONFIG_SH_7343_SOLUTION_ENGINE is not set
65# CONFIG_SH_73180_SOLUTION_ENGINE is not set 100# CONFIG_SH_73180_SOLUTION_ENGINE is not set
66# CONFIG_SH_7751_SYSTEMH is not set 101# CONFIG_SH_7751_SYSTEMH is not set
67# CONFIG_SH_STB1_HARP is not set 102# CONFIG_SH_HP6XX is not set
68# CONFIG_SH_STB1_OVERDRIVE is not set
69# CONFIG_SH_HP620 is not set
70# CONFIG_SH_HP680 is not set
71# CONFIG_SH_HP690 is not set
72# CONFIG_SH_CQREEK is not set
73# CONFIG_SH_DMIDA is not set
74# CONFIG_SH_EC3104 is not set 103# CONFIG_SH_EC3104 is not set
75# CONFIG_SH_SATURN is not set 104# CONFIG_SH_SATURN is not set
76# CONFIG_SH_DREAMCAST is not set 105# CONFIG_SH_DREAMCAST is not set
77# CONFIG_SH_CAT68701 is not set
78# CONFIG_SH_BIGSUR is not set 106# CONFIG_SH_BIGSUR is not set
79# CONFIG_SH_SH2000 is not set
80# CONFIG_SH_ADX is not set
81# CONFIG_SH_MPC1211 is not set 107# CONFIG_SH_MPC1211 is not set
82# CONFIG_SH_SH03 is not set 108# CONFIG_SH_SH03 is not set
83# CONFIG_SH_SECUREEDGE5410 is not set 109# CONFIG_SH_SECUREEDGE5410 is not set
84# CONFIG_SH_HS7751RVOIP is not set 110# CONFIG_SH_HS7751RVOIP is not set
111# CONFIG_SH_7710VOIPGW is not set
85# CONFIG_SH_RTS7751R2D is not set 112# CONFIG_SH_RTS7751R2D is not set
113# CONFIG_SH_R7780RP is not set
86# CONFIG_SH_EDOSK7705 is not set 114# CONFIG_SH_EDOSK7705 is not set
87# CONFIG_SH_SH4202_MICRODEV is not set 115# CONFIG_SH_SH4202_MICRODEV is not set
116# CONFIG_SH_LANDISK is not set
117# CONFIG_SH_TITAN is not set
118# CONFIG_SH_SHMIN is not set
88# CONFIG_SH_UNKNOWN is not set 119# CONFIG_SH_UNKNOWN is not set
89# CONFIG_CPU_SH2 is not set 120
90# CONFIG_CPU_SH3 is not set 121#
122# Processor selection
123#
91CONFIG_CPU_SH4=y 124CONFIG_CPU_SH4=y
125
126#
127# SH-2 Processor Support
128#
92# CONFIG_CPU_SUBTYPE_SH7604 is not set 129# CONFIG_CPU_SUBTYPE_SH7604 is not set
130
131#
132# SH-3 Processor Support
133#
93# CONFIG_CPU_SUBTYPE_SH7300 is not set 134# CONFIG_CPU_SUBTYPE_SH7300 is not set
94# CONFIG_CPU_SUBTYPE_SH7705 is not set 135# CONFIG_CPU_SUBTYPE_SH7705 is not set
136# CONFIG_CPU_SUBTYPE_SH7706 is not set
95# CONFIG_CPU_SUBTYPE_SH7707 is not set 137# CONFIG_CPU_SUBTYPE_SH7707 is not set
96# CONFIG_CPU_SUBTYPE_SH7708 is not set 138# CONFIG_CPU_SUBTYPE_SH7708 is not set
97# CONFIG_CPU_SUBTYPE_SH7709 is not set 139# CONFIG_CPU_SUBTYPE_SH7709 is not set
140# CONFIG_CPU_SUBTYPE_SH7710 is not set
141
142#
143# SH-4 Processor Support
144#
98CONFIG_CPU_SUBTYPE_SH7750=y 145CONFIG_CPU_SUBTYPE_SH7750=y
146# CONFIG_CPU_SUBTYPE_SH7091 is not set
147# CONFIG_CPU_SUBTYPE_SH7750R is not set
148# CONFIG_CPU_SUBTYPE_SH7750S is not set
99# CONFIG_CPU_SUBTYPE_SH7751 is not set 149# CONFIG_CPU_SUBTYPE_SH7751 is not set
150# CONFIG_CPU_SUBTYPE_SH7751R is not set
100# CONFIG_CPU_SUBTYPE_SH7760 is not set 151# CONFIG_CPU_SUBTYPE_SH7760 is not set
101# CONFIG_CPU_SUBTYPE_SH73180 is not set 152# CONFIG_CPU_SUBTYPE_SH4_202 is not set
153
154#
155# ST40 Processor Support
156#
102# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 157# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
103# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 158# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
104# CONFIG_CPU_SUBTYPE_SH4_202 is not set 159
160#
161# SH-4A Processor Support
162#
163# CONFIG_CPU_SUBTYPE_SH7770 is not set
164# CONFIG_CPU_SUBTYPE_SH7780 is not set
165
166#
167# SH4AL-DSP Processor Support
168#
169# CONFIG_CPU_SUBTYPE_SH73180 is not set
170# CONFIG_CPU_SUBTYPE_SH7343 is not set
171
172#
173# Memory management options
174#
105CONFIG_MMU=y 175CONFIG_MMU=y
106CONFIG_CMDLINE_BOOL=y 176CONFIG_PAGE_OFFSET=0x80000000
107CONFIG_CMDLINE="console=ttySC1,38400 root=/dev/nfs ip=bootp"
108CONFIG_MEMORY_START=0x0c000000 177CONFIG_MEMORY_START=0x0c000000
109CONFIG_MEMORY_SIZE=0x02000000 178CONFIG_MEMORY_SIZE=0x02000000
110CONFIG_MEMORY_SET=y 179CONFIG_VSYSCALL=y
111# CONFIG_MEMORY_OVERRIDE is not set 180CONFIG_SELECT_MEMORY_MODEL=y
181CONFIG_FLATMEM_MANUAL=y
182# CONFIG_DISCONTIGMEM_MANUAL is not set
183# CONFIG_SPARSEMEM_MANUAL is not set
184CONFIG_FLATMEM=y
185CONFIG_FLAT_NODE_MEM_MAP=y
186# CONFIG_SPARSEMEM_STATIC is not set
187CONFIG_SPLIT_PTLOCK_CPUS=4
188# CONFIG_RESOURCES_64BIT is not set
189
190#
191# Cache configuration
192#
193# CONFIG_SH_DIRECT_MAPPED is not set
194# CONFIG_SH_WRITETHROUGH is not set
195# CONFIG_SH_OCRAM is not set
112CONFIG_CF_ENABLER=y 196CONFIG_CF_ENABLER=y
113# CONFIG_CF_AREA5 is not set 197# CONFIG_CF_AREA5 is not set
114CONFIG_CF_AREA6=y 198CONFIG_CF_AREA6=y
115CONFIG_CF_BASE_ADDR=0xb8000000 199CONFIG_CF_BASE_ADDR=0xb8000000
116CONFIG_SH_RTC=y 200
117CONFIG_SH_FPU=y 201#
118CONFIG_ZERO_PAGE_OFFSET=0x00001000 202# Processor features
119CONFIG_BOOT_LINK_OFFSET=0x00800000 203#
120CONFIG_CPU_LITTLE_ENDIAN=y 204CONFIG_CPU_LITTLE_ENDIAN=y
121# CONFIG_PREEMPT is not set 205CONFIG_SH_FPU=y
122# CONFIG_UBC_WAKEUP is not set 206# CONFIG_SH_DSP is not set
123# CONFIG_SH_WRITETHROUGH is not set
124# CONFIG_SH_OCRAM is not set
125# CONFIG_SH_STORE_QUEUES is not set 207# CONFIG_SH_STORE_QUEUES is not set
126# CONFIG_SMP is not set 208CONFIG_CPU_HAS_INTEVT=y
127CONFIG_SH_PCLK_CALC=y 209CONFIG_CPU_HAS_SR_RB=y
128CONFIG_SH_PCLK_FREQ=49876504 210
211#
212# Timer support
213#
214CONFIG_SH_TMU=y
215CONFIG_SH_PCLK_FREQ=50000000
129 216
130# 217#
131# CPU Frequency scaling 218# CPU Frequency scaling
@@ -144,17 +231,34 @@ CONFIG_SH_PCLK_FREQ=49876504
144CONFIG_HEARTBEAT=y 231CONFIG_HEARTBEAT=y
145 232
146# 233#
147# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 234# Kernel features
148# 235#
149# CONFIG_PCI is not set 236# CONFIG_HZ_100 is not set
237CONFIG_HZ_250=y
238# CONFIG_HZ_1000 is not set
239CONFIG_HZ=250
240# CONFIG_KEXEC is not set
241# CONFIG_SMP is not set
242CONFIG_PREEMPT_NONE=y
243# CONFIG_PREEMPT_VOLUNTARY is not set
244# CONFIG_PREEMPT is not set
150 245
151# 246#
152# PCCARD (PCMCIA/CardBus) support 247# Boot options
248#
249CONFIG_ZERO_PAGE_OFFSET=0x00001000
250CONFIG_BOOT_LINK_OFFSET=0x00800000
251# CONFIG_UBC_WAKEUP is not set
252CONFIG_CMDLINE_BOOL=y
253CONFIG_CMDLINE="console=ttySC1,38400 root=/dev/nfs ip=bootp"
254
255#
256# Bus options
153# 257#
154# CONFIG_PCCARD is not set 258# CONFIG_PCI is not set
155 259
156# 260#
157# PC-card bridges 261# PCCARD (PCMCIA/CardBus) support
158# 262#
159 263
160# 264#
@@ -169,6 +273,98 @@ CONFIG_BINFMT_ELF=y
169# CONFIG_BINFMT_MISC is not set 273# CONFIG_BINFMT_MISC is not set
170 274
171# 275#
276# Power management options (EXPERIMENTAL)
277#
278# CONFIG_PM is not set
279
280#
281# Networking
282#
283CONFIG_NET=y
284
285#
286# Networking options
287#
288# CONFIG_NETDEBUG is not set
289CONFIG_PACKET=y
290# CONFIG_PACKET_MMAP is not set
291CONFIG_UNIX=y
292CONFIG_XFRM=y
293# CONFIG_XFRM_USER is not set
294# CONFIG_XFRM_SUB_POLICY is not set
295# CONFIG_NET_KEY is not set
296CONFIG_INET=y
297CONFIG_IP_MULTICAST=y
298# CONFIG_IP_ADVANCED_ROUTER is not set
299CONFIG_IP_FIB_HASH=y
300CONFIG_IP_PNP=y
301# CONFIG_IP_PNP_DHCP is not set
302CONFIG_IP_PNP_BOOTP=y
303# CONFIG_IP_PNP_RARP is not set
304# CONFIG_NET_IPIP is not set
305# CONFIG_NET_IPGRE is not set
306# CONFIG_IP_MROUTE is not set
307# CONFIG_ARPD is not set
308# CONFIG_SYN_COOKIES is not set
309# CONFIG_INET_AH is not set
310# CONFIG_INET_ESP is not set
311# CONFIG_INET_IPCOMP is not set
312# CONFIG_INET_XFRM_TUNNEL is not set
313# CONFIG_INET_TUNNEL is not set
314CONFIG_INET_XFRM_MODE_TRANSPORT=y
315CONFIG_INET_XFRM_MODE_TUNNEL=y
316CONFIG_INET_DIAG=y
317CONFIG_INET_TCP_DIAG=y
318# CONFIG_TCP_CONG_ADVANCED is not set
319CONFIG_TCP_CONG_CUBIC=y
320CONFIG_DEFAULT_TCP_CONG="cubic"
321# CONFIG_IPV6 is not set
322# CONFIG_INET6_XFRM_TUNNEL is not set
323# CONFIG_INET6_TUNNEL is not set
324# CONFIG_NETWORK_SECMARK is not set
325# CONFIG_NETFILTER is not set
326
327#
328# DCCP Configuration (EXPERIMENTAL)
329#
330# CONFIG_IP_DCCP is not set
331
332#
333# SCTP Configuration (EXPERIMENTAL)
334#
335# CONFIG_IP_SCTP is not set
336
337#
338# TIPC Configuration (EXPERIMENTAL)
339#
340# CONFIG_TIPC is not set
341# CONFIG_ATM is not set
342# CONFIG_BRIDGE is not set
343# CONFIG_VLAN_8021Q is not set
344# CONFIG_DECNET is not set
345# CONFIG_LLC2 is not set
346# CONFIG_IPX is not set
347# CONFIG_ATALK is not set
348# CONFIG_X25 is not set
349# CONFIG_LAPB is not set
350# CONFIG_ECONET is not set
351# CONFIG_WAN_ROUTER is not set
352
353#
354# QoS and/or fair queueing
355#
356# CONFIG_NET_SCHED is not set
357
358#
359# Network testing
360#
361# CONFIG_NET_PKTGEN is not set
362# CONFIG_HAMRADIO is not set
363# CONFIG_IRDA is not set
364# CONFIG_BT is not set
365# CONFIG_IEEE80211 is not set
366
367#
172# Device Drivers 368# Device Drivers
173# 369#
174 370
@@ -177,15 +373,20 @@ CONFIG_BINFMT_ELF=y
177# 373#
178CONFIG_STANDALONE=y 374CONFIG_STANDALONE=y
179CONFIG_PREVENT_FIRMWARE_BUILD=y 375CONFIG_PREVENT_FIRMWARE_BUILD=y
180# CONFIG_FW_LOADER is not set 376# CONFIG_SYS_HYPERVISOR is not set
377
378#
379# Connector - unified userspace <-> kernelspace linker
380#
381# CONFIG_CONNECTOR is not set
181 382
182# 383#
183# Memory Technology Devices (MTD) 384# Memory Technology Devices (MTD)
184# 385#
185CONFIG_MTD=y 386CONFIG_MTD=y
186# CONFIG_MTD_DEBUG is not set 387# CONFIG_MTD_DEBUG is not set
187CONFIG_MTD_PARTITIONS=y
188# CONFIG_MTD_CONCAT is not set 388# CONFIG_MTD_CONCAT is not set
389CONFIG_MTD_PARTITIONS=y
189# CONFIG_MTD_REDBOOT_PARTS is not set 390# CONFIG_MTD_REDBOOT_PARTS is not set
190# CONFIG_MTD_CMDLINE_PARTS is not set 391# CONFIG_MTD_CMDLINE_PARTS is not set
191 392
@@ -197,6 +398,8 @@ CONFIG_MTD_BLOCK=y
197# CONFIG_FTL is not set 398# CONFIG_FTL is not set
198# CONFIG_NFTL is not set 399# CONFIG_NFTL is not set
199# CONFIG_INFTL is not set 400# CONFIG_INFTL is not set
401# CONFIG_RFD_FTL is not set
402# CONFIG_SSFDC is not set
200 403
201# 404#
202# RAM/ROM/Flash chip drivers 405# RAM/ROM/Flash chip drivers
@@ -217,22 +420,19 @@ CONFIG_MTD_CFI_I2=y
217# CONFIG_MTD_CFI_I8 is not set 420# CONFIG_MTD_CFI_I8 is not set
218# CONFIG_MTD_CFI_INTELEXT is not set 421# CONFIG_MTD_CFI_INTELEXT is not set
219CONFIG_MTD_CFI_AMDSTD=y 422CONFIG_MTD_CFI_AMDSTD=y
220CONFIG_MTD_CFI_AMDSTD_RETRY=0
221# CONFIG_MTD_CFI_STAA is not set 423# CONFIG_MTD_CFI_STAA is not set
222CONFIG_MTD_CFI_UTIL=y 424CONFIG_MTD_CFI_UTIL=y
223# CONFIG_MTD_RAM is not set 425# CONFIG_MTD_RAM is not set
224CONFIG_MTD_ROM=y 426CONFIG_MTD_ROM=y
225# CONFIG_MTD_ABSENT is not set 427# CONFIG_MTD_ABSENT is not set
428# CONFIG_MTD_OBSOLETE_CHIPS is not set
226 429
227# 430#
228# Mapping drivers for chip access 431# Mapping drivers for chip access
229# 432#
230# CONFIG_MTD_COMPLEX_MAPPINGS is not set 433# CONFIG_MTD_COMPLEX_MAPPINGS is not set
231# CONFIG_MTD_PHYSMAP is not set 434# CONFIG_MTD_PHYSMAP is not set
232CONFIG_MTD_SOLUTIONENGINE=y 435# CONFIG_MTD_PLATRAM is not set
233CONFIG_MTD_SUPERH_RESERVE=0x00010000
234# CONFIG_MTD_MPC1211 is not set
235# CONFIG_MTD_RTS7751R2D is not set
236 436
237# 437#
238# Self-contained MTD device drivers 438# Self-contained MTD device drivers
@@ -240,7 +440,6 @@ CONFIG_MTD_SUPERH_RESERVE=0x00010000
240# CONFIG_MTD_SLRAM is not set 440# CONFIG_MTD_SLRAM is not set
241# CONFIG_MTD_PHRAM is not set 441# CONFIG_MTD_PHRAM is not set
242# CONFIG_MTD_MTDRAM is not set 442# CONFIG_MTD_MTDRAM is not set
243# CONFIG_MTD_BLKMTD is not set
244# CONFIG_MTD_BLOCK2MTD is not set 443# CONFIG_MTD_BLOCK2MTD is not set
245 444
246# 445#
@@ -256,6 +455,11 @@ CONFIG_MTD_SUPERH_RESERVE=0x00010000
256# CONFIG_MTD_NAND is not set 455# CONFIG_MTD_NAND is not set
257 456
258# 457#
458# OneNAND Flash Device Drivers
459#
460# CONFIG_MTD_ONENAND is not set
461
462#
259# Parallel port support 463# Parallel port support
260# 464#
261# CONFIG_PARPORT is not set 465# CONFIG_PARPORT is not set
@@ -267,23 +471,12 @@ CONFIG_MTD_SUPERH_RESERVE=0x00010000
267# 471#
268# Block devices 472# Block devices
269# 473#
270# CONFIG_BLK_DEV_FD is not set
271# CONFIG_BLK_DEV_COW_COMMON is not set 474# CONFIG_BLK_DEV_COW_COMMON is not set
272# CONFIG_BLK_DEV_LOOP is not set 475# CONFIG_BLK_DEV_LOOP is not set
273# CONFIG_BLK_DEV_NBD is not set 476# CONFIG_BLK_DEV_NBD is not set
274# CONFIG_BLK_DEV_RAM is not set 477# CONFIG_BLK_DEV_RAM is not set
275CONFIG_BLK_DEV_RAM_COUNT=16 478# CONFIG_BLK_DEV_INITRD is not set
276CONFIG_INITRAMFS_SOURCE=""
277# CONFIG_LBD is not set
278# CONFIG_CDROM_PKTCDVD is not set 479# CONFIG_CDROM_PKTCDVD is not set
279
280#
281# IO Schedulers
282#
283CONFIG_IOSCHED_NOOP=y
284CONFIG_IOSCHED_AS=y
285CONFIG_IOSCHED_DEADLINE=y
286CONFIG_IOSCHED_CFQ=y
287# CONFIG_ATA_OVER_ETH is not set 480# CONFIG_ATA_OVER_ETH is not set
288 481
289# 482#
@@ -294,7 +487,14 @@ CONFIG_IOSCHED_CFQ=y
294# 487#
295# SCSI device support 488# SCSI device support
296# 489#
490# CONFIG_RAID_ATTRS is not set
297# CONFIG_SCSI is not set 491# CONFIG_SCSI is not set
492# CONFIG_SCSI_NETLINK is not set
493
494#
495# Serial ATA (prod) and Parallel ATA (experimental) drivers
496#
497# CONFIG_ATA is not set
298 498
299# 499#
300# Multi-device support (RAID and LVM) 500# Multi-device support (RAID and LVM)
@@ -304,6 +504,7 @@ CONFIG_IOSCHED_CFQ=y
304# 504#
305# Fusion MPT device support 505# Fusion MPT device support
306# 506#
507# CONFIG_FUSION is not set
307 508
308# 509#
309# IEEE 1394 (FireWire) support 510# IEEE 1394 (FireWire) support
@@ -314,71 +515,8 @@ CONFIG_IOSCHED_CFQ=y
314# 515#
315 516
316# 517#
317# Networking support 518# Network device support
318#
319CONFIG_NET=y
320
321#
322# Networking options
323#
324CONFIG_PACKET=y
325# CONFIG_PACKET_MMAP is not set
326# CONFIG_NETLINK_DEV is not set
327CONFIG_UNIX=y
328# CONFIG_NET_KEY is not set
329CONFIG_INET=y
330CONFIG_IP_MULTICAST=y
331# CONFIG_IP_ADVANCED_ROUTER is not set
332CONFIG_IP_PNP=y
333# CONFIG_IP_PNP_DHCP is not set
334CONFIG_IP_PNP_BOOTP=y
335# CONFIG_IP_PNP_RARP is not set
336# CONFIG_NET_IPIP is not set
337# CONFIG_NET_IPGRE is not set
338# CONFIG_IP_MROUTE is not set
339# CONFIG_ARPD is not set
340# CONFIG_SYN_COOKIES is not set
341# CONFIG_INET_AH is not set
342# CONFIG_INET_ESP is not set
343# CONFIG_INET_IPCOMP is not set
344# CONFIG_INET_TUNNEL is not set
345CONFIG_IP_TCPDIAG=y
346# CONFIG_IP_TCPDIAG_IPV6 is not set
347# CONFIG_IPV6 is not set
348# CONFIG_NETFILTER is not set
349
350#
351# SCTP Configuration (EXPERIMENTAL)
352# 519#
353# CONFIG_IP_SCTP is not set
354# CONFIG_ATM is not set
355# CONFIG_BRIDGE is not set
356# CONFIG_VLAN_8021Q is not set
357# CONFIG_DECNET is not set
358# CONFIG_LLC2 is not set
359# CONFIG_IPX is not set
360# CONFIG_ATALK is not set
361# CONFIG_X25 is not set
362# CONFIG_LAPB is not set
363# CONFIG_NET_DIVERT is not set
364# CONFIG_ECONET is not set
365# CONFIG_WAN_ROUTER is not set
366
367#
368# QoS and/or fair queueing
369#
370# CONFIG_NET_SCHED is not set
371# CONFIG_NET_CLS_ROUTE is not set
372
373#
374# Network testing
375#
376# CONFIG_NET_PKTGEN is not set
377# CONFIG_NETPOLL is not set
378# CONFIG_NET_POLL_CONTROLLER is not set
379# CONFIG_HAMRADIO is not set
380# CONFIG_IRDA is not set
381# CONFIG_BT is not set
382CONFIG_NETDEVICES=y 520CONFIG_NETDEVICES=y
383# CONFIG_DUMMY is not set 521# CONFIG_DUMMY is not set
384# CONFIG_BONDING is not set 522# CONFIG_BONDING is not set
@@ -386,6 +524,11 @@ CONFIG_NETDEVICES=y
386# CONFIG_TUN is not set 524# CONFIG_TUN is not set
387 525
388# 526#
527# PHY device support
528#
529# CONFIG_PHYLIB is not set
530
531#
389# Ethernet (10 or 100Mbit) 532# Ethernet (10 or 100Mbit)
390# 533#
391CONFIG_NET_ETHERNET=y 534CONFIG_NET_ETHERNET=y
@@ -418,6 +561,8 @@ CONFIG_STNIC=y
418# CONFIG_SLIP is not set 561# CONFIG_SLIP is not set
419# CONFIG_SHAPER is not set 562# CONFIG_SHAPER is not set
420# CONFIG_NETCONSOLE is not set 563# CONFIG_NETCONSOLE is not set
564# CONFIG_NETPOLL is not set
565# CONFIG_NET_POLL_CONTROLLER is not set
421 566
422# 567#
423# ISDN subsystem 568# ISDN subsystem
@@ -435,20 +580,10 @@ CONFIG_STNIC=y
435# CONFIG_INPUT is not set 580# CONFIG_INPUT is not set
436 581
437# 582#
438# Userland interfaces 583# Hardware I/O ports
439# 584#
440
441#
442# Input I/O drivers
443#
444# CONFIG_GAMEPORT is not set
445CONFIG_SOUND_GAMEPORT=y
446# CONFIG_SERIO is not set 585# CONFIG_SERIO is not set
447# CONFIG_SERIO_I8042 is not set 586# CONFIG_GAMEPORT is not set
448
449#
450# Input Device Drivers
451#
452 587
453# 588#
454# Character devices 589# Character devices
@@ -462,12 +597,14 @@ CONFIG_SOUND_GAMEPORT=y
462CONFIG_SERIAL_8250=y 597CONFIG_SERIAL_8250=y
463# CONFIG_SERIAL_8250_CONSOLE is not set 598# CONFIG_SERIAL_8250_CONSOLE is not set
464CONFIG_SERIAL_8250_NR_UARTS=2 599CONFIG_SERIAL_8250_NR_UARTS=2
600CONFIG_SERIAL_8250_RUNTIME_UARTS=2
465# CONFIG_SERIAL_8250_EXTENDED is not set 601# CONFIG_SERIAL_8250_EXTENDED is not set
466 602
467# 603#
468# Non-8250 serial port support 604# Non-8250 serial port support
469# 605#
470CONFIG_SERIAL_SH_SCI=y 606CONFIG_SERIAL_SH_SCI=y
607CONFIG_SERIAL_SH_SCI_NR_UARTS=2
471CONFIG_SERIAL_SH_SCI_CONSOLE=y 608CONFIG_SERIAL_SH_SCI_CONSOLE=y
472CONFIG_SERIAL_CORE=y 609CONFIG_SERIAL_CORE=y
473CONFIG_SERIAL_CORE_CONSOLE=y 610CONFIG_SERIAL_CORE_CONSOLE=y
@@ -491,7 +628,8 @@ CONFIG_WATCHDOG=y
491# 628#
492# CONFIG_SOFT_WATCHDOG is not set 629# CONFIG_SOFT_WATCHDOG is not set
493CONFIG_SH_WDT=y 630CONFIG_SH_WDT=y
494# CONFIG_RTC is not set 631# CONFIG_SH_WDT_MMAP is not set
632CONFIG_HW_RANDOM=y
495# CONFIG_GEN_RTC is not set 633# CONFIG_GEN_RTC is not set
496# CONFIG_DTLK is not set 634# CONFIG_DTLK is not set
497# CONFIG_R3964 is not set 635# CONFIG_R3964 is not set
@@ -499,18 +637,38 @@ CONFIG_SH_WDT=y
499# 637#
500# Ftape, the floppy tape device driver 638# Ftape, the floppy tape device driver
501# 639#
502# CONFIG_DRM is not set
503# CONFIG_RAW_DRIVER is not set 640# CONFIG_RAW_DRIVER is not set
504 641
505# 642#
643# TPM devices
644#
645# CONFIG_TCG_TPM is not set
646# CONFIG_TELCLOCK is not set
647
648#
506# I2C support 649# I2C support
507# 650#
508# CONFIG_I2C is not set 651# CONFIG_I2C is not set
509 652
510# 653#
654# SPI support
655#
656# CONFIG_SPI is not set
657# CONFIG_SPI_MASTER is not set
658
659#
511# Dallas's 1-wire bus 660# Dallas's 1-wire bus
512# 661#
513# CONFIG_W1 is not set 662
663#
664# Hardware Monitoring support
665#
666CONFIG_HWMON=y
667# CONFIG_HWMON_VID is not set
668# CONFIG_SENSORS_ABITUGURU is not set
669# CONFIG_SENSORS_F71805F is not set
670# CONFIG_SENSORS_VT1211 is not set
671# CONFIG_HWMON_DEBUG_CHIP is not set
514 672
515# 673#
516# Misc devices 674# Misc devices
@@ -520,6 +678,7 @@ CONFIG_SH_WDT=y
520# Multimedia devices 678# Multimedia devices
521# 679#
522# CONFIG_VIDEO_DEV is not set 680# CONFIG_VIDEO_DEV is not set
681CONFIG_VIDEO_V4L2=y
523 682
524# 683#
525# Digital Video Broadcasting Devices 684# Digital Video Broadcasting Devices
@@ -529,7 +688,9 @@ CONFIG_SH_WDT=y
529# 688#
530# Graphics support 689# Graphics support
531# 690#
691CONFIG_FIRMWARE_EDID=y
532# CONFIG_FB is not set 692# CONFIG_FB is not set
693# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
533 694
534# 695#
535# Sound 696# Sound
@@ -541,9 +702,10 @@ CONFIG_SH_WDT=y
541# 702#
542# CONFIG_USB_ARCH_HAS_HCD is not set 703# CONFIG_USB_ARCH_HAS_HCD is not set
543# CONFIG_USB_ARCH_HAS_OHCI is not set 704# CONFIG_USB_ARCH_HAS_OHCI is not set
705# CONFIG_USB_ARCH_HAS_EHCI is not set
544 706
545# 707#
546# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 708# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
547# 709#
548 710
549# 711#
@@ -557,29 +719,63 @@ CONFIG_SH_WDT=y
557# CONFIG_MMC is not set 719# CONFIG_MMC is not set
558 720
559# 721#
722# LED devices
723#
724# CONFIG_NEW_LEDS is not set
725
726#
727# LED drivers
728#
729
730#
731# LED Triggers
732#
733
734#
560# InfiniBand support 735# InfiniBand support
561# 736#
562# CONFIG_INFINIBAND is not set 737
738#
739# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
740#
741
742#
743# Real Time Clock
744#
745# CONFIG_RTC_CLASS is not set
746
747#
748# DMA Engine support
749#
750# CONFIG_DMA_ENGINE is not set
751
752#
753# DMA Clients
754#
755
756#
757# DMA Devices
758#
563 759
564# 760#
565# File systems 761# File systems
566# 762#
567# CONFIG_EXT2_FS is not set 763# CONFIG_EXT2_FS is not set
568# CONFIG_EXT3_FS is not set 764# CONFIG_EXT3_FS is not set
569# CONFIG_JBD is not set
570# CONFIG_REISERFS_FS is not set 765# CONFIG_REISERFS_FS is not set
571# CONFIG_JFS_FS is not set 766# CONFIG_JFS_FS is not set
572 767# CONFIG_FS_POSIX_ACL is not set
573#
574# XFS support
575#
576# CONFIG_XFS_FS is not set 768# CONFIG_XFS_FS is not set
769# CONFIG_OCFS2_FS is not set
577# CONFIG_MINIX_FS is not set 770# CONFIG_MINIX_FS is not set
578# CONFIG_ROMFS_FS is not set 771# CONFIG_ROMFS_FS is not set
772CONFIG_INOTIFY=y
773CONFIG_INOTIFY_USER=y
579# CONFIG_QUOTA is not set 774# CONFIG_QUOTA is not set
580CONFIG_DNOTIFY=y 775CONFIG_DNOTIFY=y
581# CONFIG_AUTOFS_FS is not set 776# CONFIG_AUTOFS_FS is not set
582# CONFIG_AUTOFS4_FS is not set 777# CONFIG_AUTOFS4_FS is not set
778# CONFIG_FUSE_FS is not set
583 779
584# 780#
585# CD-ROM/DVD Filesystems 781# CD-ROM/DVD Filesystems
@@ -599,14 +795,14 @@ CONFIG_DNOTIFY=y
599# 795#
600CONFIG_PROC_FS=y 796CONFIG_PROC_FS=y
601CONFIG_PROC_KCORE=y 797CONFIG_PROC_KCORE=y
798CONFIG_PROC_SYSCTL=y
602CONFIG_SYSFS=y 799CONFIG_SYSFS=y
603# CONFIG_DEVFS_FS is not set
604# CONFIG_DEVPTS_FS_XATTR is not set
605CONFIG_TMPFS=y 800CONFIG_TMPFS=y
606# CONFIG_TMPFS_XATTR is not set 801# CONFIG_TMPFS_POSIX_ACL is not set
607# CONFIG_HUGETLBFS is not set 802# CONFIG_HUGETLBFS is not set
608# CONFIG_HUGETLB_PAGE is not set 803# CONFIG_HUGETLB_PAGE is not set
609CONFIG_RAMFS=y 804CONFIG_RAMFS=y
805# CONFIG_CONFIGFS_FS is not set
610 806
611# 807#
612# Miscellaneous filesystems 808# Miscellaneous filesystems
@@ -621,8 +817,9 @@ CONFIG_RAMFS=y
621# CONFIG_JFFS_FS is not set 817# CONFIG_JFFS_FS is not set
622CONFIG_JFFS2_FS=y 818CONFIG_JFFS2_FS=y
623CONFIG_JFFS2_FS_DEBUG=0 819CONFIG_JFFS2_FS_DEBUG=0
624# CONFIG_JFFS2_FS_NAND is not set 820CONFIG_JFFS2_FS_WRITEBUFFER=y
625# CONFIG_JFFS2_FS_NOR_ECC is not set 821# CONFIG_JFFS2_SUMMARY is not set
822# CONFIG_JFFS2_FS_XATTR is not set
626# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 823# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
627CONFIG_JFFS2_ZLIB=y 824CONFIG_JFFS2_ZLIB=y
628CONFIG_JFFS2_RTIME=y 825CONFIG_JFFS2_RTIME=y
@@ -644,6 +841,7 @@ CONFIG_NFS_FS=y
644# CONFIG_NFSD is not set 841# CONFIG_NFSD is not set
645CONFIG_ROOT_NFS=y 842CONFIG_ROOT_NFS=y
646CONFIG_LOCKD=y 843CONFIG_LOCKD=y
844CONFIG_NFS_COMMON=y
647CONFIG_SUNRPC=y 845CONFIG_SUNRPC=y
648# CONFIG_RPCSEC_GSS_KRB5 is not set 846# CONFIG_RPCSEC_GSS_KRB5 is not set
649# CONFIG_RPCSEC_GSS_SPKM3 is not set 847# CONFIG_RPCSEC_GSS_SPKM3 is not set
@@ -652,6 +850,7 @@ CONFIG_SUNRPC=y
652# CONFIG_NCP_FS is not set 850# CONFIG_NCP_FS is not set
653# CONFIG_CODA_FS is not set 851# CONFIG_CODA_FS is not set
654# CONFIG_AFS_FS is not set 852# CONFIG_AFS_FS is not set
853# CONFIG_9P_FS is not set
655 854
656# 855#
657# Partition Types 856# Partition Types
@@ -667,6 +866,7 @@ CONFIG_PARTITION_ADVANCED=y
667# CONFIG_SGI_PARTITION is not set 866# CONFIG_SGI_PARTITION is not set
668# CONFIG_ULTRIX_PARTITION is not set 867# CONFIG_ULTRIX_PARTITION is not set
669# CONFIG_SUN_PARTITION is not set 868# CONFIG_SUN_PARTITION is not set
869# CONFIG_KARMA_PARTITION is not set
670# CONFIG_EFI_PARTITION is not set 870# CONFIG_EFI_PARTITION is not set
671 871
672# 872#
@@ -682,8 +882,14 @@ CONFIG_PARTITION_ADVANCED=y
682# 882#
683# Kernel hacking 883# Kernel hacking
684# 884#
885# CONFIG_PRINTK_TIME is not set
886CONFIG_ENABLE_MUST_CHECK=y
887# CONFIG_MAGIC_SYSRQ is not set
888# CONFIG_UNUSED_SYMBOLS is not set
685# CONFIG_DEBUG_KERNEL is not set 889# CONFIG_DEBUG_KERNEL is not set
686# CONFIG_FRAME_POINTER is not set 890CONFIG_LOG_BUF_SHIFT=14
891# CONFIG_DEBUG_BUGVERBOSE is not set
892# CONFIG_DEBUG_FS is not set
687# CONFIG_SH_STANDARD_BIOS is not set 893# CONFIG_SH_STANDARD_BIOS is not set
688# CONFIG_EARLY_SCIF_CONSOLE is not set 894# CONFIG_EARLY_SCIF_CONSOLE is not set
689# CONFIG_KGDB is not set 895# CONFIG_KGDB is not set
@@ -700,14 +906,12 @@ CONFIG_PARTITION_ADVANCED=y
700# CONFIG_CRYPTO is not set 906# CONFIG_CRYPTO is not set
701 907
702# 908#
703# Hardware crypto devices
704#
705
706#
707# Library routines 909# Library routines
708# 910#
709# CONFIG_CRC_CCITT is not set 911# CONFIG_CRC_CCITT is not set
912# CONFIG_CRC16 is not set
710CONFIG_CRC32=y 913CONFIG_CRC32=y
711# CONFIG_LIBCRC32C is not set 914# CONFIG_LIBCRC32C is not set
712CONFIG_ZLIB_INFLATE=y 915CONFIG_ZLIB_INFLATE=y
713CONFIG_ZLIB_DEFLATE=y 916CONFIG_ZLIB_DEFLATE=y
917CONFIG_PLIST=y
diff --git a/arch/sh/configs/se7751_defconfig b/arch/sh/configs/se7751_defconfig
index 1ce028947459..a9095593f8f3 100644
--- a/arch/sh/configs/se7751_defconfig
+++ b/arch/sh/configs/se7751_defconfig
@@ -1,126 +1,213 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:48 2005 4# Tue Oct 3 12:10:12 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24CONFIG_SWAP=y 27CONFIG_SWAP=y
25CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
26# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
27CONFIG_BSD_PROCESS_ACCT=y 31CONFIG_BSD_PROCESS_ACCT=y
28# CONFIG_BSD_PROCESS_ACCT_V3 is not set 32# CONFIG_BSD_PROCESS_ACCT_V3 is not set
29CONFIG_SYSCTL=y 33# CONFIG_TASKSTATS is not set
34# CONFIG_UTS_NS is not set
30# CONFIG_AUDIT is not set 35# CONFIG_AUDIT is not set
31CONFIG_LOG_BUF_SHIFT=14
32# CONFIG_HOTPLUG is not set
33CONFIG_KOBJECT_UEVENT=y
34# CONFIG_IKCONFIG is not set 36# CONFIG_IKCONFIG is not set
37# CONFIG_RELAY is not set
38CONFIG_INITRAMFS_SOURCE=""
39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SYSCTL=y
35CONFIG_EMBEDDED=y 41CONFIG_EMBEDDED=y
42CONFIG_UID16=y
43# CONFIG_SYSCTL_SYSCALL is not set
36CONFIG_KALLSYMS=y 44CONFIG_KALLSYMS=y
37# CONFIG_KALLSYMS_EXTRA_PASS is not set 45# CONFIG_KALLSYMS_EXTRA_PASS is not set
46# CONFIG_HOTPLUG is not set
47CONFIG_PRINTK=y
48CONFIG_BUG=y
49CONFIG_ELF_CORE=y
50CONFIG_BASE_FULL=y
38CONFIG_FUTEX=y 51CONFIG_FUTEX=y
39CONFIG_EPOLL=y 52CONFIG_EPOLL=y
40# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41CONFIG_SHMEM=y 53CONFIG_SHMEM=y
42CONFIG_CC_ALIGN_FUNCTIONS=0 54CONFIG_SLAB=y
43CONFIG_CC_ALIGN_LABELS=0 55CONFIG_VM_EVENT_COUNTERS=y
44CONFIG_CC_ALIGN_LOOPS=0 56CONFIG_RT_MUTEXES=y
45CONFIG_CC_ALIGN_JUMPS=0
46# CONFIG_TINY_SHMEM is not set 57# CONFIG_TINY_SHMEM is not set
58CONFIG_BASE_SMALL=0
59# CONFIG_SLOB is not set
47 60
48# 61#
49# Loadable module support 62# Loadable module support
50# 63#
51CONFIG_MODULES=y 64CONFIG_MODULES=y
52# CONFIG_MODULE_UNLOAD is not set 65# CONFIG_MODULE_UNLOAD is not set
53CONFIG_OBSOLETE_MODPARM=y
54# CONFIG_MODVERSIONS is not set 66# CONFIG_MODVERSIONS is not set
55# CONFIG_MODULE_SRCVERSION_ALL is not set 67# CONFIG_MODULE_SRCVERSION_ALL is not set
56# CONFIG_KMOD is not set 68# CONFIG_KMOD is not set
57 69
58# 70#
71# Block layer
72#
73CONFIG_BLOCK=y
74# CONFIG_LBD is not set
75# CONFIG_BLK_DEV_IO_TRACE is not set
76# CONFIG_LSF is not set
77
78#
79# IO Schedulers
80#
81CONFIG_IOSCHED_NOOP=y
82CONFIG_IOSCHED_AS=y
83CONFIG_IOSCHED_DEADLINE=y
84CONFIG_IOSCHED_CFQ=y
85CONFIG_DEFAULT_AS=y
86# CONFIG_DEFAULT_DEADLINE is not set
87# CONFIG_DEFAULT_CFQ is not set
88# CONFIG_DEFAULT_NOOP is not set
89CONFIG_DEFAULT_IOSCHED="anticipatory"
90
91#
59# System type 92# System type
60# 93#
94CONFIG_SOLUTION_ENGINE=y
61# CONFIG_SH_SOLUTION_ENGINE is not set 95# CONFIG_SH_SOLUTION_ENGINE is not set
62CONFIG_SH_7751_SOLUTION_ENGINE=y 96CONFIG_SH_7751_SOLUTION_ENGINE=y
63# CONFIG_SH_7300_SOLUTION_ENGINE is not set 97# CONFIG_SH_7300_SOLUTION_ENGINE is not set
98# CONFIG_SH_7343_SOLUTION_ENGINE is not set
64# CONFIG_SH_73180_SOLUTION_ENGINE is not set 99# CONFIG_SH_73180_SOLUTION_ENGINE is not set
65# CONFIG_SH_7751_SYSTEMH is not set 100# CONFIG_SH_7751_SYSTEMH is not set
66# CONFIG_SH_STB1_HARP is not set 101# CONFIG_SH_HP6XX is not set
67# CONFIG_SH_STB1_OVERDRIVE is not set
68# CONFIG_SH_HP620 is not set
69# CONFIG_SH_HP680 is not set
70# CONFIG_SH_HP690 is not set
71# CONFIG_SH_CQREEK is not set
72# CONFIG_SH_DMIDA is not set
73# CONFIG_SH_EC3104 is not set 102# CONFIG_SH_EC3104 is not set
74# CONFIG_SH_SATURN is not set 103# CONFIG_SH_SATURN is not set
75# CONFIG_SH_DREAMCAST is not set 104# CONFIG_SH_DREAMCAST is not set
76# CONFIG_SH_CAT68701 is not set
77# CONFIG_SH_BIGSUR is not set 105# CONFIG_SH_BIGSUR is not set
78# CONFIG_SH_SH2000 is not set
79# CONFIG_SH_ADX is not set
80# CONFIG_SH_MPC1211 is not set 106# CONFIG_SH_MPC1211 is not set
81# CONFIG_SH_SH03 is not set 107# CONFIG_SH_SH03 is not set
82# CONFIG_SH_SECUREEDGE5410 is not set 108# CONFIG_SH_SECUREEDGE5410 is not set
83# CONFIG_SH_HS7751RVOIP is not set 109# CONFIG_SH_HS7751RVOIP is not set
110# CONFIG_SH_7710VOIPGW is not set
84# CONFIG_SH_RTS7751R2D is not set 111# CONFIG_SH_RTS7751R2D is not set
112# CONFIG_SH_R7780RP is not set
85# CONFIG_SH_EDOSK7705 is not set 113# CONFIG_SH_EDOSK7705 is not set
86# CONFIG_SH_SH4202_MICRODEV is not set 114# CONFIG_SH_SH4202_MICRODEV is not set
115# CONFIG_SH_LANDISK is not set
116# CONFIG_SH_TITAN is not set
117# CONFIG_SH_SHMIN is not set
87# CONFIG_SH_UNKNOWN is not set 118# CONFIG_SH_UNKNOWN is not set
88# CONFIG_CPU_SH2 is not set 119
89# CONFIG_CPU_SH3 is not set 120#
121# Processor selection
122#
90CONFIG_CPU_SH4=y 123CONFIG_CPU_SH4=y
124
125#
126# SH-2 Processor Support
127#
91# CONFIG_CPU_SUBTYPE_SH7604 is not set 128# CONFIG_CPU_SUBTYPE_SH7604 is not set
129
130#
131# SH-3 Processor Support
132#
92# CONFIG_CPU_SUBTYPE_SH7300 is not set 133# CONFIG_CPU_SUBTYPE_SH7300 is not set
93# CONFIG_CPU_SUBTYPE_SH7705 is not set 134# CONFIG_CPU_SUBTYPE_SH7705 is not set
135# CONFIG_CPU_SUBTYPE_SH7706 is not set
94# CONFIG_CPU_SUBTYPE_SH7707 is not set 136# CONFIG_CPU_SUBTYPE_SH7707 is not set
95# CONFIG_CPU_SUBTYPE_SH7708 is not set 137# CONFIG_CPU_SUBTYPE_SH7708 is not set
96# CONFIG_CPU_SUBTYPE_SH7709 is not set 138# CONFIG_CPU_SUBTYPE_SH7709 is not set
139# CONFIG_CPU_SUBTYPE_SH7710 is not set
140
141#
142# SH-4 Processor Support
143#
97# CONFIG_CPU_SUBTYPE_SH7750 is not set 144# CONFIG_CPU_SUBTYPE_SH7750 is not set
145# CONFIG_CPU_SUBTYPE_SH7091 is not set
146# CONFIG_CPU_SUBTYPE_SH7750R is not set
147# CONFIG_CPU_SUBTYPE_SH7750S is not set
98CONFIG_CPU_SUBTYPE_SH7751=y 148CONFIG_CPU_SUBTYPE_SH7751=y
149# CONFIG_CPU_SUBTYPE_SH7751R is not set
99# CONFIG_CPU_SUBTYPE_SH7760 is not set 150# CONFIG_CPU_SUBTYPE_SH7760 is not set
100# CONFIG_CPU_SUBTYPE_SH73180 is not set 151# CONFIG_CPU_SUBTYPE_SH4_202 is not set
152
153#
154# ST40 Processor Support
155#
101# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 156# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
102# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 157# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
103# CONFIG_CPU_SUBTYPE_SH4_202 is not set 158
159#
160# SH-4A Processor Support
161#
162# CONFIG_CPU_SUBTYPE_SH7770 is not set
163# CONFIG_CPU_SUBTYPE_SH7780 is not set
164
165#
166# SH4AL-DSP Processor Support
167#
168# CONFIG_CPU_SUBTYPE_SH73180 is not set
169# CONFIG_CPU_SUBTYPE_SH7343 is not set
170
171#
172# Memory management options
173#
104CONFIG_MMU=y 174CONFIG_MMU=y
105CONFIG_CMDLINE_BOOL=y 175CONFIG_PAGE_OFFSET=0x80000000
106CONFIG_CMDLINE="console=ttySC1,38400"
107CONFIG_MEMORY_START=0x0c000000 176CONFIG_MEMORY_START=0x0c000000
108CONFIG_MEMORY_SIZE=0x04000000 177CONFIG_MEMORY_SIZE=0x04000000
109CONFIG_MEMORY_SET=y 178CONFIG_VSYSCALL=y
110# CONFIG_MEMORY_OVERRIDE is not set 179CONFIG_SELECT_MEMORY_MODEL=y
111CONFIG_SH_RTC=y 180CONFIG_FLATMEM_MANUAL=y
112CONFIG_SH_FPU=y 181# CONFIG_DISCONTIGMEM_MANUAL is not set
113CONFIG_ZERO_PAGE_OFFSET=0x00010000 182# CONFIG_SPARSEMEM_MANUAL is not set
114CONFIG_BOOT_LINK_OFFSET=0x00800000 183CONFIG_FLATMEM=y
115CONFIG_CPU_LITTLE_ENDIAN=y 184CONFIG_FLAT_NODE_MEM_MAP=y
116# CONFIG_PREEMPT is not set 185# CONFIG_SPARSEMEM_STATIC is not set
117# CONFIG_UBC_WAKEUP is not set 186CONFIG_SPLIT_PTLOCK_CPUS=4
187# CONFIG_RESOURCES_64BIT is not set
188
189#
190# Cache configuration
191#
192# CONFIG_SH_DIRECT_MAPPED is not set
118# CONFIG_SH_WRITETHROUGH is not set 193# CONFIG_SH_WRITETHROUGH is not set
119# CONFIG_SH_OCRAM is not set 194# CONFIG_SH_OCRAM is not set
195
196#
197# Processor features
198#
199CONFIG_CPU_LITTLE_ENDIAN=y
200CONFIG_SH_FPU=y
201# CONFIG_SH_DSP is not set
120# CONFIG_SH_STORE_QUEUES is not set 202# CONFIG_SH_STORE_QUEUES is not set
121# CONFIG_SMP is not set 203CONFIG_CPU_HAS_INTEVT=y
122CONFIG_SH_PCLK_CALC=y 204CONFIG_CPU_HAS_SR_RB=y
123CONFIG_SH_PCLK_FREQ=60013568 205
206#
207# Timer support
208#
209CONFIG_SH_TMU=y
210CONFIG_SH_PCLK_FREQ=60000000
124 211
125# 212#
126# CPU Frequency scaling 213# CPU Frequency scaling
@@ -139,28 +226,39 @@ CONFIG_SH_PCLK_FREQ=60013568
139CONFIG_HEARTBEAT=y 226CONFIG_HEARTBEAT=y
140 227
141# 228#
142# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 229# Kernel features
143# 230#
144CONFIG_PCI=y 231# CONFIG_HZ_100 is not set
145# CONFIG_SH_PCIDMA_NONCOHERENT is not set 232CONFIG_HZ_250=y
146CONFIG_PCI_AUTO=y 233# CONFIG_HZ_1000 is not set
147CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 234CONFIG_HZ=250
148# CONFIG_PCI_LEGACY_PROC is not set 235# CONFIG_KEXEC is not set
149# CONFIG_PCI_NAMES is not set 236# CONFIG_SMP is not set
237CONFIG_PREEMPT_NONE=y
238# CONFIG_PREEMPT_VOLUNTARY is not set
239# CONFIG_PREEMPT is not set
150 240
151# 241#
152# PCCARD (PCMCIA/CardBus) support 242# Boot options
243#
244CONFIG_ZERO_PAGE_OFFSET=0x00010000
245CONFIG_BOOT_LINK_OFFSET=0x00800000
246# CONFIG_UBC_WAKEUP is not set
247CONFIG_CMDLINE_BOOL=y
248CONFIG_CMDLINE="console=ttySC1,38400"
249
153# 250#
154# CONFIG_PCCARD is not set 251# Bus options
252#
253# CONFIG_PCI is not set
155 254
156# 255#
157# PC-card bridges 256# PCCARD (PCMCIA/CardBus) support
158# 257#
159 258
160# 259#
161# PCI Hotplug Support 260# PCI Hotplug Support
162# 261#
163# CONFIG_HOTPLUG_PCI is not set
164 262
165# 263#
166# Executable file formats 264# Executable file formats
@@ -170,9 +268,115 @@ CONFIG_BINFMT_ELF=y
170# CONFIG_BINFMT_MISC is not set 268# CONFIG_BINFMT_MISC is not set
171 269
172# 270#
173# SH initrd options 271# Power management options (EXPERIMENTAL)
272#
273# CONFIG_PM is not set
274
275#
276# Networking
277#
278CONFIG_NET=y
279
280#
281# Networking options
282#
283# CONFIG_NETDEBUG is not set
284CONFIG_PACKET=y
285# CONFIG_PACKET_MMAP is not set
286CONFIG_UNIX=y
287CONFIG_XFRM=y
288# CONFIG_XFRM_USER is not set
289# CONFIG_XFRM_SUB_POLICY is not set
290# CONFIG_NET_KEY is not set
291CONFIG_INET=y
292CONFIG_IP_MULTICAST=y
293# CONFIG_IP_ADVANCED_ROUTER is not set
294CONFIG_IP_FIB_HASH=y
295CONFIG_IP_PNP=y
296CONFIG_IP_PNP_DHCP=y
297CONFIG_IP_PNP_BOOTP=y
298CONFIG_IP_PNP_RARP=y
299# CONFIG_NET_IPIP is not set
300# CONFIG_NET_IPGRE is not set
301# CONFIG_IP_MROUTE is not set
302# CONFIG_ARPD is not set
303# CONFIG_SYN_COOKIES is not set
304# CONFIG_INET_AH is not set
305# CONFIG_INET_ESP is not set
306# CONFIG_INET_IPCOMP is not set
307# CONFIG_INET_XFRM_TUNNEL is not set
308# CONFIG_INET_TUNNEL is not set
309CONFIG_INET_XFRM_MODE_TRANSPORT=y
310CONFIG_INET_XFRM_MODE_TUNNEL=y
311CONFIG_INET_DIAG=y
312CONFIG_INET_TCP_DIAG=y
313# CONFIG_TCP_CONG_ADVANCED is not set
314CONFIG_TCP_CONG_CUBIC=y
315CONFIG_DEFAULT_TCP_CONG="cubic"
316
317#
318# IP: Virtual Server Configuration
319#
320# CONFIG_IP_VS is not set
321# CONFIG_IPV6 is not set
322# CONFIG_INET6_XFRM_TUNNEL is not set
323# CONFIG_INET6_TUNNEL is not set
324# CONFIG_NETWORK_SECMARK is not set
325CONFIG_NETFILTER=y
326CONFIG_NETFILTER_DEBUG=y
327
328#
329# Core Netfilter Configuration
330#
331# CONFIG_NETFILTER_NETLINK is not set
332# CONFIG_NF_CONNTRACK is not set
333# CONFIG_NETFILTER_XTABLES is not set
334
335#
336# IP: Netfilter Configuration
337#
338# CONFIG_IP_NF_CONNTRACK is not set
339CONFIG_IP_NF_QUEUE=y
340
341#
342# DCCP Configuration (EXPERIMENTAL)
343#
344# CONFIG_IP_DCCP is not set
345
346#
347# SCTP Configuration (EXPERIMENTAL)
348#
349# CONFIG_IP_SCTP is not set
350
351#
352# TIPC Configuration (EXPERIMENTAL)
353#
354# CONFIG_TIPC is not set
355# CONFIG_ATM is not set
356# CONFIG_BRIDGE is not set
357# CONFIG_VLAN_8021Q is not set
358# CONFIG_DECNET is not set
359# CONFIG_LLC2 is not set
360# CONFIG_IPX is not set
361# CONFIG_ATALK is not set
362# CONFIG_X25 is not set
363# CONFIG_LAPB is not set
364# CONFIG_ECONET is not set
365# CONFIG_WAN_ROUTER is not set
366
367#
368# QoS and/or fair queueing
369#
370# CONFIG_NET_SCHED is not set
371
372#
373# Network testing
174# 374#
175# CONFIG_EMBEDDED_RAMDISK is not set 375# CONFIG_NET_PKTGEN is not set
376# CONFIG_HAMRADIO is not set
377# CONFIG_IRDA is not set
378# CONFIG_BT is not set
379# CONFIG_IEEE80211 is not set
176 380
177# 381#
178# Device Drivers 382# Device Drivers
@@ -183,15 +387,20 @@ CONFIG_BINFMT_ELF=y
183# 387#
184CONFIG_STANDALONE=y 388CONFIG_STANDALONE=y
185CONFIG_PREVENT_FIRMWARE_BUILD=y 389CONFIG_PREVENT_FIRMWARE_BUILD=y
186# CONFIG_FW_LOADER is not set 390# CONFIG_SYS_HYPERVISOR is not set
391
392#
393# Connector - unified userspace <-> kernelspace linker
394#
395# CONFIG_CONNECTOR is not set
187 396
188# 397#
189# Memory Technology Devices (MTD) 398# Memory Technology Devices (MTD)
190# 399#
191CONFIG_MTD=y 400CONFIG_MTD=y
192# CONFIG_MTD_DEBUG is not set 401# CONFIG_MTD_DEBUG is not set
193CONFIG_MTD_PARTITIONS=y
194# CONFIG_MTD_CONCAT is not set 402# CONFIG_MTD_CONCAT is not set
403CONFIG_MTD_PARTITIONS=y
195# CONFIG_MTD_REDBOOT_PARTS is not set 404# CONFIG_MTD_REDBOOT_PARTS is not set
196# CONFIG_MTD_CMDLINE_PARTS is not set 405# CONFIG_MTD_CMDLINE_PARTS is not set
197 406
@@ -203,6 +412,8 @@ CONFIG_MTD_BLOCK=y
203# CONFIG_FTL is not set 412# CONFIG_FTL is not set
204# CONFIG_NFTL is not set 413# CONFIG_NFTL is not set
205# CONFIG_INFTL is not set 414# CONFIG_INFTL is not set
415# CONFIG_RFD_FTL is not set
416# CONFIG_SSFDC is not set
206 417
207# 418#
208# RAM/ROM/Flash chip drivers 419# RAM/ROM/Flash chip drivers
@@ -223,30 +434,26 @@ CONFIG_MTD_CFI_I2=y
223# CONFIG_MTD_CFI_I8 is not set 434# CONFIG_MTD_CFI_I8 is not set
224# CONFIG_MTD_CFI_INTELEXT is not set 435# CONFIG_MTD_CFI_INTELEXT is not set
225CONFIG_MTD_CFI_AMDSTD=y 436CONFIG_MTD_CFI_AMDSTD=y
226CONFIG_MTD_CFI_AMDSTD_RETRY=0
227# CONFIG_MTD_CFI_STAA is not set 437# CONFIG_MTD_CFI_STAA is not set
228CONFIG_MTD_CFI_UTIL=y 438CONFIG_MTD_CFI_UTIL=y
229CONFIG_MTD_RAM=y 439CONFIG_MTD_RAM=y
230# CONFIG_MTD_ROM is not set 440# CONFIG_MTD_ROM is not set
231# CONFIG_MTD_ABSENT is not set 441# CONFIG_MTD_ABSENT is not set
442# CONFIG_MTD_OBSOLETE_CHIPS is not set
232 443
233# 444#
234# Mapping drivers for chip access 445# Mapping drivers for chip access
235# 446#
236# CONFIG_MTD_COMPLEX_MAPPINGS is not set 447# CONFIG_MTD_COMPLEX_MAPPINGS is not set
237# CONFIG_MTD_PHYSMAP is not set 448# CONFIG_MTD_PHYSMAP is not set
238# CONFIG_MTD_SOLUTIONENGINE is not set 449# CONFIG_MTD_PLATRAM is not set
239# CONFIG_MTD_MPC1211 is not set
240# CONFIG_MTD_RTS7751R2D is not set
241 450
242# 451#
243# Self-contained MTD device drivers 452# Self-contained MTD device drivers
244# 453#
245# CONFIG_MTD_PMC551 is not set
246# CONFIG_MTD_SLRAM is not set 454# CONFIG_MTD_SLRAM is not set
247# CONFIG_MTD_PHRAM is not set 455# CONFIG_MTD_PHRAM is not set
248# CONFIG_MTD_MTDRAM is not set 456# CONFIG_MTD_MTDRAM is not set
249# CONFIG_MTD_BLKMTD is not set
250# CONFIG_MTD_BLOCK2MTD is not set 457# CONFIG_MTD_BLOCK2MTD is not set
251 458
252# 459#
@@ -262,6 +469,11 @@ CONFIG_MTD_RAM=y
262# CONFIG_MTD_NAND is not set 469# CONFIG_MTD_NAND is not set
263 470
264# 471#
472# OneNAND Flash Device Drivers
473#
474# CONFIG_MTD_ONENAND is not set
475
476#
265# Parallel port support 477# Parallel port support
266# 478#
267# CONFIG_PARPORT is not set 479# CONFIG_PARPORT is not set
@@ -273,30 +485,15 @@ CONFIG_MTD_RAM=y
273# 485#
274# Block devices 486# Block devices
275# 487#
276# CONFIG_BLK_DEV_FD is not set
277# CONFIG_BLK_CPQ_DA is not set
278# CONFIG_BLK_CPQ_CISS_DA is not set
279# CONFIG_BLK_DEV_DAC960 is not set
280# CONFIG_BLK_DEV_UMEM is not set
281# CONFIG_BLK_DEV_COW_COMMON is not set 488# CONFIG_BLK_DEV_COW_COMMON is not set
282# CONFIG_BLK_DEV_LOOP is not set 489# CONFIG_BLK_DEV_LOOP is not set
283# CONFIG_BLK_DEV_NBD is not set 490# CONFIG_BLK_DEV_NBD is not set
284# CONFIG_BLK_DEV_SX8 is not set
285CONFIG_BLK_DEV_RAM=y 491CONFIG_BLK_DEV_RAM=y
286CONFIG_BLK_DEV_RAM_COUNT=16 492CONFIG_BLK_DEV_RAM_COUNT=16
287CONFIG_BLK_DEV_RAM_SIZE=4096 493CONFIG_BLK_DEV_RAM_SIZE=4096
494CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
288CONFIG_BLK_DEV_INITRD=y 495CONFIG_BLK_DEV_INITRD=y
289CONFIG_INITRAMFS_SOURCE=""
290# CONFIG_LBD is not set
291# CONFIG_CDROM_PKTCDVD is not set 496# CONFIG_CDROM_PKTCDVD is not set
292
293#
294# IO Schedulers
295#
296CONFIG_IOSCHED_NOOP=y
297CONFIG_IOSCHED_AS=y
298CONFIG_IOSCHED_DEADLINE=y
299CONFIG_IOSCHED_CFQ=y
300# CONFIG_ATA_OVER_ETH is not set 497# CONFIG_ATA_OVER_ETH is not set
301 498
302# 499#
@@ -307,7 +504,14 @@ CONFIG_IOSCHED_CFQ=y
307# 504#
308# SCSI device support 505# SCSI device support
309# 506#
507# CONFIG_RAID_ATTRS is not set
310# CONFIG_SCSI is not set 508# CONFIG_SCSI is not set
509# CONFIG_SCSI_NETLINK is not set
510
511#
512# Serial ATA (prod) and Parallel ATA (experimental) drivers
513#
514# CONFIG_ATA is not set
311 515
312# 516#
313# Multi-device support (RAID and LVM) 517# Multi-device support (RAID and LVM)
@@ -317,109 +521,29 @@ CONFIG_IOSCHED_CFQ=y
317# 521#
318# Fusion MPT device support 522# Fusion MPT device support
319# 523#
524# CONFIG_FUSION is not set
320 525
321# 526#
322# IEEE 1394 (FireWire) support 527# IEEE 1394 (FireWire) support
323# 528#
324# CONFIG_IEEE1394 is not set
325 529
326# 530#
327# I2O device support 531# I2O device support
328# 532#
329# CONFIG_I2O is not set
330
331#
332# Networking support
333#
334CONFIG_NET=y
335
336#
337# Networking options
338#
339CONFIG_PACKET=y
340# CONFIG_PACKET_MMAP is not set
341CONFIG_NETLINK_DEV=y
342CONFIG_UNIX=y
343# CONFIG_NET_KEY is not set
344CONFIG_INET=y
345CONFIG_IP_MULTICAST=y
346# CONFIG_IP_ADVANCED_ROUTER is not set
347CONFIG_IP_PNP=y
348CONFIG_IP_PNP_DHCP=y
349CONFIG_IP_PNP_BOOTP=y
350CONFIG_IP_PNP_RARP=y
351# CONFIG_NET_IPIP is not set
352# CONFIG_NET_IPGRE is not set
353# CONFIG_IP_MROUTE is not set
354# CONFIG_ARPD is not set
355# CONFIG_SYN_COOKIES is not set
356# CONFIG_INET_AH is not set
357# CONFIG_INET_ESP is not set
358# CONFIG_INET_IPCOMP is not set
359# CONFIG_INET_TUNNEL is not set
360CONFIG_IP_TCPDIAG=y
361# CONFIG_IP_TCPDIAG_IPV6 is not set
362
363#
364# IP: Virtual Server Configuration
365#
366# CONFIG_IP_VS is not set
367# CONFIG_IPV6 is not set
368CONFIG_NETFILTER=y
369CONFIG_NETFILTER_DEBUG=y
370
371#
372# IP: Netfilter Configuration
373#
374# CONFIG_IP_NF_CONNTRACK is not set
375# CONFIG_IP_NF_CONNTRACK_MARK is not set
376CONFIG_IP_NF_QUEUE=y
377# CONFIG_IP_NF_IPTABLES is not set
378# CONFIG_IP_NF_ARPTABLES is not set
379
380#
381# SCTP Configuration (EXPERIMENTAL)
382#
383# CONFIG_IP_SCTP is not set
384# CONFIG_ATM is not set
385# CONFIG_BRIDGE is not set
386# CONFIG_VLAN_8021Q is not set
387# CONFIG_DECNET is not set
388# CONFIG_LLC2 is not set
389# CONFIG_IPX is not set
390# CONFIG_ATALK is not set
391# CONFIG_X25 is not set
392# CONFIG_LAPB is not set
393# CONFIG_NET_DIVERT is not set
394# CONFIG_ECONET is not set
395# CONFIG_WAN_ROUTER is not set
396
397#
398# QoS and/or fair queueing
399#
400# CONFIG_NET_SCHED is not set
401# CONFIG_NET_CLS_ROUTE is not set
402 533
403# 534#
404# Network testing 535# Network device support
405# 536#
406# CONFIG_NET_PKTGEN is not set
407# CONFIG_NETPOLL is not set
408# CONFIG_NET_POLL_CONTROLLER is not set
409# CONFIG_HAMRADIO is not set
410# CONFIG_IRDA is not set
411# CONFIG_BT is not set
412CONFIG_NETDEVICES=y 537CONFIG_NETDEVICES=y
413# CONFIG_DUMMY is not set 538# CONFIG_DUMMY is not set
414# CONFIG_BONDING is not set 539# CONFIG_BONDING is not set
415# CONFIG_EQUALIZER is not set 540# CONFIG_EQUALIZER is not set
416# CONFIG_TUN is not set 541# CONFIG_TUN is not set
417# CONFIG_ETHERTAP is not set
418 542
419# 543#
420# ARCnet devices 544# PHY device support
421# 545#
422# CONFIG_ARCNET is not set 546# CONFIG_PHYLIB is not set
423 547
424# 548#
425# Ethernet (10 or 100Mbit) 549# Ethernet (10 or 100Mbit)
@@ -427,60 +551,19 @@ CONFIG_NETDEVICES=y
427CONFIG_NET_ETHERNET=y 551CONFIG_NET_ETHERNET=y
428CONFIG_MII=y 552CONFIG_MII=y
429# CONFIG_STNIC is not set 553# CONFIG_STNIC is not set
430# CONFIG_HAPPYMEAL is not set
431# CONFIG_SUNGEM is not set
432# CONFIG_NET_VENDOR_3COM is not set
433# CONFIG_SMC91X is not set 554# CONFIG_SMC91X is not set
434 555
435# 556#
436# Tulip family network device support
437#
438# CONFIG_NET_TULIP is not set
439# CONFIG_HP100 is not set
440CONFIG_NET_PCI=y
441CONFIG_PCNET32=y
442# CONFIG_AMD8111_ETH is not set
443# CONFIG_ADAPTEC_STARFIRE is not set
444# CONFIG_B44 is not set
445# CONFIG_FORCEDETH is not set
446# CONFIG_DGRS is not set
447# CONFIG_EEPRO100 is not set
448# CONFIG_E100 is not set
449# CONFIG_FEALNX is not set
450# CONFIG_NATSEMI is not set
451# CONFIG_NE2K_PCI is not set
452# CONFIG_8139CP is not set
453# CONFIG_8139TOO is not set
454# CONFIG_SIS900 is not set
455# CONFIG_EPIC100 is not set
456# CONFIG_SUNDANCE is not set
457# CONFIG_TLAN is not set
458# CONFIG_VIA_RHINE is not set
459
460#
461# Ethernet (1000 Mbit) 557# Ethernet (1000 Mbit)
462# 558#
463# CONFIG_ACENIC is not set
464# CONFIG_DL2K is not set
465# CONFIG_E1000 is not set
466# CONFIG_NS83820 is not set
467# CONFIG_HAMACHI is not set
468# CONFIG_YELLOWFIN is not set
469# CONFIG_R8169 is not set
470# CONFIG_SK98LIN is not set
471# CONFIG_VIA_VELOCITY is not set
472# CONFIG_TIGON3 is not set
473 559
474# 560#
475# Ethernet (10000 Mbit) 561# Ethernet (10000 Mbit)
476# 562#
477# CONFIG_IXGB is not set
478# CONFIG_S2IO is not set
479 563
480# 564#
481# Token Ring devices 565# Token Ring devices
482# 566#
483# CONFIG_TR is not set
484 567
485# 568#
486# Wireless LAN (non-hamradio) 569# Wireless LAN (non-hamradio)
@@ -491,12 +574,12 @@ CONFIG_PCNET32=y
491# Wan interfaces 574# Wan interfaces
492# 575#
493# CONFIG_WAN is not set 576# CONFIG_WAN is not set
494# CONFIG_FDDI is not set
495# CONFIG_HIPPI is not set
496# CONFIG_PPP is not set 577# CONFIG_PPP is not set
497# CONFIG_SLIP is not set 578# CONFIG_SLIP is not set
498# CONFIG_SHAPER is not set 579# CONFIG_SHAPER is not set
499# CONFIG_NETCONSOLE is not set 580# CONFIG_NETCONSOLE is not set
581# CONFIG_NETPOLL is not set
582# CONFIG_NET_POLL_CONTROLLER is not set
500 583
501# 584#
502# ISDN subsystem 585# ISDN subsystem
@@ -514,20 +597,10 @@ CONFIG_PCNET32=y
514# CONFIG_INPUT is not set 597# CONFIG_INPUT is not set
515 598
516# 599#
517# Userland interfaces 600# Hardware I/O ports
518#
519
520# 601#
521# Input I/O drivers
522#
523# CONFIG_GAMEPORT is not set
524CONFIG_SOUND_GAMEPORT=y
525# CONFIG_SERIO is not set 602# CONFIG_SERIO is not set
526# CONFIG_SERIO_I8042 is not set 603# CONFIG_GAMEPORT is not set
527
528#
529# Input Device Drivers
530#
531 604
532# 605#
533# Character devices 606# Character devices
@@ -564,33 +637,46 @@ CONFIG_WATCHDOG=y
564# 637#
565# CONFIG_SOFT_WATCHDOG is not set 638# CONFIG_SOFT_WATCHDOG is not set
566# CONFIG_SH_WDT is not set 639# CONFIG_SH_WDT is not set
567 640CONFIG_HW_RANDOM=y
568#
569# PCI-based Watchdog Cards
570#
571# CONFIG_PCIPCWATCHDOG is not set
572# CONFIG_WDTPCI is not set
573# CONFIG_RTC is not set
574# CONFIG_GEN_RTC is not set 641# CONFIG_GEN_RTC is not set
575# CONFIG_DTLK is not set 642# CONFIG_DTLK is not set
576# CONFIG_R3964 is not set 643# CONFIG_R3964 is not set
577# CONFIG_APPLICOM is not set
578 644
579# 645#
580# Ftape, the floppy tape device driver 646# Ftape, the floppy tape device driver
581# 647#
582# CONFIG_DRM is not set
583# CONFIG_RAW_DRIVER is not set 648# CONFIG_RAW_DRIVER is not set
584 649
585# 650#
651# TPM devices
652#
653# CONFIG_TCG_TPM is not set
654# CONFIG_TELCLOCK is not set
655
656#
586# I2C support 657# I2C support
587# 658#
588# CONFIG_I2C is not set 659# CONFIG_I2C is not set
589 660
590# 661#
662# SPI support
663#
664# CONFIG_SPI is not set
665# CONFIG_SPI_MASTER is not set
666
667#
591# Dallas's 1-wire bus 668# Dallas's 1-wire bus
592# 669#
593# CONFIG_W1 is not set 670
671#
672# Hardware Monitoring support
673#
674CONFIG_HWMON=y
675# CONFIG_HWMON_VID is not set
676# CONFIG_SENSORS_ABITUGURU is not set
677# CONFIG_SENSORS_F71805F is not set
678# CONFIG_SENSORS_VT1211 is not set
679# CONFIG_HWMON_DEBUG_CHIP is not set
594 680
595# 681#
596# Misc devices 682# Misc devices
@@ -600,6 +686,7 @@ CONFIG_WATCHDOG=y
600# Multimedia devices 686# Multimedia devices
601# 687#
602# CONFIG_VIDEO_DEV is not set 688# CONFIG_VIDEO_DEV is not set
689CONFIG_VIDEO_V4L2=y
603 690
604# 691#
605# Digital Video Broadcasting Devices 692# Digital Video Broadcasting Devices
@@ -609,7 +696,9 @@ CONFIG_WATCHDOG=y
609# 696#
610# Graphics support 697# Graphics support
611# 698#
699CONFIG_FIRMWARE_EDID=y
612# CONFIG_FB is not set 700# CONFIG_FB is not set
701# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
613 702
614# 703#
615# Sound 704# Sound
@@ -619,12 +708,12 @@ CONFIG_WATCHDOG=y
619# 708#
620# USB support 709# USB support
621# 710#
622# CONFIG_USB is not set 711# CONFIG_USB_ARCH_HAS_HCD is not set
623CONFIG_USB_ARCH_HAS_HCD=y 712# CONFIG_USB_ARCH_HAS_OHCI is not set
624CONFIG_USB_ARCH_HAS_OHCI=y 713# CONFIG_USB_ARCH_HAS_EHCI is not set
625 714
626# 715#
627# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 716# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
628# 717#
629 718
630# 719#
@@ -638,30 +727,65 @@ CONFIG_USB_ARCH_HAS_OHCI=y
638# CONFIG_MMC is not set 727# CONFIG_MMC is not set
639 728
640# 729#
730# LED devices
731#
732# CONFIG_NEW_LEDS is not set
733
734#
735# LED drivers
736#
737
738#
739# LED Triggers
740#
741
742#
641# InfiniBand support 743# InfiniBand support
642# 744#
643# CONFIG_INFINIBAND is not set 745
746#
747# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
748#
749
750#
751# Real Time Clock
752#
753# CONFIG_RTC_CLASS is not set
754
755#
756# DMA Engine support
757#
758# CONFIG_DMA_ENGINE is not set
759
760#
761# DMA Clients
762#
763
764#
765# DMA Devices
766#
644 767
645# 768#
646# File systems 769# File systems
647# 770#
648CONFIG_EXT2_FS=y 771CONFIG_EXT2_FS=y
649# CONFIG_EXT2_FS_XATTR is not set 772# CONFIG_EXT2_FS_XATTR is not set
773# CONFIG_EXT2_FS_XIP is not set
650# CONFIG_EXT3_FS is not set 774# CONFIG_EXT3_FS is not set
651# CONFIG_JBD is not set
652# CONFIG_REISERFS_FS is not set 775# CONFIG_REISERFS_FS is not set
653# CONFIG_JFS_FS is not set 776# CONFIG_JFS_FS is not set
654 777# CONFIG_FS_POSIX_ACL is not set
655#
656# XFS support
657#
658# CONFIG_XFS_FS is not set 778# CONFIG_XFS_FS is not set
779# CONFIG_OCFS2_FS is not set
659# CONFIG_MINIX_FS is not set 780# CONFIG_MINIX_FS is not set
660# CONFIG_ROMFS_FS is not set 781# CONFIG_ROMFS_FS is not set
782CONFIG_INOTIFY=y
783CONFIG_INOTIFY_USER=y
661# CONFIG_QUOTA is not set 784# CONFIG_QUOTA is not set
662CONFIG_DNOTIFY=y 785CONFIG_DNOTIFY=y
663# CONFIG_AUTOFS_FS is not set 786# CONFIG_AUTOFS_FS is not set
664# CONFIG_AUTOFS4_FS is not set 787# CONFIG_AUTOFS4_FS is not set
788# CONFIG_FUSE_FS is not set
665 789
666# 790#
667# CD-ROM/DVD Filesystems 791# CD-ROM/DVD Filesystems
@@ -681,14 +805,14 @@ CONFIG_DNOTIFY=y
681# 805#
682CONFIG_PROC_FS=y 806CONFIG_PROC_FS=y
683CONFIG_PROC_KCORE=y 807CONFIG_PROC_KCORE=y
808CONFIG_PROC_SYSCTL=y
684CONFIG_SYSFS=y 809CONFIG_SYSFS=y
685# CONFIG_DEVFS_FS is not set
686# CONFIG_DEVPTS_FS_XATTR is not set
687CONFIG_TMPFS=y 810CONFIG_TMPFS=y
688# CONFIG_TMPFS_XATTR is not set 811# CONFIG_TMPFS_POSIX_ACL is not set
689# CONFIG_HUGETLBFS is not set 812# CONFIG_HUGETLBFS is not set
690# CONFIG_HUGETLB_PAGE is not set 813# CONFIG_HUGETLB_PAGE is not set
691CONFIG_RAMFS=y 814CONFIG_RAMFS=y
815# CONFIG_CONFIGFS_FS is not set
692 816
693# 817#
694# Miscellaneous filesystems 818# Miscellaneous filesystems
@@ -703,8 +827,9 @@ CONFIG_RAMFS=y
703# CONFIG_JFFS_FS is not set 827# CONFIG_JFFS_FS is not set
704CONFIG_JFFS2_FS=y 828CONFIG_JFFS2_FS=y
705CONFIG_JFFS2_FS_DEBUG=0 829CONFIG_JFFS2_FS_DEBUG=0
706# CONFIG_JFFS2_FS_NAND is not set 830CONFIG_JFFS2_FS_WRITEBUFFER=y
707# CONFIG_JFFS2_FS_NOR_ECC is not set 831# CONFIG_JFFS2_SUMMARY is not set
832# CONFIG_JFFS2_FS_XATTR is not set
708# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 833# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
709CONFIG_JFFS2_ZLIB=y 834CONFIG_JFFS2_ZLIB=y
710CONFIG_JFFS2_RTIME=y 835CONFIG_JFFS2_RTIME=y
@@ -726,6 +851,7 @@ CONFIG_JFFS2_RTIME=y
726# CONFIG_NCP_FS is not set 851# CONFIG_NCP_FS is not set
727# CONFIG_CODA_FS is not set 852# CONFIG_CODA_FS is not set
728# CONFIG_AFS_FS is not set 853# CONFIG_AFS_FS is not set
854# CONFIG_9P_FS is not set
729 855
730# 856#
731# Partition Types 857# Partition Types
@@ -746,8 +872,14 @@ CONFIG_MSDOS_PARTITION=y
746# 872#
747# Kernel hacking 873# Kernel hacking
748# 874#
875# CONFIG_PRINTK_TIME is not set
876CONFIG_ENABLE_MUST_CHECK=y
877# CONFIG_MAGIC_SYSRQ is not set
878# CONFIG_UNUSED_SYMBOLS is not set
749# CONFIG_DEBUG_KERNEL is not set 879# CONFIG_DEBUG_KERNEL is not set
750# CONFIG_FRAME_POINTER is not set 880CONFIG_LOG_BUF_SHIFT=14
881# CONFIG_DEBUG_BUGVERBOSE is not set
882# CONFIG_DEBUG_FS is not set
751# CONFIG_SH_STANDARD_BIOS is not set 883# CONFIG_SH_STANDARD_BIOS is not set
752# CONFIG_EARLY_SCIF_CONSOLE is not set 884# CONFIG_EARLY_SCIF_CONSOLE is not set
753# CONFIG_KGDB is not set 885# CONFIG_KGDB is not set
@@ -764,14 +896,12 @@ CONFIG_MSDOS_PARTITION=y
764# CONFIG_CRYPTO is not set 896# CONFIG_CRYPTO is not set
765 897
766# 898#
767# Hardware crypto devices
768#
769
770#
771# Library routines 899# Library routines
772# 900#
773# CONFIG_CRC_CCITT is not set 901# CONFIG_CRC_CCITT is not set
902# CONFIG_CRC16 is not set
774CONFIG_CRC32=y 903CONFIG_CRC32=y
775# CONFIG_LIBCRC32C is not set 904# CONFIG_LIBCRC32C is not set
776CONFIG_ZLIB_INFLATE=y 905CONFIG_ZLIB_INFLATE=y
777CONFIG_ZLIB_DEFLATE=y 906CONFIG_ZLIB_DEFLATE=y
907CONFIG_PLIST=y
diff --git a/arch/sh/configs/sh03_defconfig b/arch/sh/configs/sh03_defconfig
index 078f78c7fe53..9fd5ea7304e5 100644
--- a/arch/sh/configs/sh03_defconfig
+++ b/arch/sh/configs/sh03_defconfig
@@ -1,51 +1,63 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:49 2005 4# Tue Oct 3 12:13:26 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17# CONFIG_CLEAN_COMPILE is not set
18CONFIG_BROKEN=y
19CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
21CONFIG_INIT_ENV_ARG_LIMIT=32
21 22
22# 23#
23# General setup 24# General setup
24# 25#
25CONFIG_LOCALVERSION="" 26CONFIG_LOCALVERSION=""
27CONFIG_LOCALVERSION_AUTO=y
26CONFIG_SWAP=y 28CONFIG_SWAP=y
27CONFIG_SYSVIPC=y 29CONFIG_SYSVIPC=y
30# CONFIG_IPC_NS is not set
28CONFIG_POSIX_MQUEUE=y 31CONFIG_POSIX_MQUEUE=y
29CONFIG_BSD_PROCESS_ACCT=y 32CONFIG_BSD_PROCESS_ACCT=y
30# CONFIG_BSD_PROCESS_ACCT_V3 is not set 33# CONFIG_BSD_PROCESS_ACCT_V3 is not set
31CONFIG_SYSCTL=y 34# CONFIG_TASKSTATS is not set
35# CONFIG_UTS_NS is not set
32# CONFIG_AUDIT is not set 36# CONFIG_AUDIT is not set
33CONFIG_LOG_BUF_SHIFT=14
34CONFIG_HOTPLUG=y
35CONFIG_KOBJECT_UEVENT=y
36# CONFIG_IKCONFIG is not set 37# CONFIG_IKCONFIG is not set
37# CONFIG_EMBEDDED is not set 38# CONFIG_RELAY is not set
39CONFIG_INITRAMFS_SOURCE=""
40CONFIG_CC_OPTIMIZE_FOR_SIZE=y
41CONFIG_SYSCTL=y
42CONFIG_EMBEDDED=y
43CONFIG_UID16=y
44# CONFIG_SYSCTL_SYSCALL is not set
38CONFIG_KALLSYMS=y 45CONFIG_KALLSYMS=y
39# CONFIG_KALLSYMS_EXTRA_PASS is not set 46# CONFIG_KALLSYMS_EXTRA_PASS is not set
47CONFIG_HOTPLUG=y
48CONFIG_PRINTK=y
49CONFIG_BUG=y
50CONFIG_ELF_CORE=y
51CONFIG_BASE_FULL=y
40CONFIG_FUTEX=y 52CONFIG_FUTEX=y
41CONFIG_EPOLL=y 53CONFIG_EPOLL=y
42# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
43CONFIG_SHMEM=y 54CONFIG_SHMEM=y
44CONFIG_CC_ALIGN_FUNCTIONS=0 55CONFIG_SLAB=y
45CONFIG_CC_ALIGN_LABELS=0 56CONFIG_VM_EVENT_COUNTERS=y
46CONFIG_CC_ALIGN_LOOPS=0 57CONFIG_RT_MUTEXES=y
47CONFIG_CC_ALIGN_JUMPS=0
48# CONFIG_TINY_SHMEM is not set 58# CONFIG_TINY_SHMEM is not set
59CONFIG_BASE_SMALL=0
60# CONFIG_SLOB is not set
49 61
50# 62#
51# Loadable module support 63# Loadable module support
@@ -53,81 +65,154 @@ CONFIG_CC_ALIGN_JUMPS=0
53CONFIG_MODULES=y 65CONFIG_MODULES=y
54CONFIG_MODULE_UNLOAD=y 66CONFIG_MODULE_UNLOAD=y
55CONFIG_MODULE_FORCE_UNLOAD=y 67CONFIG_MODULE_FORCE_UNLOAD=y
56CONFIG_OBSOLETE_MODPARM=y
57CONFIG_MODVERSIONS=y 68CONFIG_MODVERSIONS=y
58# CONFIG_MODULE_SRCVERSION_ALL is not set 69# CONFIG_MODULE_SRCVERSION_ALL is not set
59CONFIG_KMOD=y 70CONFIG_KMOD=y
60 71
61# 72#
73# Block layer
74#
75CONFIG_BLOCK=y
76# CONFIG_LBD is not set
77# CONFIG_BLK_DEV_IO_TRACE is not set
78# CONFIG_LSF is not set
79
80#
81# IO Schedulers
82#
83CONFIG_IOSCHED_NOOP=y
84CONFIG_IOSCHED_AS=y
85CONFIG_IOSCHED_DEADLINE=y
86CONFIG_IOSCHED_CFQ=y
87CONFIG_DEFAULT_AS=y
88# CONFIG_DEFAULT_DEADLINE is not set
89# CONFIG_DEFAULT_CFQ is not set
90# CONFIG_DEFAULT_NOOP is not set
91CONFIG_DEFAULT_IOSCHED="anticipatory"
92
93#
62# System type 94# System type
63# 95#
64# CONFIG_SH_SOLUTION_ENGINE is not set 96# CONFIG_SH_SOLUTION_ENGINE is not set
65# CONFIG_SH_7751_SOLUTION_ENGINE is not set 97# CONFIG_SH_7751_SOLUTION_ENGINE is not set
66# CONFIG_SH_7300_SOLUTION_ENGINE is not set 98# CONFIG_SH_7300_SOLUTION_ENGINE is not set
99# CONFIG_SH_7343_SOLUTION_ENGINE is not set
67# CONFIG_SH_73180_SOLUTION_ENGINE is not set 100# CONFIG_SH_73180_SOLUTION_ENGINE is not set
68# CONFIG_SH_7751_SYSTEMH is not set 101# CONFIG_SH_7751_SYSTEMH is not set
69# CONFIG_SH_STB1_HARP is not set 102# CONFIG_SH_HP6XX is not set
70# CONFIG_SH_STB1_OVERDRIVE is not set
71# CONFIG_SH_HP620 is not set
72# CONFIG_SH_HP680 is not set
73# CONFIG_SH_HP690 is not set
74# CONFIG_SH_CQREEK is not set
75# CONFIG_SH_DMIDA is not set
76# CONFIG_SH_EC3104 is not set 103# CONFIG_SH_EC3104 is not set
77# CONFIG_SH_SATURN is not set 104# CONFIG_SH_SATURN is not set
78# CONFIG_SH_DREAMCAST is not set 105# CONFIG_SH_DREAMCAST is not set
79# CONFIG_SH_CAT68701 is not set
80# CONFIG_SH_BIGSUR is not set 106# CONFIG_SH_BIGSUR is not set
81# CONFIG_SH_SH2000 is not set
82# CONFIG_SH_ADX is not set
83# CONFIG_SH_MPC1211 is not set 107# CONFIG_SH_MPC1211 is not set
84CONFIG_SH_SH03=y 108CONFIG_SH_SH03=y
85# CONFIG_SH_SECUREEDGE5410 is not set 109# CONFIG_SH_SECUREEDGE5410 is not set
86# CONFIG_SH_HS7751RVOIP is not set 110# CONFIG_SH_HS7751RVOIP is not set
111# CONFIG_SH_7710VOIPGW is not set
87# CONFIG_SH_RTS7751R2D is not set 112# CONFIG_SH_RTS7751R2D is not set
113# CONFIG_SH_R7780RP is not set
88# CONFIG_SH_EDOSK7705 is not set 114# CONFIG_SH_EDOSK7705 is not set
89# CONFIG_SH_SH4202_MICRODEV is not set 115# CONFIG_SH_SH4202_MICRODEV is not set
116# CONFIG_SH_LANDISK is not set
117# CONFIG_SH_TITAN is not set
118# CONFIG_SH_SHMIN is not set
90# CONFIG_SH_UNKNOWN is not set 119# CONFIG_SH_UNKNOWN is not set
91# CONFIG_CPU_SH2 is not set 120
92# CONFIG_CPU_SH3 is not set 121#
122# Processor selection
123#
93CONFIG_CPU_SH4=y 124CONFIG_CPU_SH4=y
125
126#
127# SH-2 Processor Support
128#
94# CONFIG_CPU_SUBTYPE_SH7604 is not set 129# CONFIG_CPU_SUBTYPE_SH7604 is not set
130
131#
132# SH-3 Processor Support
133#
95# CONFIG_CPU_SUBTYPE_SH7300 is not set 134# CONFIG_CPU_SUBTYPE_SH7300 is not set
96# CONFIG_CPU_SUBTYPE_SH7705 is not set 135# CONFIG_CPU_SUBTYPE_SH7705 is not set
136# CONFIG_CPU_SUBTYPE_SH7706 is not set
97# CONFIG_CPU_SUBTYPE_SH7707 is not set 137# CONFIG_CPU_SUBTYPE_SH7707 is not set
98# CONFIG_CPU_SUBTYPE_SH7708 is not set 138# CONFIG_CPU_SUBTYPE_SH7708 is not set
99# CONFIG_CPU_SUBTYPE_SH7709 is not set 139# CONFIG_CPU_SUBTYPE_SH7709 is not set
140# CONFIG_CPU_SUBTYPE_SH7710 is not set
141
142#
143# SH-4 Processor Support
144#
100# CONFIG_CPU_SUBTYPE_SH7750 is not set 145# CONFIG_CPU_SUBTYPE_SH7750 is not set
146# CONFIG_CPU_SUBTYPE_SH7091 is not set
147# CONFIG_CPU_SUBTYPE_SH7750R is not set
148# CONFIG_CPU_SUBTYPE_SH7750S is not set
101CONFIG_CPU_SUBTYPE_SH7751=y 149CONFIG_CPU_SUBTYPE_SH7751=y
150# CONFIG_CPU_SUBTYPE_SH7751R is not set
102# CONFIG_CPU_SUBTYPE_SH7760 is not set 151# CONFIG_CPU_SUBTYPE_SH7760 is not set
103# CONFIG_CPU_SUBTYPE_SH73180 is not set 152# CONFIG_CPU_SUBTYPE_SH4_202 is not set
153
154#
155# ST40 Processor Support
156#
104# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 157# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
105# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 158# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
106# CONFIG_CPU_SUBTYPE_SH4_202 is not set 159
160#
161# SH-4A Processor Support
162#
163# CONFIG_CPU_SUBTYPE_SH7770 is not set
164# CONFIG_CPU_SUBTYPE_SH7780 is not set
165
166#
167# SH4AL-DSP Processor Support
168#
169# CONFIG_CPU_SUBTYPE_SH73180 is not set
170# CONFIG_CPU_SUBTYPE_SH7343 is not set
171
172#
173# Memory management options
174#
107CONFIG_MMU=y 175CONFIG_MMU=y
108CONFIG_CMDLINE_BOOL=y 176CONFIG_PAGE_OFFSET=0x80000000
109CONFIG_CMDLINE="console=ttySC1,115200 mem=64M root=/dev/nfs"
110CONFIG_MEMORY_START=0x08000000 177CONFIG_MEMORY_START=0x08000000
111CONFIG_MEMORY_SIZE=0x08000000 178CONFIG_MEMORY_SIZE=0x08000000
112CONFIG_MEMORY_SET=y 179CONFIG_VSYSCALL=y
113# CONFIG_MEMORY_OVERRIDE is not set 180CONFIG_SELECT_MEMORY_MODEL=y
181CONFIG_FLATMEM_MANUAL=y
182# CONFIG_DISCONTIGMEM_MANUAL is not set
183# CONFIG_SPARSEMEM_MANUAL is not set
184CONFIG_FLATMEM=y
185CONFIG_FLAT_NODE_MEM_MAP=y
186# CONFIG_SPARSEMEM_STATIC is not set
187CONFIG_SPLIT_PTLOCK_CPUS=4
188# CONFIG_RESOURCES_64BIT is not set
189
190#
191# Cache configuration
192#
193# CONFIG_SH_DIRECT_MAPPED is not set
194# CONFIG_SH_WRITETHROUGH is not set
195# CONFIG_SH_OCRAM is not set
114CONFIG_CF_ENABLER=y 196CONFIG_CF_ENABLER=y
115CONFIG_CF_AREA5=y 197CONFIG_CF_AREA5=y
116# CONFIG_CF_AREA6 is not set 198# CONFIG_CF_AREA6 is not set
117CONFIG_CF_BASE_ADDR=0xb4000000 199CONFIG_CF_BASE_ADDR=0xb4000000
118CONFIG_SH_RTC=y 200
119CONFIG_SH_FPU=y 201#
120CONFIG_ZERO_PAGE_OFFSET=0x00004000 202# Processor features
121CONFIG_BOOT_LINK_OFFSET=0x00800000 203#
122CONFIG_CPU_LITTLE_ENDIAN=y 204CONFIG_CPU_LITTLE_ENDIAN=y
123CONFIG_PREEMPT=y 205CONFIG_SH_FPU=y
124# CONFIG_UBC_WAKEUP is not set 206# CONFIG_SH_DSP is not set
125# CONFIG_SH_WRITETHROUGH is not set
126# CONFIG_SH_OCRAM is not set
127# CONFIG_SH_STORE_QUEUES is not set 207# CONFIG_SH_STORE_QUEUES is not set
128# CONFIG_SMP is not set 208CONFIG_CPU_HAS_INTEVT=y
129CONFIG_SH_PCLK_CALC=y 209CONFIG_CPU_HAS_SR_RB=y
130CONFIG_SH_PCLK_FREQ=49876504 210
211#
212# Timer support
213#
214CONFIG_SH_TMU=y
215CONFIG_SH_PCLK_FREQ=60000000
131 216
132# 217#
133# CPU Frequency scaling 218# CPU Frequency scaling
@@ -146,14 +231,36 @@ CONFIG_SH_PCLK_FREQ=49876504
146CONFIG_HEARTBEAT=y 231CONFIG_HEARTBEAT=y
147 232
148# 233#
149# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 234# Kernel features
235#
236# CONFIG_HZ_100 is not set
237CONFIG_HZ_250=y
238# CONFIG_HZ_1000 is not set
239CONFIG_HZ=250
240# CONFIG_KEXEC is not set
241# CONFIG_SMP is not set
242# CONFIG_PREEMPT_NONE is not set
243# CONFIG_PREEMPT_VOLUNTARY is not set
244CONFIG_PREEMPT=y
245CONFIG_PREEMPT_BKL=y
246
247#
248# Boot options
249#
250CONFIG_ZERO_PAGE_OFFSET=0x00004000
251CONFIG_BOOT_LINK_OFFSET=0x00800000
252# CONFIG_UBC_WAKEUP is not set
253CONFIG_CMDLINE_BOOL=y
254CONFIG_CMDLINE="console=ttySC1,115200 mem=64M root=/dev/nfs"
255
256#
257# Bus options
150# 258#
151CONFIG_PCI=y 259CONFIG_PCI=y
152CONFIG_SH_PCIDMA_NONCOHERENT=y 260CONFIG_SH_PCIDMA_NONCOHERENT=y
153CONFIG_PCI_AUTO=y 261CONFIG_PCI_AUTO=y
154CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 262CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
155CONFIG_PCI_LEGACY_PROC=y 263# CONFIG_PCI_MULTITHREAD_PROBE is not set
156CONFIG_PCI_NAMES=y
157 264
158# 265#
159# PCCARD (PCMCIA/CardBus) support 266# PCCARD (PCMCIA/CardBus) support
@@ -161,10 +268,6 @@ CONFIG_PCI_NAMES=y
161# CONFIG_PCCARD is not set 268# CONFIG_PCCARD is not set
162 269
163# 270#
164# PC-card bridges
165#
166
167#
168# PCI Hotplug Support 271# PCI Hotplug Support
169# 272#
170CONFIG_HOTPLUG_PCI=m 273CONFIG_HOTPLUG_PCI=m
@@ -180,9 +283,96 @@ CONFIG_BINFMT_ELF=y
180CONFIG_BINFMT_MISC=y 283CONFIG_BINFMT_MISC=y
181 284
182# 285#
183# SH initrd options 286# Power management options (EXPERIMENTAL)
287#
288# CONFIG_PM is not set
289
290#
291# Networking
184# 292#
185# CONFIG_EMBEDDED_RAMDISK is not set 293CONFIG_NET=y
294
295#
296# Networking options
297#
298# CONFIG_NETDEBUG is not set
299CONFIG_PACKET=y
300# CONFIG_PACKET_MMAP is not set
301CONFIG_UNIX=y
302CONFIG_XFRM=y
303# CONFIG_XFRM_USER is not set
304# CONFIG_XFRM_SUB_POLICY is not set
305CONFIG_NET_KEY=y
306CONFIG_INET=y
307CONFIG_IP_MULTICAST=y
308# CONFIG_IP_ADVANCED_ROUTER is not set
309CONFIG_IP_FIB_HASH=y
310CONFIG_IP_PNP=y
311CONFIG_IP_PNP_DHCP=y
312CONFIG_IP_PNP_BOOTP=y
313CONFIG_IP_PNP_RARP=y
314# CONFIG_NET_IPIP is not set
315# CONFIG_NET_IPGRE is not set
316# CONFIG_IP_MROUTE is not set
317# CONFIG_ARPD is not set
318# CONFIG_SYN_COOKIES is not set
319# CONFIG_INET_AH is not set
320# CONFIG_INET_ESP is not set
321# CONFIG_INET_IPCOMP is not set
322# CONFIG_INET_XFRM_TUNNEL is not set
323# CONFIG_INET_TUNNEL is not set
324CONFIG_INET_XFRM_MODE_TRANSPORT=y
325CONFIG_INET_XFRM_MODE_TUNNEL=y
326CONFIG_INET_DIAG=y
327CONFIG_INET_TCP_DIAG=y
328# CONFIG_TCP_CONG_ADVANCED is not set
329CONFIG_TCP_CONG_CUBIC=y
330CONFIG_DEFAULT_TCP_CONG="cubic"
331# CONFIG_IPV6 is not set
332# CONFIG_INET6_XFRM_TUNNEL is not set
333# CONFIG_INET6_TUNNEL is not set
334# CONFIG_NETWORK_SECMARK is not set
335# CONFIG_NETFILTER is not set
336
337#
338# DCCP Configuration (EXPERIMENTAL)
339#
340# CONFIG_IP_DCCP is not set
341
342#
343# SCTP Configuration (EXPERIMENTAL)
344#
345# CONFIG_IP_SCTP is not set
346
347#
348# TIPC Configuration (EXPERIMENTAL)
349#
350# CONFIG_TIPC is not set
351# CONFIG_ATM is not set
352# CONFIG_BRIDGE is not set
353# CONFIG_VLAN_8021Q is not set
354# CONFIG_DECNET is not set
355# CONFIG_LLC2 is not set
356# CONFIG_IPX is not set
357# CONFIG_ATALK is not set
358# CONFIG_X25 is not set
359# CONFIG_LAPB is not set
360# CONFIG_ECONET is not set
361# CONFIG_WAN_ROUTER is not set
362
363#
364# QoS and/or fair queueing
365#
366# CONFIG_NET_SCHED is not set
367
368#
369# Network testing
370#
371# CONFIG_NET_PKTGEN is not set
372# CONFIG_HAMRADIO is not set
373# CONFIG_IRDA is not set
374# CONFIG_BT is not set
375# CONFIG_IEEE80211 is not set
186 376
187# 377#
188# Device Drivers 378# Device Drivers
@@ -194,6 +384,12 @@ CONFIG_BINFMT_MISC=y
194# CONFIG_STANDALONE is not set 384# CONFIG_STANDALONE is not set
195# CONFIG_PREVENT_FIRMWARE_BUILD is not set 385# CONFIG_PREVENT_FIRMWARE_BUILD is not set
196# CONFIG_FW_LOADER is not set 386# CONFIG_FW_LOADER is not set
387# CONFIG_SYS_HYPERVISOR is not set
388
389#
390# Connector - unified userspace <-> kernelspace linker
391#
392# CONFIG_CONNECTOR is not set
197 393
198# 394#
199# Memory Technology Devices (MTD) 395# Memory Technology Devices (MTD)
@@ -212,7 +408,6 @@ CONFIG_BINFMT_MISC=y
212# 408#
213# Block devices 409# Block devices
214# 410#
215# CONFIG_BLK_DEV_FD is not set
216# CONFIG_BLK_CPQ_DA is not set 411# CONFIG_BLK_CPQ_DA is not set
217# CONFIG_BLK_CPQ_CISS_DA is not set 412# CONFIG_BLK_CPQ_CISS_DA is not set
218# CONFIG_BLK_DEV_DAC960 is not set 413# CONFIG_BLK_DEV_DAC960 is not set
@@ -225,18 +420,9 @@ CONFIG_BLK_DEV_NBD=y
225CONFIG_BLK_DEV_RAM=y 420CONFIG_BLK_DEV_RAM=y
226CONFIG_BLK_DEV_RAM_COUNT=16 421CONFIG_BLK_DEV_RAM_COUNT=16
227CONFIG_BLK_DEV_RAM_SIZE=4096 422CONFIG_BLK_DEV_RAM_SIZE=4096
423CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
228CONFIG_BLK_DEV_INITRD=y 424CONFIG_BLK_DEV_INITRD=y
229CONFIG_INITRAMFS_SOURCE=""
230# CONFIG_LBD is not set
231# CONFIG_CDROM_PKTCDVD is not set 425# CONFIG_CDROM_PKTCDVD is not set
232
233#
234# IO Schedulers
235#
236CONFIG_IOSCHED_NOOP=y
237CONFIG_IOSCHED_AS=y
238CONFIG_IOSCHED_DEADLINE=y
239CONFIG_IOSCHED_CFQ=y
240# CONFIG_ATA_OVER_ETH is not set 426# CONFIG_ATA_OVER_ETH is not set
241 427
242# 428#
@@ -263,7 +449,6 @@ CONFIG_BLK_DEV_IDEFLOPPY=m
263# 449#
264CONFIG_IDE_GENERIC=y 450CONFIG_IDE_GENERIC=y
265# CONFIG_BLK_DEV_IDEPCI is not set 451# CONFIG_BLK_DEV_IDEPCI is not set
266CONFIG_IDE_SH=y
267# CONFIG_IDE_ARM is not set 452# CONFIG_IDE_ARM is not set
268# CONFIG_BLK_DEV_IDEDMA is not set 453# CONFIG_BLK_DEV_IDEDMA is not set
269# CONFIG_IDEDMA_AUTO is not set 454# CONFIG_IDEDMA_AUTO is not set
@@ -272,7 +457,9 @@ CONFIG_IDE_SH=y
272# 457#
273# SCSI device support 458# SCSI device support
274# 459#
460# CONFIG_RAID_ATTRS is not set
275CONFIG_SCSI=m 461CONFIG_SCSI=m
462# CONFIG_SCSI_NETLINK is not set
276CONFIG_SCSI_PROC_FS=y 463CONFIG_SCSI_PROC_FS=y
277 464
278# 465#
@@ -284,6 +471,7 @@ CONFIG_BLK_DEV_SD=m
284CONFIG_BLK_DEV_SR=m 471CONFIG_BLK_DEV_SR=m
285CONFIG_BLK_DEV_SR_VENDOR=y 472CONFIG_BLK_DEV_SR_VENDOR=y
286CONFIG_CHR_DEV_SG=m 473CONFIG_CHR_DEV_SG=m
474# CONFIG_CHR_DEV_SCH is not set
287 475
288# 476#
289# Some SCSI devices (e.g. CD jukebox) support multiple LUNs 477# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
@@ -293,15 +481,18 @@ CONFIG_CHR_DEV_SG=m
293# CONFIG_SCSI_LOGGING is not set 481# CONFIG_SCSI_LOGGING is not set
294 482
295# 483#
296# SCSI Transport Attributes 484# SCSI Transports
297# 485#
298# CONFIG_SCSI_SPI_ATTRS is not set 486# CONFIG_SCSI_SPI_ATTRS is not set
299# CONFIG_SCSI_FC_ATTRS is not set 487# CONFIG_SCSI_FC_ATTRS is not set
300# CONFIG_SCSI_ISCSI_ATTRS is not set 488# CONFIG_SCSI_ISCSI_ATTRS is not set
489# CONFIG_SCSI_SAS_ATTRS is not set
490# CONFIG_SCSI_SAS_LIBSAS is not set
301 491
302# 492#
303# SCSI low-level drivers 493# SCSI low-level drivers
304# 494#
495# CONFIG_ISCSI_TCP is not set
305# CONFIG_BLK_DEV_3W_XXXX_RAID is not set 496# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
306# CONFIG_SCSI_3W_9XXX is not set 497# CONFIG_SCSI_3W_9XXX is not set
307# CONFIG_SCSI_ACARD is not set 498# CONFIG_SCSI_ACARD is not set
@@ -309,40 +500,35 @@ CONFIG_CHR_DEV_SG=m
309# CONFIG_SCSI_AIC7XXX is not set 500# CONFIG_SCSI_AIC7XXX is not set
310# CONFIG_SCSI_AIC7XXX_OLD is not set 501# CONFIG_SCSI_AIC7XXX_OLD is not set
311# CONFIG_SCSI_AIC79XX is not set 502# CONFIG_SCSI_AIC79XX is not set
503# CONFIG_SCSI_AIC94XX is not set
312# CONFIG_SCSI_DPT_I2O is not set 504# CONFIG_SCSI_DPT_I2O is not set
313# CONFIG_SCSI_ADVANSYS is not set 505# CONFIG_SCSI_ARCMSR is not set
314# CONFIG_MEGARAID_NEWGEN is not set 506# CONFIG_MEGARAID_NEWGEN is not set
315# CONFIG_MEGARAID_LEGACY is not set 507# CONFIG_MEGARAID_LEGACY is not set
316# CONFIG_SCSI_SATA is not set 508# CONFIG_MEGARAID_SAS is not set
317# CONFIG_SCSI_BUSLOGIC is not set 509# CONFIG_SCSI_HPTIOP is not set
318# CONFIG_SCSI_CPQFCTS is not set
319# CONFIG_SCSI_DMX3191D is not set 510# CONFIG_SCSI_DMX3191D is not set
320# CONFIG_SCSI_EATA is not set
321# CONFIG_SCSI_EATA_PIO is not set
322# CONFIG_SCSI_FUTURE_DOMAIN is not set 511# CONFIG_SCSI_FUTURE_DOMAIN is not set
323# CONFIG_SCSI_GDTH is not set
324# CONFIG_SCSI_IPS is not set 512# CONFIG_SCSI_IPS is not set
325# CONFIG_SCSI_INITIO is not set 513# CONFIG_SCSI_INITIO is not set
326# CONFIG_SCSI_INIA100 is not set 514# CONFIG_SCSI_INIA100 is not set
515# CONFIG_SCSI_STEX is not set
327# CONFIG_SCSI_SYM53C8XX_2 is not set 516# CONFIG_SCSI_SYM53C8XX_2 is not set
328# CONFIG_SCSI_IPR is not set 517# CONFIG_SCSI_IPR is not set
329# CONFIG_SCSI_PCI2000 is not set
330# CONFIG_SCSI_PCI2220I is not set
331# CONFIG_SCSI_QLOGIC_ISP is not set
332# CONFIG_SCSI_QLOGIC_FC is not set
333# CONFIG_SCSI_QLOGIC_1280 is not set 518# CONFIG_SCSI_QLOGIC_1280 is not set
334CONFIG_SCSI_QLA2XXX=m 519# CONFIG_SCSI_QLA_FC is not set
335# CONFIG_SCSI_QLA21XX is not set 520# CONFIG_SCSI_LPFC is not set
336# CONFIG_SCSI_QLA22XX is not set
337# CONFIG_SCSI_QLA2300 is not set
338# CONFIG_SCSI_QLA2322 is not set
339# CONFIG_SCSI_QLA6312 is not set
340# CONFIG_SCSI_DC395x is not set 521# CONFIG_SCSI_DC395x is not set
341# CONFIG_SCSI_DC390T is not set 522# CONFIG_SCSI_DC390T is not set
342# CONFIG_SCSI_NSP32 is not set 523# CONFIG_SCSI_NSP32 is not set
343# CONFIG_SCSI_DEBUG is not set 524# CONFIG_SCSI_DEBUG is not set
344 525
345# 526#
527# Serial ATA (prod) and Parallel ATA (experimental) drivers
528#
529# CONFIG_ATA is not set
530
531#
346# Multi-device support (RAID and LVM) 532# Multi-device support (RAID and LVM)
347# 533#
348# CONFIG_MD is not set 534# CONFIG_MD is not set
@@ -351,6 +537,9 @@ CONFIG_SCSI_QLA2XXX=m
351# Fusion MPT device support 537# Fusion MPT device support
352# 538#
353# CONFIG_FUSION is not set 539# CONFIG_FUSION is not set
540# CONFIG_FUSION_SPI is not set
541# CONFIG_FUSION_FC is not set
542# CONFIG_FUSION_SAS is not set
354 543
355# 544#
356# IEEE 1394 (FireWire) support 545# IEEE 1394 (FireWire) support
@@ -363,73 +552,8 @@ CONFIG_SCSI_QLA2XXX=m
363# CONFIG_I2O is not set 552# CONFIG_I2O is not set
364 553
365# 554#
366# Networking support 555# Network device support
367# 556#
368CONFIG_NET=y
369
370#
371# Networking options
372#
373CONFIG_PACKET=y
374# CONFIG_PACKET_MMAP is not set
375# CONFIG_NETLINK_DEV is not set
376CONFIG_UNIX=y
377CONFIG_NET_KEY=y
378CONFIG_INET=y
379CONFIG_IP_MULTICAST=y
380# CONFIG_IP_ADVANCED_ROUTER is not set
381CONFIG_IP_PNP=y
382CONFIG_IP_PNP_DHCP=y
383CONFIG_IP_PNP_BOOTP=y
384CONFIG_IP_PNP_RARP=y
385# CONFIG_NET_IPIP is not set
386# CONFIG_NET_IPGRE is not set
387# CONFIG_IP_MROUTE is not set
388# CONFIG_ARPD is not set
389# CONFIG_SYN_COOKIES is not set
390# CONFIG_INET_AH is not set
391# CONFIG_INET_ESP is not set
392# CONFIG_INET_IPCOMP is not set
393# CONFIG_INET_TUNNEL is not set
394CONFIG_IP_TCPDIAG=y
395# CONFIG_IP_TCPDIAG_IPV6 is not set
396# CONFIG_IPV6 is not set
397# CONFIG_NETFILTER is not set
398CONFIG_XFRM=y
399# CONFIG_XFRM_USER is not set
400
401#
402# SCTP Configuration (EXPERIMENTAL)
403#
404# CONFIG_IP_SCTP is not set
405# CONFIG_ATM is not set
406# CONFIG_BRIDGE is not set
407# CONFIG_VLAN_8021Q is not set
408# CONFIG_DECNET is not set
409# CONFIG_LLC2 is not set
410# CONFIG_IPX is not set
411# CONFIG_ATALK is not set
412# CONFIG_X25 is not set
413# CONFIG_LAPB is not set
414# CONFIG_NET_DIVERT is not set
415# CONFIG_ECONET is not set
416# CONFIG_WAN_ROUTER is not set
417
418#
419# QoS and/or fair queueing
420#
421# CONFIG_NET_SCHED is not set
422# CONFIG_NET_CLS_ROUTE is not set
423
424#
425# Network testing
426#
427# CONFIG_NET_PKTGEN is not set
428# CONFIG_NETPOLL is not set
429# CONFIG_NET_POLL_CONTROLLER is not set
430# CONFIG_HAMRADIO is not set
431# CONFIG_IRDA is not set
432# CONFIG_BT is not set
433CONFIG_NETDEVICES=y 557CONFIG_NETDEVICES=y
434# CONFIG_DUMMY is not set 558# CONFIG_DUMMY is not set
435# CONFIG_BONDING is not set 559# CONFIG_BONDING is not set
@@ -442,6 +566,11 @@ CONFIG_NETDEVICES=y
442# CONFIG_ARCNET is not set 566# CONFIG_ARCNET is not set
443 567
444# 568#
569# PHY device support
570#
571# CONFIG_PHYLIB is not set
572
573#
445# Ethernet (10 or 100Mbit) 574# Ethernet (10 or 100Mbit)
446# 575#
447CONFIG_NET_ETHERNET=y 576CONFIG_NET_ETHERNET=y
@@ -449,6 +578,7 @@ CONFIG_MII=y
449# CONFIG_STNIC is not set 578# CONFIG_STNIC is not set
450# CONFIG_HAPPYMEAL is not set 579# CONFIG_HAPPYMEAL is not set
451# CONFIG_SUNGEM is not set 580# CONFIG_SUNGEM is not set
581# CONFIG_CASSINI is not set
452# CONFIG_NET_VENDOR_3COM is not set 582# CONFIG_NET_VENDOR_3COM is not set
453# CONFIG_SMC91X is not set 583# CONFIG_SMC91X is not set
454 584
@@ -487,15 +617,22 @@ CONFIG_8139CP=y
487# CONFIG_HAMACHI is not set 617# CONFIG_HAMACHI is not set
488# CONFIG_YELLOWFIN is not set 618# CONFIG_YELLOWFIN is not set
489# CONFIG_R8169 is not set 619# CONFIG_R8169 is not set
620# CONFIG_SIS190 is not set
621# CONFIG_SKGE is not set
622# CONFIG_SKY2 is not set
490# CONFIG_SK98LIN is not set 623# CONFIG_SK98LIN is not set
491# CONFIG_VIA_VELOCITY is not set 624# CONFIG_VIA_VELOCITY is not set
492# CONFIG_TIGON3 is not set 625# CONFIG_TIGON3 is not set
626# CONFIG_BNX2 is not set
627# CONFIG_QLA3XXX is not set
493 628
494# 629#
495# Ethernet (10000 Mbit) 630# Ethernet (10000 Mbit)
496# 631#
632# CONFIG_CHELSIO_T1 is not set
497# CONFIG_IXGB is not set 633# CONFIG_IXGB is not set
498# CONFIG_S2IO is not set 634# CONFIG_S2IO is not set
635# CONFIG_MYRI10GE is not set
499 636
500# 637#
501# Token Ring devices 638# Token Ring devices
@@ -518,6 +655,8 @@ CONFIG_8139CP=y
518# CONFIG_NET_FC is not set 655# CONFIG_NET_FC is not set
519# CONFIG_SHAPER is not set 656# CONFIG_SHAPER is not set
520# CONFIG_NETCONSOLE is not set 657# CONFIG_NETCONSOLE is not set
658# CONFIG_NETPOLL is not set
659# CONFIG_NET_POLL_CONTROLLER is not set
521 660
522# 661#
523# ISDN subsystem 662# ISDN subsystem
@@ -533,6 +672,7 @@ CONFIG_8139CP=y
533# Input device support 672# Input device support
534# 673#
535CONFIG_INPUT=y 674CONFIG_INPUT=y
675# CONFIG_INPUT_FF_MEMLESS is not set
536 676
537# 677#
538# Userland interfaces 678# Userland interfaces
@@ -547,14 +687,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
547# CONFIG_INPUT_EVBUG is not set 687# CONFIG_INPUT_EVBUG is not set
548 688
549# 689#
550# Input I/O drivers
551#
552# CONFIG_GAMEPORT is not set
553CONFIG_SOUND_GAMEPORT=y
554# CONFIG_SERIO is not set
555# CONFIG_SERIO_I8042 is not set
556
557#
558# Input Device Drivers 690# Input Device Drivers
559# 691#
560# CONFIG_INPUT_KEYBOARD is not set 692# CONFIG_INPUT_KEYBOARD is not set
@@ -564,27 +696,38 @@ CONFIG_SOUND_GAMEPORT=y
564# CONFIG_INPUT_MISC is not set 696# CONFIG_INPUT_MISC is not set
565 697
566# 698#
699# Hardware I/O ports
700#
701# CONFIG_SERIO is not set
702# CONFIG_GAMEPORT is not set
703
704#
567# Character devices 705# Character devices
568# 706#
569CONFIG_VT=y 707CONFIG_VT=y
570CONFIG_VT_CONSOLE=y 708CONFIG_VT_CONSOLE=y
571CONFIG_HW_CONSOLE=y 709CONFIG_HW_CONSOLE=y
710# CONFIG_VT_HW_CONSOLE_BINDING is not set
572# CONFIG_SERIAL_NONSTANDARD is not set 711# CONFIG_SERIAL_NONSTANDARD is not set
573 712
574# 713#
575# Serial drivers 714# Serial drivers
576# 715#
577CONFIG_SERIAL_8250=m 716CONFIG_SERIAL_8250=m
717CONFIG_SERIAL_8250_PCI=m
578CONFIG_SERIAL_8250_NR_UARTS=4 718CONFIG_SERIAL_8250_NR_UARTS=4
719CONFIG_SERIAL_8250_RUNTIME_UARTS=4
579# CONFIG_SERIAL_8250_EXTENDED is not set 720# CONFIG_SERIAL_8250_EXTENDED is not set
580 721
581# 722#
582# Non-8250 serial port support 723# Non-8250 serial port support
583# 724#
584CONFIG_SERIAL_SH_SCI=y 725CONFIG_SERIAL_SH_SCI=y
726CONFIG_SERIAL_SH_SCI_NR_UARTS=2
585CONFIG_SERIAL_SH_SCI_CONSOLE=y 727CONFIG_SERIAL_SH_SCI_CONSOLE=y
586CONFIG_SERIAL_CORE=y 728CONFIG_SERIAL_CORE=y
587CONFIG_SERIAL_CORE_CONSOLE=y 729CONFIG_SERIAL_CORE_CONSOLE=y
730# CONFIG_SERIAL_JSM is not set
588CONFIG_UNIX98_PTYS=y 731CONFIG_UNIX98_PTYS=y
589CONFIG_LEGACY_PTYS=y 732CONFIG_LEGACY_PTYS=y
590CONFIG_LEGACY_PTY_COUNT=256 733CONFIG_LEGACY_PTY_COUNT=256
@@ -605,14 +748,14 @@ CONFIG_WATCHDOG=y
605# 748#
606# CONFIG_SOFT_WATCHDOG is not set 749# CONFIG_SOFT_WATCHDOG is not set
607CONFIG_SH_WDT=m 750CONFIG_SH_WDT=m
751# CONFIG_SH_WDT_MMAP is not set
608 752
609# 753#
610# PCI-based Watchdog Cards 754# PCI-based Watchdog Cards
611# 755#
612# CONFIG_PCIPCWATCHDOG is not set 756# CONFIG_PCIPCWATCHDOG is not set
613# CONFIG_WDTPCI is not set 757# CONFIG_WDTPCI is not set
614# CONFIG_RTC is not set 758CONFIG_HW_RANDOM=y
615CONFIG_SH03_RTC=y
616# CONFIG_GEN_RTC is not set 759# CONFIG_GEN_RTC is not set
617# CONFIG_DTLK is not set 760# CONFIG_DTLK is not set
618# CONFIG_R3964 is not set 761# CONFIG_R3964 is not set
@@ -625,14 +768,35 @@ CONFIG_SH03_RTC=y
625# CONFIG_RAW_DRIVER is not set 768# CONFIG_RAW_DRIVER is not set
626 769
627# 770#
771# TPM devices
772#
773# CONFIG_TCG_TPM is not set
774# CONFIG_TELCLOCK is not set
775
776#
628# I2C support 777# I2C support
629# 778#
630# CONFIG_I2C is not set 779# CONFIG_I2C is not set
631 780
632# 781#
782# SPI support
783#
784# CONFIG_SPI is not set
785# CONFIG_SPI_MASTER is not set
786
787#
633# Dallas's 1-wire bus 788# Dallas's 1-wire bus
634# 789#
635# CONFIG_W1 is not set 790
791#
792# Hardware Monitoring support
793#
794CONFIG_HWMON=y
795# CONFIG_HWMON_VID is not set
796# CONFIG_SENSORS_ABITUGURU is not set
797# CONFIG_SENSORS_F71805F is not set
798# CONFIG_SENSORS_VT1211 is not set
799# CONFIG_HWMON_DEBUG_CHIP is not set
636 800
637# 801#
638# Misc devices 802# Misc devices
@@ -642,6 +806,7 @@ CONFIG_SH03_RTC=y
642# Multimedia devices 806# Multimedia devices
643# 807#
644# CONFIG_VIDEO_DEV is not set 808# CONFIG_VIDEO_DEV is not set
809CONFIG_VIDEO_V4L2=y
645 810
646# 811#
647# Digital Video Broadcasting Devices 812# Digital Video Broadcasting Devices
@@ -651,13 +816,14 @@ CONFIG_SH03_RTC=y
651# 816#
652# Graphics support 817# Graphics support
653# 818#
819CONFIG_FIRMWARE_EDID=y
654# CONFIG_FB is not set 820# CONFIG_FB is not set
655 821
656# 822#
657# Console display driver support 823# Console display driver support
658# 824#
659# CONFIG_VGA_CONSOLE is not set
660CONFIG_DUMMY_CONSOLE=y 825CONFIG_DUMMY_CONSOLE=y
826# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
661 827
662# 828#
663# Sound 829# Sound
@@ -667,12 +833,13 @@ CONFIG_DUMMY_CONSOLE=y
667# 833#
668# USB support 834# USB support
669# 835#
670# CONFIG_USB is not set
671CONFIG_USB_ARCH_HAS_HCD=y 836CONFIG_USB_ARCH_HAS_HCD=y
672CONFIG_USB_ARCH_HAS_OHCI=y 837CONFIG_USB_ARCH_HAS_OHCI=y
838CONFIG_USB_ARCH_HAS_EHCI=y
839# CONFIG_USB is not set
673 840
674# 841#
675# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 842# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
676# 843#
677 844
678# 845#
@@ -686,17 +853,53 @@ CONFIG_USB_ARCH_HAS_OHCI=y
686# CONFIG_MMC is not set 853# CONFIG_MMC is not set
687 854
688# 855#
856# LED devices
857#
858# CONFIG_NEW_LEDS is not set
859
860#
861# LED drivers
862#
863
864#
865# LED Triggers
866#
867
868#
689# InfiniBand support 869# InfiniBand support
690# 870#
691# CONFIG_INFINIBAND is not set 871# CONFIG_INFINIBAND is not set
692 872
693# 873#
874# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
875#
876
877#
878# Real Time Clock
879#
880# CONFIG_RTC_CLASS is not set
881
882#
883# DMA Engine support
884#
885# CONFIG_DMA_ENGINE is not set
886
887#
888# DMA Clients
889#
890
891#
892# DMA Devices
893#
894
895#
694# File systems 896# File systems
695# 897#
696CONFIG_EXT2_FS=y 898CONFIG_EXT2_FS=y
697CONFIG_EXT2_FS_XATTR=y 899CONFIG_EXT2_FS_XATTR=y
698# CONFIG_EXT2_FS_POSIX_ACL is not set 900# CONFIG_EXT2_FS_POSIX_ACL is not set
699# CONFIG_EXT2_FS_SECURITY is not set 901# CONFIG_EXT2_FS_SECURITY is not set
902# CONFIG_EXT2_FS_XIP is not set
700CONFIG_EXT3_FS=y 903CONFIG_EXT3_FS=y
701CONFIG_EXT3_FS_XATTR=y 904CONFIG_EXT3_FS_XATTR=y
702CONFIG_EXT3_FS_POSIX_ACL=y 905CONFIG_EXT3_FS_POSIX_ACL=y
@@ -707,17 +910,17 @@ CONFIG_FS_MBCACHE=y
707# CONFIG_REISERFS_FS is not set 910# CONFIG_REISERFS_FS is not set
708# CONFIG_JFS_FS is not set 911# CONFIG_JFS_FS is not set
709CONFIG_FS_POSIX_ACL=y 912CONFIG_FS_POSIX_ACL=y
710
711#
712# XFS support
713#
714# CONFIG_XFS_FS is not set 913# CONFIG_XFS_FS is not set
914# CONFIG_OCFS2_FS is not set
715# CONFIG_MINIX_FS is not set 915# CONFIG_MINIX_FS is not set
716# CONFIG_ROMFS_FS is not set 916# CONFIG_ROMFS_FS is not set
917CONFIG_INOTIFY=y
918CONFIG_INOTIFY_USER=y
717# CONFIG_QUOTA is not set 919# CONFIG_QUOTA is not set
718CONFIG_DNOTIFY=y 920CONFIG_DNOTIFY=y
719CONFIG_AUTOFS_FS=y 921CONFIG_AUTOFS_FS=y
720CONFIG_AUTOFS4_FS=y 922CONFIG_AUTOFS4_FS=y
923# CONFIG_FUSE_FS is not set
721 924
722# 925#
723# CD-ROM/DVD Filesystems 926# CD-ROM/DVD Filesystems
@@ -744,14 +947,14 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
744# 947#
745CONFIG_PROC_FS=y 948CONFIG_PROC_FS=y
746CONFIG_PROC_KCORE=y 949CONFIG_PROC_KCORE=y
950CONFIG_PROC_SYSCTL=y
747CONFIG_SYSFS=y 951CONFIG_SYSFS=y
748# CONFIG_DEVFS_FS is not set
749# CONFIG_DEVPTS_FS_XATTR is not set
750CONFIG_TMPFS=y 952CONFIG_TMPFS=y
751# CONFIG_TMPFS_XATTR is not set 953# CONFIG_TMPFS_POSIX_ACL is not set
752# CONFIG_HUGETLBFS is not set 954# CONFIG_HUGETLBFS is not set
753# CONFIG_HUGETLB_PAGE is not set 955# CONFIG_HUGETLB_PAGE is not set
754CONFIG_RAMFS=y 956CONFIG_RAMFS=y
957# CONFIG_CONFIGFS_FS is not set
755 958
756# 959#
757# Miscellaneous filesystems 960# Miscellaneous filesystems
@@ -775,16 +978,19 @@ CONFIG_RAMFS=y
775# 978#
776CONFIG_NFS_FS=y 979CONFIG_NFS_FS=y
777CONFIG_NFS_V3=y 980CONFIG_NFS_V3=y
981# CONFIG_NFS_V3_ACL is not set
778CONFIG_NFS_V4=y 982CONFIG_NFS_V4=y
779# CONFIG_NFS_DIRECTIO is not set 983# CONFIG_NFS_DIRECTIO is not set
780CONFIG_NFSD=y 984CONFIG_NFSD=y
781CONFIG_NFSD_V3=y 985CONFIG_NFSD_V3=y
986# CONFIG_NFSD_V3_ACL is not set
782# CONFIG_NFSD_V4 is not set 987# CONFIG_NFSD_V4 is not set
783CONFIG_NFSD_TCP=y 988CONFIG_NFSD_TCP=y
784CONFIG_ROOT_NFS=y 989CONFIG_ROOT_NFS=y
785CONFIG_LOCKD=y 990CONFIG_LOCKD=y
786CONFIG_LOCKD_V4=y 991CONFIG_LOCKD_V4=y
787CONFIG_EXPORTFS=y 992CONFIG_EXPORTFS=y
993CONFIG_NFS_COMMON=y
788CONFIG_SUNRPC=y 994CONFIG_SUNRPC=y
789CONFIG_SUNRPC_GSS=y 995CONFIG_SUNRPC_GSS=y
790CONFIG_RPCSEC_GSS_KRB5=y 996CONFIG_RPCSEC_GSS_KRB5=y
@@ -794,6 +1000,7 @@ CONFIG_RPCSEC_GSS_KRB5=y
794# CONFIG_NCP_FS is not set 1000# CONFIG_NCP_FS is not set
795# CONFIG_CODA_FS is not set 1001# CONFIG_CODA_FS is not set
796# CONFIG_AFS_FS is not set 1002# CONFIG_AFS_FS is not set
1003# CONFIG_9P_FS is not set
797 1004
798# 1005#
799# Partition Types 1006# Partition Types
@@ -813,6 +1020,7 @@ CONFIG_MSDOS_PARTITION=y
813# CONFIG_SGI_PARTITION is not set 1020# CONFIG_SGI_PARTITION is not set
814# CONFIG_ULTRIX_PARTITION is not set 1021# CONFIG_ULTRIX_PARTITION is not set
815# CONFIG_SUN_PARTITION is not set 1022# CONFIG_SUN_PARTITION is not set
1023# CONFIG_KARMA_PARTITION is not set
816# CONFIG_EFI_PARTITION is not set 1024# CONFIG_EFI_PARTITION is not set
817 1025
818# 1026#
@@ -868,9 +1076,14 @@ CONFIG_OPROFILE=m
868# 1076#
869# Kernel hacking 1077# Kernel hacking
870# 1078#
1079# CONFIG_PRINTK_TIME is not set
1080CONFIG_ENABLE_MUST_CHECK=y
1081# CONFIG_MAGIC_SYSRQ is not set
1082# CONFIG_UNUSED_SYMBOLS is not set
871# CONFIG_DEBUG_KERNEL is not set 1083# CONFIG_DEBUG_KERNEL is not set
872CONFIG_DEBUG_PREEMPT=y 1084CONFIG_LOG_BUF_SHIFT=14
873# CONFIG_FRAME_POINTER is not set 1085# CONFIG_DEBUG_BUGVERBOSE is not set
1086# CONFIG_DEBUG_FS is not set
874CONFIG_SH_STANDARD_BIOS=y 1087CONFIG_SH_STANDARD_BIOS=y
875# CONFIG_EARLY_SCIF_CONSOLE is not set 1088# CONFIG_EARLY_SCIF_CONSOLE is not set
876# CONFIG_EARLY_PRINTK is not set 1089# CONFIG_EARLY_PRINTK is not set
@@ -886,6 +1099,10 @@ CONFIG_SH_STANDARD_BIOS=y
886# Cryptographic options 1099# Cryptographic options
887# 1100#
888CONFIG_CRYPTO=y 1101CONFIG_CRYPTO=y
1102CONFIG_CRYPTO_ALGAPI=y
1103CONFIG_CRYPTO_BLKCIPHER=m
1104CONFIG_CRYPTO_HASH=y
1105CONFIG_CRYPTO_MANAGER=m
889CONFIG_CRYPTO_HMAC=y 1106CONFIG_CRYPTO_HMAC=y
890# CONFIG_CRYPTO_NULL is not set 1107# CONFIG_CRYPTO_NULL is not set
891# CONFIG_CRYPTO_MD4 is not set 1108# CONFIG_CRYPTO_MD4 is not set
@@ -894,6 +1111,9 @@ CONFIG_CRYPTO_SHA1=y
894# CONFIG_CRYPTO_SHA256 is not set 1111# CONFIG_CRYPTO_SHA256 is not set
895# CONFIG_CRYPTO_SHA512 is not set 1112# CONFIG_CRYPTO_SHA512 is not set
896# CONFIG_CRYPTO_WP512 is not set 1113# CONFIG_CRYPTO_WP512 is not set
1114# CONFIG_CRYPTO_TGR192 is not set
1115CONFIG_CRYPTO_ECB=m
1116CONFIG_CRYPTO_CBC=m
897CONFIG_CRYPTO_DES=y 1117CONFIG_CRYPTO_DES=y
898# CONFIG_CRYPTO_BLOWFISH is not set 1118# CONFIG_CRYPTO_BLOWFISH is not set
899# CONFIG_CRYPTO_TWOFISH is not set 1119# CONFIG_CRYPTO_TWOFISH is not set
@@ -918,7 +1138,9 @@ CONFIG_CRYPTO_DEFLATE=y
918# Library routines 1138# Library routines
919# 1139#
920CONFIG_CRC_CCITT=y 1140CONFIG_CRC_CCITT=y
1141# CONFIG_CRC16 is not set
921CONFIG_CRC32=y 1142CONFIG_CRC32=y
922# CONFIG_LIBCRC32C is not set 1143# CONFIG_LIBCRC32C is not set
923CONFIG_ZLIB_INFLATE=y 1144CONFIG_ZLIB_INFLATE=y
924CONFIG_ZLIB_DEFLATE=y 1145CONFIG_ZLIB_DEFLATE=y
1146CONFIG_PLIST=y
diff --git a/arch/sh/configs/sh7710voipgw_defconfig b/arch/sh/configs/sh7710voipgw_defconfig
index ec9a3034daa5..9380c321169a 100644
--- a/arch/sh/configs/sh7710voipgw_defconfig
+++ b/arch/sh/configs/sh7710voipgw_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.17 3# Linux kernel version: 2.6.18
4# Mon Aug 7 17:07:06 2006 4# Tue Oct 3 12:48:56 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
@@ -10,6 +10,7 @@ CONFIG_GENERIC_HWEIGHT=y
10CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13 14
14# 15#
15# Code maturity level options 16# Code maturity level options
@@ -25,16 +26,20 @@ CONFIG_LOCALVERSION=""
25CONFIG_LOCALVERSION_AUTO=y 26CONFIG_LOCALVERSION_AUTO=y
26# CONFIG_SWAP is not set 27# CONFIG_SWAP is not set
27CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_IPC_NS is not set
28CONFIG_POSIX_MQUEUE=y 30CONFIG_POSIX_MQUEUE=y
29# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
30CONFIG_SYSCTL=y 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
31# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
32# CONFIG_IKCONFIG is not set 35# CONFIG_IKCONFIG is not set
33# CONFIG_RELAY is not set 36# CONFIG_RELAY is not set
34CONFIG_INITRAMFS_SOURCE="" 37CONFIG_INITRAMFS_SOURCE=""
35CONFIG_UID16=y
36CONFIG_CC_OPTIMIZE_FOR_SIZE=y 38CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39CONFIG_SYSCTL=y
37CONFIG_EMBEDDED=y 40CONFIG_EMBEDDED=y
41CONFIG_UID16=y
42# CONFIG_SYSCTL_SYSCALL is not set
38CONFIG_KALLSYMS=y 43CONFIG_KALLSYMS=y
39# CONFIG_KALLSYMS_EXTRA_PASS is not set 44# CONFIG_KALLSYMS_EXTRA_PASS is not set
40CONFIG_HOTPLUG=y 45CONFIG_HOTPLUG=y
@@ -46,10 +51,10 @@ CONFIG_BASE_FULL=y
46# CONFIG_EPOLL is not set 51# CONFIG_EPOLL is not set
47# CONFIG_SHMEM is not set 52# CONFIG_SHMEM is not set
48CONFIG_SLAB=y 53CONFIG_SLAB=y
54CONFIG_VM_EVENT_COUNTERS=y
49CONFIG_TINY_SHMEM=y 55CONFIG_TINY_SHMEM=y
50CONFIG_BASE_SMALL=0 56CONFIG_BASE_SMALL=0
51# CONFIG_SLOB is not set 57# CONFIG_SLOB is not set
52CONFIG_OBSOLETE_INTERMODULE=y
53 58
54# 59#
55# Loadable module support 60# Loadable module support
@@ -64,6 +69,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
64# 69#
65# Block layer 70# Block layer
66# 71#
72CONFIG_BLOCK=y
67# CONFIG_LBD is not set 73# CONFIG_LBD is not set
68# CONFIG_BLK_DEV_IO_TRACE is not set 74# CONFIG_BLK_DEV_IO_TRACE is not set
69# CONFIG_LSF is not set 75# CONFIG_LSF is not set
@@ -87,6 +93,7 @@ CONFIG_DEFAULT_IOSCHED="deadline"
87# CONFIG_SH_SOLUTION_ENGINE is not set 93# CONFIG_SH_SOLUTION_ENGINE is not set
88# CONFIG_SH_7751_SOLUTION_ENGINE is not set 94# CONFIG_SH_7751_SOLUTION_ENGINE is not set
89# CONFIG_SH_7300_SOLUTION_ENGINE is not set 95# CONFIG_SH_7300_SOLUTION_ENGINE is not set
96# CONFIG_SH_7343_SOLUTION_ENGINE is not set
90# CONFIG_SH_73180_SOLUTION_ENGINE is not set 97# CONFIG_SH_73180_SOLUTION_ENGINE is not set
91# CONFIG_SH_7751_SYSTEMH is not set 98# CONFIG_SH_7751_SYSTEMH is not set
92# CONFIG_SH_HP6XX is not set 99# CONFIG_SH_HP6XX is not set
@@ -150,17 +157,23 @@ CONFIG_CPU_SUBTYPE_SH7710=y
150# 157#
151# SH-4A Processor Support 158# SH-4A Processor Support
152# 159#
153# CONFIG_CPU_SUBTYPE_SH73180 is not set
154# CONFIG_CPU_SUBTYPE_SH7770 is not set 160# CONFIG_CPU_SUBTYPE_SH7770 is not set
155# CONFIG_CPU_SUBTYPE_SH7780 is not set 161# CONFIG_CPU_SUBTYPE_SH7780 is not set
156 162
157# 163#
164# SH4AL-DSP Processor Support
165#
166# CONFIG_CPU_SUBTYPE_SH73180 is not set
167# CONFIG_CPU_SUBTYPE_SH7343 is not set
168
169#
158# Memory management options 170# Memory management options
159# 171#
160CONFIG_MMU=y 172CONFIG_MMU=y
161CONFIG_PAGE_OFFSET=0x80000000 173CONFIG_PAGE_OFFSET=0x80000000
162CONFIG_MEMORY_START=0x0c000000 174CONFIG_MEMORY_START=0x0c000000
163CONFIG_MEMORY_SIZE=0x00800000 175CONFIG_MEMORY_SIZE=0x00800000
176CONFIG_VSYSCALL=y
164CONFIG_SELECT_MEMORY_MODEL=y 177CONFIG_SELECT_MEMORY_MODEL=y
165CONFIG_FLATMEM_MANUAL=y 178CONFIG_FLATMEM_MANUAL=y
166# CONFIG_DISCONTIGMEM_MANUAL is not set 179# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -169,6 +182,7 @@ CONFIG_FLATMEM=y
169CONFIG_FLAT_NODE_MEM_MAP=y 182CONFIG_FLAT_NODE_MEM_MAP=y
170# CONFIG_SPARSEMEM_STATIC is not set 183# CONFIG_SPARSEMEM_STATIC is not set
171CONFIG_SPLIT_PTLOCK_CPUS=4 184CONFIG_SPLIT_PTLOCK_CPUS=4
185# CONFIG_RESOURCES_64BIT is not set
172 186
173# 187#
174# Cache configuration 188# Cache configuration
@@ -216,10 +230,10 @@ CONFIG_HZ_250=y
216# CONFIG_HZ_1000 is not set 230# CONFIG_HZ_1000 is not set
217CONFIG_HZ=250 231CONFIG_HZ=250
218# CONFIG_KEXEC is not set 232# CONFIG_KEXEC is not set
219# CONFIG_PREEMPT is not set
220# CONFIG_SMP is not set 233# CONFIG_SMP is not set
221CONFIG_PREEMPT_NONE=y 234CONFIG_PREEMPT_NONE=y
222# CONFIG_PREEMPT_VOLUNTARY is not set 235# CONFIG_PREEMPT_VOLUNTARY is not set
236# CONFIG_PREEMPT is not set
223 237
224# 238#
225# Boot options 239# Boot options
@@ -267,6 +281,9 @@ CONFIG_NET=y
267CONFIG_PACKET=y 281CONFIG_PACKET=y
268# CONFIG_PACKET_MMAP is not set 282# CONFIG_PACKET_MMAP is not set
269CONFIG_UNIX=y 283CONFIG_UNIX=y
284CONFIG_XFRM=y
285# CONFIG_XFRM_USER is not set
286# CONFIG_XFRM_SUB_POLICY is not set
270# CONFIG_NET_KEY is not set 287# CONFIG_NET_KEY is not set
271CONFIG_INET=y 288CONFIG_INET=y
272# CONFIG_IP_MULTICAST is not set 289# CONFIG_IP_MULTICAST is not set
@@ -282,9 +299,12 @@ CONFIG_SYN_COOKIES=y
282# CONFIG_INET_IPCOMP is not set 299# CONFIG_INET_IPCOMP is not set
283# CONFIG_INET_XFRM_TUNNEL is not set 300# CONFIG_INET_XFRM_TUNNEL is not set
284# CONFIG_INET_TUNNEL is not set 301# CONFIG_INET_TUNNEL is not set
302CONFIG_INET_XFRM_MODE_TRANSPORT=y
303CONFIG_INET_XFRM_MODE_TUNNEL=y
285# CONFIG_INET_DIAG is not set 304# CONFIG_INET_DIAG is not set
286# CONFIG_TCP_CONG_ADVANCED is not set 305# CONFIG_TCP_CONG_ADVANCED is not set
287CONFIG_TCP_CONG_BIC=y 306CONFIG_TCP_CONG_CUBIC=y
307CONFIG_DEFAULT_TCP_CONG="cubic"
288 308
289# 309#
290# IP: Virtual Server Configuration 310# IP: Virtual Server Configuration
@@ -293,6 +313,7 @@ CONFIG_TCP_CONG_BIC=y
293# CONFIG_IPV6 is not set 313# CONFIG_IPV6 is not set
294# CONFIG_INET6_XFRM_TUNNEL is not set 314# CONFIG_INET6_XFRM_TUNNEL is not set
295# CONFIG_INET6_TUNNEL is not set 315# CONFIG_INET6_TUNNEL is not set
316# CONFIG_NETWORK_SECMARK is not set
296CONFIG_NETFILTER=y 317CONFIG_NETFILTER=y
297# CONFIG_NETFILTER_DEBUG is not set 318# CONFIG_NETFILTER_DEBUG is not set
298 319
@@ -317,6 +338,7 @@ CONFIG_IP_NF_FTP=m
317# CONFIG_IP_NF_AMANDA is not set 338# CONFIG_IP_NF_AMANDA is not set
318CONFIG_IP_NF_PPTP=m 339CONFIG_IP_NF_PPTP=m
319# CONFIG_IP_NF_H323 is not set 340# CONFIG_IP_NF_H323 is not set
341# CONFIG_IP_NF_SIP is not set
320# CONFIG_IP_NF_QUEUE is not set 342# CONFIG_IP_NF_QUEUE is not set
321 343
322# 344#
@@ -342,7 +364,6 @@ CONFIG_IP_NF_PPTP=m
342# CONFIG_ATALK is not set 364# CONFIG_ATALK is not set
343# CONFIG_X25 is not set 365# CONFIG_X25 is not set
344# CONFIG_LAPB is not set 366# CONFIG_LAPB is not set
345# CONFIG_NET_DIVERT is not set
346# CONFIG_ECONET is not set 367# CONFIG_ECONET is not set
347# CONFIG_WAN_ROUTER is not set 368# CONFIG_WAN_ROUTER is not set
348 369
@@ -409,6 +430,7 @@ CONFIG_NET_ESTIMATOR=y
409CONFIG_STANDALONE=y 430CONFIG_STANDALONE=y
410CONFIG_PREVENT_FIRMWARE_BUILD=y 431CONFIG_PREVENT_FIRMWARE_BUILD=y
411CONFIG_FW_LOADER=y 432CONFIG_FW_LOADER=y
433# CONFIG_SYS_HYPERVISOR is not set
412 434
413# 435#
414# Connector - unified userspace <-> kernelspace linker 436# Connector - unified userspace <-> kernelspace linker
@@ -434,6 +456,7 @@ CONFIG_MTD_BLOCK=y
434# CONFIG_NFTL is not set 456# CONFIG_NFTL is not set
435# CONFIG_INFTL is not set 457# CONFIG_INFTL is not set
436# CONFIG_RFD_FTL is not set 458# CONFIG_RFD_FTL is not set
459# CONFIG_SSFDC is not set
437 460
438# 461#
439# RAM/ROM/Flash chip drivers 462# RAM/ROM/Flash chip drivers
@@ -466,8 +489,6 @@ CONFIG_MTD_RAM=y
466# 489#
467# CONFIG_MTD_COMPLEX_MAPPINGS is not set 490# CONFIG_MTD_COMPLEX_MAPPINGS is not set
468# CONFIG_MTD_PHYSMAP is not set 491# CONFIG_MTD_PHYSMAP is not set
469# CONFIG_MTD_SOLUTIONENGINE is not set
470CONFIG_MTD_SH7710VOIPGW=y
471# CONFIG_MTD_PLATRAM is not set 492# CONFIG_MTD_PLATRAM is not set
472 493
473# 494#
@@ -525,6 +546,12 @@ CONFIG_MTD_SH7710VOIPGW=y
525# 546#
526# CONFIG_RAID_ATTRS is not set 547# CONFIG_RAID_ATTRS is not set
527# CONFIG_SCSI is not set 548# CONFIG_SCSI is not set
549# CONFIG_SCSI_NETLINK is not set
550
551#
552# Serial ATA (prod) and Parallel ATA (experimental) drivers
553#
554# CONFIG_ATA is not set
528 555
529# 556#
530# Multi-device support (RAID and LVM) 557# Multi-device support (RAID and LVM)
@@ -565,7 +592,6 @@ CONFIG_NET_ETHERNET=y
565# CONFIG_MII is not set 592# CONFIG_MII is not set
566# CONFIG_STNIC is not set 593# CONFIG_STNIC is not set
567# CONFIG_SMC91X is not set 594# CONFIG_SMC91X is not set
568# CONFIG_NE2000 is not set
569 595
570# 596#
571# Ethernet (1000 Mbit) 597# Ethernet (1000 Mbit)
@@ -610,6 +636,7 @@ CONFIG_PHONE=y
610# Input device support 636# Input device support
611# 637#
612CONFIG_INPUT=y 638CONFIG_INPUT=y
639# CONFIG_INPUT_FF_MEMLESS is not set
613 640
614# 641#
615# Userland interfaces 642# Userland interfaces
@@ -667,7 +694,7 @@ CONFIG_LEGACY_PTY_COUNT=256
667# Watchdog Cards 694# Watchdog Cards
668# 695#
669# CONFIG_WATCHDOG is not set 696# CONFIG_WATCHDOG is not set
670# CONFIG_RTC is not set 697CONFIG_HW_RANDOM=y
671# CONFIG_GEN_RTC is not set 698# CONFIG_GEN_RTC is not set
672# CONFIG_DTLK is not set 699# CONFIG_DTLK is not set
673# CONFIG_R3964 is not set 700# CONFIG_R3964 is not set
@@ -697,7 +724,6 @@ CONFIG_LEGACY_PTY_COUNT=256
697# 724#
698# Dallas's 1-wire bus 725# Dallas's 1-wire bus
699# 726#
700# CONFIG_W1 is not set
701 727
702# 728#
703# Hardware Monitoring support 729# Hardware Monitoring support
@@ -723,7 +749,9 @@ CONFIG_VIDEO_V4L2=y
723# 749#
724# Graphics support 750# Graphics support
725# 751#
752CONFIG_FIRMWARE_EDID=y
726# CONFIG_FB is not set 753# CONFIG_FB is not set
754# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
727 755
728# 756#
729# Sound 757# Sound
@@ -778,6 +806,19 @@ CONFIG_VIDEO_V4L2=y
778# CONFIG_RTC_CLASS is not set 806# CONFIG_RTC_CLASS is not set
779 807
780# 808#
809# DMA Engine support
810#
811# CONFIG_DMA_ENGINE is not set
812
813#
814# DMA Clients
815#
816
817#
818# DMA Devices
819#
820
821#
781# File systems 822# File systems
782# 823#
783# CONFIG_EXT2_FS is not set 824# CONFIG_EXT2_FS is not set
@@ -814,8 +855,10 @@ CONFIG_VIDEO_V4L2=y
814# 855#
815CONFIG_PROC_FS=y 856CONFIG_PROC_FS=y
816# CONFIG_PROC_KCORE is not set 857# CONFIG_PROC_KCORE is not set
858CONFIG_PROC_SYSCTL=y
817CONFIG_SYSFS=y 859CONFIG_SYSFS=y
818CONFIG_TMPFS=y 860CONFIG_TMPFS=y
861# CONFIG_TMPFS_POSIX_ACL is not set
819# CONFIG_HUGETLBFS is not set 862# CONFIG_HUGETLBFS is not set
820# CONFIG_HUGETLB_PAGE is not set 863# CONFIG_HUGETLB_PAGE is not set
821CONFIG_RAMFS=y 864CONFIG_RAMFS=y
@@ -836,6 +879,7 @@ CONFIG_JFFS2_FS=y
836CONFIG_JFFS2_FS_DEBUG=0 879CONFIG_JFFS2_FS_DEBUG=0
837CONFIG_JFFS2_FS_WRITEBUFFER=y 880CONFIG_JFFS2_FS_WRITEBUFFER=y
838# CONFIG_JFFS2_SUMMARY is not set 881# CONFIG_JFFS2_SUMMARY is not set
882# CONFIG_JFFS2_FS_XATTR is not set
839# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 883# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
840CONFIG_JFFS2_ZLIB=y 884CONFIG_JFFS2_ZLIB=y
841CONFIG_JFFS2_RTIME=y 885CONFIG_JFFS2_RTIME=y
@@ -879,7 +923,9 @@ CONFIG_MSDOS_PARTITION=y
879# Kernel hacking 923# Kernel hacking
880# 924#
881# CONFIG_PRINTK_TIME is not set 925# CONFIG_PRINTK_TIME is not set
926CONFIG_ENABLE_MUST_CHECK=y
882# CONFIG_MAGIC_SYSRQ is not set 927# CONFIG_MAGIC_SYSRQ is not set
928# CONFIG_UNUSED_SYMBOLS is not set
883# CONFIG_DEBUG_KERNEL is not set 929# CONFIG_DEBUG_KERNEL is not set
884CONFIG_LOG_BUF_SHIFT=14 930CONFIG_LOG_BUF_SHIFT=14
885# CONFIG_DEBUG_BUGVERBOSE is not set 931# CONFIG_DEBUG_BUGVERBOSE is not set
@@ -899,10 +945,6 @@ CONFIG_LOG_BUF_SHIFT=14
899# CONFIG_CRYPTO is not set 945# CONFIG_CRYPTO is not set
900 946
901# 947#
902# Hardware crypto devices
903#
904
905#
906# Library routines 948# Library routines
907# 949#
908# CONFIG_CRC_CCITT is not set 950# CONFIG_CRC_CCITT is not set
diff --git a/arch/sh/configs/shmin_defconfig b/arch/sh/configs/shmin_defconfig
index 382b3bd3963b..8800fefcbaf0 100644
--- a/arch/sh/configs/shmin_defconfig
+++ b/arch/sh/configs/shmin_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.17 3# Linux kernel version: 2.6.18
4# Wed Aug 2 01:45:03 2006 4# Tue Oct 3 12:52:49 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
@@ -10,7 +10,7 @@ CONFIG_GENERIC_HWEIGHT=y
10CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_PTRACE=y 13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14 14
15# 15#
16# Code maturity level options 16# Code maturity level options
@@ -28,14 +28,17 @@ CONFIG_LOCALVERSION_AUTO=y
28# CONFIG_SYSVIPC is not set 28# CONFIG_SYSVIPC is not set
29# CONFIG_POSIX_MQUEUE is not set 29# CONFIG_POSIX_MQUEUE is not set
30# CONFIG_BSD_PROCESS_ACCT is not set 30# CONFIG_BSD_PROCESS_ACCT is not set
31# CONFIG_SYSCTL is not set 31# CONFIG_TASKSTATS is not set
32# CONFIG_UTS_NS is not set
32# CONFIG_AUDIT is not set 33# CONFIG_AUDIT is not set
33# CONFIG_IKCONFIG is not set 34# CONFIG_IKCONFIG is not set
34# CONFIG_RELAY is not set 35# CONFIG_RELAY is not set
35CONFIG_INITRAMFS_SOURCE="" 36CONFIG_INITRAMFS_SOURCE=""
36# CONFIG_UID16 is not set
37CONFIG_CC_OPTIMIZE_FOR_SIZE=y 37CONFIG_CC_OPTIMIZE_FOR_SIZE=y
38CONFIG_SYSCTL=y
38CONFIG_EMBEDDED=y 39CONFIG_EMBEDDED=y
40# CONFIG_UID16 is not set
41# CONFIG_SYSCTL_SYSCALL is not set
39# CONFIG_KALLSYMS is not set 42# CONFIG_KALLSYMS is not set
40# CONFIG_HOTPLUG is not set 43# CONFIG_HOTPLUG is not set
41CONFIG_PRINTK=y 44CONFIG_PRINTK=y
@@ -46,10 +49,10 @@ CONFIG_PRINTK=y
46# CONFIG_EPOLL is not set 49# CONFIG_EPOLL is not set
47# CONFIG_SHMEM is not set 50# CONFIG_SHMEM is not set
48# CONFIG_SLAB is not set 51# CONFIG_SLAB is not set
52CONFIG_VM_EVENT_COUNTERS=y
49CONFIG_TINY_SHMEM=y 53CONFIG_TINY_SHMEM=y
50CONFIG_BASE_SMALL=1 54CONFIG_BASE_SMALL=1
51CONFIG_SLOB=y 55CONFIG_SLOB=y
52CONFIG_OBSOLETE_INTERMODULE=y
53 56
54# 57#
55# Loadable module support 58# Loadable module support
@@ -59,6 +62,7 @@ CONFIG_OBSOLETE_INTERMODULE=y
59# 62#
60# Block layer 63# Block layer
61# 64#
65CONFIG_BLOCK=y
62# CONFIG_LBD is not set 66# CONFIG_LBD is not set
63# CONFIG_LSF is not set 67# CONFIG_LSF is not set
64 68
@@ -79,27 +83,21 @@ CONFIG_DEFAULT_IOSCHED="noop"
79# System type 83# System type
80# 84#
81# CONFIG_SH_SOLUTION_ENGINE is not set 85# CONFIG_SH_SOLUTION_ENGINE is not set
82# CONFIG_SH_7709_SOLUTION_ENGINE is not set
83# CONFIG_SH_7751_SOLUTION_ENGINE is not set 86# CONFIG_SH_7751_SOLUTION_ENGINE is not set
84# CONFIG_SH_7300_SOLUTION_ENGINE is not set 87# CONFIG_SH_7300_SOLUTION_ENGINE is not set
88# CONFIG_SH_7343_SOLUTION_ENGINE is not set
85# CONFIG_SH_73180_SOLUTION_ENGINE is not set 89# CONFIG_SH_73180_SOLUTION_ENGINE is not set
86# CONFIG_SH_7751_SYSTEMH is not set 90# CONFIG_SH_7751_SYSTEMH is not set
87# CONFIG_SH_STB1_HARP is not set
88# CONFIG_SH_STB1_OVERDRIVE is not set
89# CONFIG_SH_HP6XX is not set 91# CONFIG_SH_HP6XX is not set
90# CONFIG_SH_CQREEK is not set
91# CONFIG_SH_DMIDA is not set
92# CONFIG_SH_EC3104 is not set 92# CONFIG_SH_EC3104 is not set
93# CONFIG_SH_SATURN is not set 93# CONFIG_SH_SATURN is not set
94# CONFIG_SH_DREAMCAST is not set 94# CONFIG_SH_DREAMCAST is not set
95# CONFIG_SH_CAT68701 is not set
96# CONFIG_SH_BIGSUR is not set 95# CONFIG_SH_BIGSUR is not set
97# CONFIG_SH_SH2000 is not set
98# CONFIG_SH_ADX is not set
99# CONFIG_SH_MPC1211 is not set 96# CONFIG_SH_MPC1211 is not set
100# CONFIG_SH_SH03 is not set 97# CONFIG_SH_SH03 is not set
101# CONFIG_SH_SECUREEDGE5410 is not set 98# CONFIG_SH_SECUREEDGE5410 is not set
102# CONFIG_SH_HS7751RVOIP is not set 99# CONFIG_SH_HS7751RVOIP is not set
100# CONFIG_SH_7710VOIPGW is not set
103# CONFIG_SH_RTS7751R2D is not set 101# CONFIG_SH_RTS7751R2D is not set
104# CONFIG_SH_R7780RP is not set 102# CONFIG_SH_R7780RP is not set
105# CONFIG_SH_EDOSK7705 is not set 103# CONFIG_SH_EDOSK7705 is not set
@@ -128,6 +126,7 @@ CONFIG_CPU_SUBTYPE_SH7706=y
128# CONFIG_CPU_SUBTYPE_SH7707 is not set 126# CONFIG_CPU_SUBTYPE_SH7707 is not set
129# CONFIG_CPU_SUBTYPE_SH7708 is not set 127# CONFIG_CPU_SUBTYPE_SH7708 is not set
130# CONFIG_CPU_SUBTYPE_SH7709 is not set 128# CONFIG_CPU_SUBTYPE_SH7709 is not set
129# CONFIG_CPU_SUBTYPE_SH7710 is not set
131 130
132# 131#
133# SH-4 Processor Support 132# SH-4 Processor Support
@@ -150,17 +149,23 @@ CONFIG_CPU_SUBTYPE_SH7706=y
150# 149#
151# SH-4A Processor Support 150# SH-4A Processor Support
152# 151#
153# CONFIG_CPU_SUBTYPE_SH73180 is not set
154# CONFIG_CPU_SUBTYPE_SH7770 is not set 152# CONFIG_CPU_SUBTYPE_SH7770 is not set
155# CONFIG_CPU_SUBTYPE_SH7780 is not set 153# CONFIG_CPU_SUBTYPE_SH7780 is not set
156 154
157# 155#
156# SH4AL-DSP Processor Support
157#
158# CONFIG_CPU_SUBTYPE_SH73180 is not set
159# CONFIG_CPU_SUBTYPE_SH7343 is not set
160
161#
158# Memory management options 162# Memory management options
159# 163#
160CONFIG_MMU=y 164CONFIG_MMU=y
161CONFIG_PAGE_OFFSET=0x80000000 165CONFIG_PAGE_OFFSET=0x80000000
162CONFIG_MEMORY_START=0x0c000000 166CONFIG_MEMORY_START=0x0c000000
163CONFIG_MEMORY_SIZE=0x00800000 167CONFIG_MEMORY_SIZE=0x00800000
168CONFIG_VSYSCALL=y
164CONFIG_SELECT_MEMORY_MODEL=y 169CONFIG_SELECT_MEMORY_MODEL=y
165CONFIG_FLATMEM_MANUAL=y 170CONFIG_FLATMEM_MANUAL=y
166# CONFIG_DISCONTIGMEM_MANUAL is not set 171# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -169,6 +174,7 @@ CONFIG_FLATMEM=y
169CONFIG_FLAT_NODE_MEM_MAP=y 174CONFIG_FLAT_NODE_MEM_MAP=y
170# CONFIG_SPARSEMEM_STATIC is not set 175# CONFIG_SPARSEMEM_STATIC is not set
171CONFIG_SPLIT_PTLOCK_CPUS=4 176CONFIG_SPLIT_PTLOCK_CPUS=4
177# CONFIG_RESOURCES_64BIT is not set
172 178
173# 179#
174# Cache configuration 180# Cache configuration
@@ -211,9 +217,15 @@ CONFIG_SH_PCLK_FREQ=32000000
211# 217#
212# Kernel features 218# Kernel features
213# 219#
220# CONFIG_HZ_100 is not set
221CONFIG_HZ_250=y
222# CONFIG_HZ_1000 is not set
223CONFIG_HZ=250
214# CONFIG_KEXEC is not set 224# CONFIG_KEXEC is not set
215# CONFIG_PREEMPT is not set
216# CONFIG_SMP is not set 225# CONFIG_SMP is not set
226CONFIG_PREEMPT_NONE=y
227# CONFIG_PREEMPT_VOLUNTARY is not set
228# CONFIG_PREEMPT is not set
217 229
218# 230#
219# Boot options 231# Boot options
@@ -232,7 +244,6 @@ CONFIG_CMDLINE="console=ttySC1,115200 root=1f01 mtdparts=phys_mapped_flash:64k(f
232# 244#
233# PCCARD (PCMCIA/CardBus) support 245# PCCARD (PCMCIA/CardBus) support
234# 246#
235# CONFIG_PCCARD is not set
236 247
237# 248#
238# PCI Hotplug Support 249# PCI Hotplug Support
@@ -261,6 +272,9 @@ CONFIG_NET=y
261# CONFIG_NETDEBUG is not set 272# CONFIG_NETDEBUG is not set
262# CONFIG_PACKET is not set 273# CONFIG_PACKET is not set
263CONFIG_UNIX=y 274CONFIG_UNIX=y
275CONFIG_XFRM=y
276# CONFIG_XFRM_USER is not set
277# CONFIG_XFRM_SUB_POLICY is not set
264# CONFIG_NET_KEY is not set 278# CONFIG_NET_KEY is not set
265CONFIG_INET=y 279CONFIG_INET=y
266# CONFIG_IP_MULTICAST is not set 280# CONFIG_IP_MULTICAST is not set
@@ -279,13 +293,17 @@ CONFIG_IP_PNP=y
279# CONFIG_INET_IPCOMP is not set 293# CONFIG_INET_IPCOMP is not set
280# CONFIG_INET_XFRM_TUNNEL is not set 294# CONFIG_INET_XFRM_TUNNEL is not set
281# CONFIG_INET_TUNNEL is not set 295# CONFIG_INET_TUNNEL is not set
296CONFIG_INET_XFRM_MODE_TRANSPORT=y
297CONFIG_INET_XFRM_MODE_TUNNEL=y
282CONFIG_INET_DIAG=y 298CONFIG_INET_DIAG=y
283CONFIG_INET_TCP_DIAG=y 299CONFIG_INET_TCP_DIAG=y
284# CONFIG_TCP_CONG_ADVANCED is not set 300# CONFIG_TCP_CONG_ADVANCED is not set
285CONFIG_TCP_CONG_BIC=y 301CONFIG_TCP_CONG_CUBIC=y
302CONFIG_DEFAULT_TCP_CONG="cubic"
286# CONFIG_IPV6 is not set 303# CONFIG_IPV6 is not set
287# CONFIG_INET6_XFRM_TUNNEL is not set 304# CONFIG_INET6_XFRM_TUNNEL is not set
288# CONFIG_INET6_TUNNEL is not set 305# CONFIG_INET6_TUNNEL is not set
306# CONFIG_NETWORK_SECMARK is not set
289# CONFIG_NETFILTER is not set 307# CONFIG_NETFILTER is not set
290 308
291# 309#
@@ -311,7 +329,6 @@ CONFIG_TCP_CONG_BIC=y
311# CONFIG_ATALK is not set 329# CONFIG_ATALK is not set
312# CONFIG_X25 is not set 330# CONFIG_X25 is not set
313# CONFIG_LAPB is not set 331# CONFIG_LAPB is not set
314# CONFIG_NET_DIVERT is not set
315# CONFIG_ECONET is not set 332# CONFIG_ECONET is not set
316# CONFIG_WAN_ROUTER is not set 333# CONFIG_WAN_ROUTER is not set
317 334
@@ -338,7 +355,7 @@ CONFIG_TCP_CONG_BIC=y
338# 355#
339CONFIG_STANDALONE=y 356CONFIG_STANDALONE=y
340CONFIG_PREVENT_FIRMWARE_BUILD=y 357CONFIG_PREVENT_FIRMWARE_BUILD=y
341# CONFIG_FW_LOADER is not set 358# CONFIG_SYS_HYPERVISOR is not set
342 359
343# 360#
344# Connector - unified userspace <-> kernelspace linker 361# Connector - unified userspace <-> kernelspace linker
@@ -364,11 +381,12 @@ CONFIG_MTD_BLOCK=y
364# CONFIG_NFTL is not set 381# CONFIG_NFTL is not set
365# CONFIG_INFTL is not set 382# CONFIG_INFTL is not set
366# CONFIG_RFD_FTL is not set 383# CONFIG_RFD_FTL is not set
384# CONFIG_SSFDC is not set
367 385
368# 386#
369# RAM/ROM/Flash chip drivers 387# RAM/ROM/Flash chip drivers
370# 388#
371# CONFIG_MTD_CFI is not set 389CONFIG_MTD_CFI=y
372CONFIG_MTD_JEDECPROBE=y 390CONFIG_MTD_JEDECPROBE=y
373CONFIG_MTD_GEN_PROBE=y 391CONFIG_MTD_GEN_PROBE=y
374# CONFIG_MTD_CFI_ADV_OPTIONS is not set 392# CONFIG_MTD_CFI_ADV_OPTIONS is not set
@@ -457,6 +475,12 @@ CONFIG_BLK_DEV_LOOP=y
457# 475#
458# CONFIG_RAID_ATTRS is not set 476# CONFIG_RAID_ATTRS is not set
459# CONFIG_SCSI is not set 477# CONFIG_SCSI is not set
478# CONFIG_SCSI_NETLINK is not set
479
480#
481# Serial ATA (prod) and Parallel ATA (experimental) drivers
482#
483# CONFIG_ATA is not set
460 484
461# 485#
462# Multi-device support (RAID and LVM) 486# Multi-device support (RAID and LVM)
@@ -497,7 +521,6 @@ CONFIG_NET_ETHERNET=y
497# CONFIG_MII is not set 521# CONFIG_MII is not set
498# CONFIG_STNIC is not set 522# CONFIG_STNIC is not set
499# CONFIG_SMC91X is not set 523# CONFIG_SMC91X is not set
500CONFIG_NE2000=y
501 524
502# 525#
503# Ethernet (1000 Mbit) 526# Ethernet (1000 Mbit)
@@ -580,7 +603,7 @@ CONFIG_LEGACY_PTY_COUNT=256
580# Watchdog Cards 603# Watchdog Cards
581# 604#
582# CONFIG_WATCHDOG is not set 605# CONFIG_WATCHDOG is not set
583# CONFIG_RTC is not set 606CONFIG_HW_RANDOM=y
584# CONFIG_GEN_RTC is not set 607# CONFIG_GEN_RTC is not set
585# CONFIG_DTLK is not set 608# CONFIG_DTLK is not set
586# CONFIG_R3964 is not set 609# CONFIG_R3964 is not set
@@ -610,7 +633,6 @@ CONFIG_LEGACY_PTY_COUNT=256
610# 633#
611# Dallas's 1-wire bus 634# Dallas's 1-wire bus
612# 635#
613# CONFIG_W1 is not set
614 636
615# 637#
616# Hardware Monitoring support 638# Hardware Monitoring support
@@ -636,6 +658,7 @@ CONFIG_VIDEO_V4L2=y
636# 658#
637# Graphics support 659# Graphics support
638# 660#
661CONFIG_FIRMWARE_EDID=y
639# CONFIG_FB is not set 662# CONFIG_FB is not set
640 663
641# 664#
@@ -691,6 +714,19 @@ CONFIG_VIDEO_V4L2=y
691# CONFIG_RTC_CLASS is not set 714# CONFIG_RTC_CLASS is not set
692 715
693# 716#
717# DMA Engine support
718#
719# CONFIG_DMA_ENGINE is not set
720
721#
722# DMA Clients
723#
724
725#
726# DMA Devices
727#
728
729#
694# File systems 730# File systems
695# 731#
696# CONFIG_EXT2_FS is not set 732# CONFIG_EXT2_FS is not set
@@ -699,7 +735,6 @@ CONFIG_VIDEO_V4L2=y
699# CONFIG_JFS_FS is not set 735# CONFIG_JFS_FS is not set
700# CONFIG_FS_POSIX_ACL is not set 736# CONFIG_FS_POSIX_ACL is not set
701# CONFIG_XFS_FS is not set 737# CONFIG_XFS_FS is not set
702# CONFIG_OCFS2_FS is not set
703# CONFIG_MINIX_FS is not set 738# CONFIG_MINIX_FS is not set
704# CONFIG_ROMFS_FS is not set 739# CONFIG_ROMFS_FS is not set
705# CONFIG_INOTIFY is not set 740# CONFIG_INOTIFY is not set
@@ -727,8 +762,10 @@ CONFIG_VIDEO_V4L2=y
727# 762#
728CONFIG_PROC_FS=y 763CONFIG_PROC_FS=y
729# CONFIG_PROC_KCORE is not set 764# CONFIG_PROC_KCORE is not set
765CONFIG_PROC_SYSCTL=y
730# CONFIG_SYSFS is not set 766# CONFIG_SYSFS is not set
731CONFIG_TMPFS=y 767CONFIG_TMPFS=y
768# CONFIG_TMPFS_POSIX_ACL is not set
732# CONFIG_HUGETLBFS is not set 769# CONFIG_HUGETLBFS is not set
733# CONFIG_HUGETLB_PAGE is not set 770# CONFIG_HUGETLB_PAGE is not set
734CONFIG_RAMFS=y 771CONFIG_RAMFS=y
@@ -795,7 +832,9 @@ CONFIG_MSDOS_PARTITION=y
795# Kernel hacking 832# Kernel hacking
796# 833#
797# CONFIG_PRINTK_TIME is not set 834# CONFIG_PRINTK_TIME is not set
835CONFIG_ENABLE_MUST_CHECK=y
798# CONFIG_MAGIC_SYSRQ is not set 836# CONFIG_MAGIC_SYSRQ is not set
837# CONFIG_UNUSED_SYMBOLS is not set
799# CONFIG_DEBUG_KERNEL is not set 838# CONFIG_DEBUG_KERNEL is not set
800CONFIG_LOG_BUF_SHIFT=14 839CONFIG_LOG_BUF_SHIFT=14
801# CONFIG_UNWIND_INFO is not set 840# CONFIG_UNWIND_INFO is not set
@@ -814,10 +853,6 @@ CONFIG_EARLY_PRINTK=y
814# CONFIG_CRYPTO is not set 853# CONFIG_CRYPTO is not set
815 854
816# 855#
817# Hardware crypto devices
818#
819
820#
821# Library routines 856# Library routines
822# 857#
823# CONFIG_CRC_CCITT is not set 858# CONFIG_CRC_CCITT is not set
diff --git a/arch/sh/configs/snapgear_defconfig b/arch/sh/configs/snapgear_defconfig
index 69cf02a24761..98503f16f3f5 100644
--- a/arch/sh/configs/snapgear_defconfig
+++ b/arch/sh/configs/snapgear_defconfig
@@ -1,48 +1,60 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:51 2005 4# Tue Oct 3 12:55:47 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
19 21
20# 22#
21# General setup 23# General setup
22# 24#
23CONFIG_LOCALVERSION="" 25CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y
24CONFIG_SWAP=y 27CONFIG_SWAP=y
25# CONFIG_SYSVIPC is not set 28# CONFIG_SYSVIPC is not set
26# CONFIG_POSIX_MQUEUE is not set 29# CONFIG_POSIX_MQUEUE is not set
27# CONFIG_BSD_PROCESS_ACCT is not set 30# CONFIG_BSD_PROCESS_ACCT is not set
28# CONFIG_SYSCTL is not set 31# CONFIG_TASKSTATS is not set
32# CONFIG_UTS_NS is not set
29# CONFIG_AUDIT is not set 33# CONFIG_AUDIT is not set
30CONFIG_LOG_BUF_SHIFT=14
31# CONFIG_HOTPLUG is not set
32CONFIG_KOBJECT_UEVENT=y
33# CONFIG_IKCONFIG is not set 34# CONFIG_IKCONFIG is not set
34# CONFIG_EMBEDDED is not set 35# CONFIG_RELAY is not set
36CONFIG_INITRAMFS_SOURCE=""
37CONFIG_CC_OPTIMIZE_FOR_SIZE=y
38CONFIG_SYSCTL=y
39CONFIG_EMBEDDED=y
40CONFIG_UID16=y
41# CONFIG_SYSCTL_SYSCALL is not set
35CONFIG_KALLSYMS=y 42CONFIG_KALLSYMS=y
36# CONFIG_KALLSYMS_EXTRA_PASS is not set 43# CONFIG_KALLSYMS_EXTRA_PASS is not set
44# CONFIG_HOTPLUG is not set
45CONFIG_PRINTK=y
46CONFIG_BUG=y
47CONFIG_ELF_CORE=y
48CONFIG_BASE_FULL=y
37CONFIG_FUTEX=y 49CONFIG_FUTEX=y
38CONFIG_EPOLL=y 50CONFIG_EPOLL=y
39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SHMEM=y 51CONFIG_SHMEM=y
41CONFIG_CC_ALIGN_FUNCTIONS=0 52CONFIG_SLAB=y
42CONFIG_CC_ALIGN_LABELS=0 53CONFIG_VM_EVENT_COUNTERS=y
43CONFIG_CC_ALIGN_LOOPS=0 54CONFIG_RT_MUTEXES=y
44CONFIG_CC_ALIGN_JUMPS=0
45# CONFIG_TINY_SHMEM is not set 55# CONFIG_TINY_SHMEM is not set
56CONFIG_BASE_SMALL=0
57# CONFIG_SLOB is not set
46 58
47# 59#
48# Loadable module support 60# Loadable module support
@@ -50,70 +62,145 @@ CONFIG_CC_ALIGN_JUMPS=0
50# CONFIG_MODULES is not set 62# CONFIG_MODULES is not set
51 63
52# 64#
65# Block layer
66#
67CONFIG_BLOCK=y
68# CONFIG_LBD is not set
69# CONFIG_BLK_DEV_IO_TRACE is not set
70# CONFIG_LSF is not set
71
72#
73# IO Schedulers
74#
75CONFIG_IOSCHED_NOOP=y
76CONFIG_IOSCHED_AS=y
77CONFIG_IOSCHED_DEADLINE=y
78CONFIG_IOSCHED_CFQ=y
79CONFIG_DEFAULT_AS=y
80# CONFIG_DEFAULT_DEADLINE is not set
81# CONFIG_DEFAULT_CFQ is not set
82# CONFIG_DEFAULT_NOOP is not set
83CONFIG_DEFAULT_IOSCHED="anticipatory"
84
85#
53# System type 86# System type
54# 87#
55# CONFIG_SH_SOLUTION_ENGINE is not set 88# CONFIG_SH_SOLUTION_ENGINE is not set
56# CONFIG_SH_7751_SOLUTION_ENGINE is not set 89# CONFIG_SH_7751_SOLUTION_ENGINE is not set
57# CONFIG_SH_7300_SOLUTION_ENGINE is not set 90# CONFIG_SH_7300_SOLUTION_ENGINE is not set
91# CONFIG_SH_7343_SOLUTION_ENGINE is not set
58# CONFIG_SH_73180_SOLUTION_ENGINE is not set 92# CONFIG_SH_73180_SOLUTION_ENGINE is not set
59# CONFIG_SH_7751_SYSTEMH is not set 93# CONFIG_SH_7751_SYSTEMH is not set
60# CONFIG_SH_STB1_HARP is not set 94# CONFIG_SH_HP6XX is not set
61# CONFIG_SH_STB1_OVERDRIVE is not set
62# CONFIG_SH_HP620 is not set
63# CONFIG_SH_HP680 is not set
64# CONFIG_SH_HP690 is not set
65# CONFIG_SH_CQREEK is not set
66# CONFIG_SH_DMIDA is not set
67# CONFIG_SH_EC3104 is not set 95# CONFIG_SH_EC3104 is not set
68# CONFIG_SH_SATURN is not set 96# CONFIG_SH_SATURN is not set
69# CONFIG_SH_DREAMCAST is not set 97# CONFIG_SH_DREAMCAST is not set
70# CONFIG_SH_CAT68701 is not set
71# CONFIG_SH_BIGSUR is not set 98# CONFIG_SH_BIGSUR is not set
72# CONFIG_SH_SH2000 is not set
73# CONFIG_SH_ADX is not set
74# CONFIG_SH_MPC1211 is not set 99# CONFIG_SH_MPC1211 is not set
75# CONFIG_SH_SH03 is not set 100# CONFIG_SH_SH03 is not set
76CONFIG_SH_SECUREEDGE5410=y 101CONFIG_SH_SECUREEDGE5410=y
77# CONFIG_SH_HS7751RVOIP is not set 102# CONFIG_SH_HS7751RVOIP is not set
103# CONFIG_SH_7710VOIPGW is not set
78# CONFIG_SH_RTS7751R2D is not set 104# CONFIG_SH_RTS7751R2D is not set
105# CONFIG_SH_R7780RP is not set
79# CONFIG_SH_EDOSK7705 is not set 106# CONFIG_SH_EDOSK7705 is not set
80# CONFIG_SH_SH4202_MICRODEV is not set 107# CONFIG_SH_SH4202_MICRODEV is not set
108# CONFIG_SH_LANDISK is not set
109# CONFIG_SH_TITAN is not set
110# CONFIG_SH_SHMIN is not set
81# CONFIG_SH_UNKNOWN is not set 111# CONFIG_SH_UNKNOWN is not set
82# CONFIG_CPU_SH2 is not set 112
83# CONFIG_CPU_SH3 is not set 113#
114# Processor selection
115#
84CONFIG_CPU_SH4=y 116CONFIG_CPU_SH4=y
117
118#
119# SH-2 Processor Support
120#
85# CONFIG_CPU_SUBTYPE_SH7604 is not set 121# CONFIG_CPU_SUBTYPE_SH7604 is not set
122
123#
124# SH-3 Processor Support
125#
86# CONFIG_CPU_SUBTYPE_SH7300 is not set 126# CONFIG_CPU_SUBTYPE_SH7300 is not set
87# CONFIG_CPU_SUBTYPE_SH7705 is not set 127# CONFIG_CPU_SUBTYPE_SH7705 is not set
128# CONFIG_CPU_SUBTYPE_SH7706 is not set
88# CONFIG_CPU_SUBTYPE_SH7707 is not set 129# CONFIG_CPU_SUBTYPE_SH7707 is not set
89# CONFIG_CPU_SUBTYPE_SH7708 is not set 130# CONFIG_CPU_SUBTYPE_SH7708 is not set
90# CONFIG_CPU_SUBTYPE_SH7709 is not set 131# CONFIG_CPU_SUBTYPE_SH7709 is not set
132# CONFIG_CPU_SUBTYPE_SH7710 is not set
133
134#
135# SH-4 Processor Support
136#
91# CONFIG_CPU_SUBTYPE_SH7750 is not set 137# CONFIG_CPU_SUBTYPE_SH7750 is not set
138# CONFIG_CPU_SUBTYPE_SH7091 is not set
139# CONFIG_CPU_SUBTYPE_SH7750R is not set
140# CONFIG_CPU_SUBTYPE_SH7750S is not set
92CONFIG_CPU_SUBTYPE_SH7751=y 141CONFIG_CPU_SUBTYPE_SH7751=y
142CONFIG_CPU_SUBTYPE_SH7751R=y
93# CONFIG_CPU_SUBTYPE_SH7760 is not set 143# CONFIG_CPU_SUBTYPE_SH7760 is not set
94# CONFIG_CPU_SUBTYPE_SH73180 is not set 144# CONFIG_CPU_SUBTYPE_SH4_202 is not set
145
146#
147# ST40 Processor Support
148#
95# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 149# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
96# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 150# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
97# CONFIG_CPU_SUBTYPE_SH4_202 is not set 151
152#
153# SH-4A Processor Support
154#
155# CONFIG_CPU_SUBTYPE_SH7770 is not set
156# CONFIG_CPU_SUBTYPE_SH7780 is not set
157
158#
159# SH4AL-DSP Processor Support
160#
161# CONFIG_CPU_SUBTYPE_SH73180 is not set
162# CONFIG_CPU_SUBTYPE_SH7343 is not set
163
164#
165# Memory management options
166#
98CONFIG_MMU=y 167CONFIG_MMU=y
99# CONFIG_CMDLINE_BOOL is not set 168CONFIG_PAGE_OFFSET=0x80000000
100CONFIG_MEMORY_START=0x08000000 169CONFIG_MEMORY_START=0x08000000
101CONFIG_MEMORY_SIZE=0x01000000 170CONFIG_MEMORY_SIZE=0x01000000
102CONFIG_MEMORY_SET=y 171CONFIG_VSYSCALL=y
103# CONFIG_MEMORY_OVERRIDE is not set 172CONFIG_SELECT_MEMORY_MODEL=y
104CONFIG_SH_RTC=y 173CONFIG_FLATMEM_MANUAL=y
105CONFIG_SH_FPU=y 174# CONFIG_DISCONTIGMEM_MANUAL is not set
106CONFIG_ZERO_PAGE_OFFSET=0x00001000 175# CONFIG_SPARSEMEM_MANUAL is not set
107CONFIG_BOOT_LINK_OFFSET=0x00800000 176CONFIG_FLATMEM=y
108CONFIG_CPU_LITTLE_ENDIAN=y 177CONFIG_FLAT_NODE_MEM_MAP=y
109# CONFIG_PREEMPT is not set 178# CONFIG_SPARSEMEM_STATIC is not set
110# CONFIG_UBC_WAKEUP is not set 179CONFIG_SPLIT_PTLOCK_CPUS=4
180# CONFIG_RESOURCES_64BIT is not set
181
182#
183# Cache configuration
184#
185# CONFIG_SH_DIRECT_MAPPED is not set
111# CONFIG_SH_WRITETHROUGH is not set 186# CONFIG_SH_WRITETHROUGH is not set
112# CONFIG_SH_OCRAM is not set 187# CONFIG_SH_OCRAM is not set
188
189#
190# Processor features
191#
192CONFIG_CPU_LITTLE_ENDIAN=y
193CONFIG_SH_FPU=y
194# CONFIG_SH_DSP is not set
113# CONFIG_SH_STORE_QUEUES is not set 195# CONFIG_SH_STORE_QUEUES is not set
114# CONFIG_SMP is not set 196CONFIG_CPU_HAS_INTEVT=y
115CONFIG_SH_PCLK_CALC=y 197CONFIG_CPU_HAS_SR_RB=y
116CONFIG_SH_PCLK_FREQ=60013568 198
199#
200# Timer support
201#
202CONFIG_SH_TMU=y
203CONFIG_SH_PCLK_FREQ=60000000
117 204
118# 205#
119# CPU Frequency scaling 206# CPU Frequency scaling
@@ -133,28 +220,42 @@ CONFIG_NR_ONCHIP_DMA_CHANNELS=4
133# CONFIG_HD6446X_SERIES is not set 220# CONFIG_HD6446X_SERIES is not set
134 221
135# 222#
136# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 223# Kernel features
224#
225# CONFIG_HZ_100 is not set
226CONFIG_HZ_250=y
227# CONFIG_HZ_1000 is not set
228CONFIG_HZ=250
229# CONFIG_KEXEC is not set
230# CONFIG_SMP is not set
231CONFIG_PREEMPT_NONE=y
232# CONFIG_PREEMPT_VOLUNTARY is not set
233# CONFIG_PREEMPT is not set
234
235#
236# Boot options
237#
238CONFIG_ZERO_PAGE_OFFSET=0x00001000
239CONFIG_BOOT_LINK_OFFSET=0x00800000
240# CONFIG_UBC_WAKEUP is not set
241# CONFIG_CMDLINE_BOOL is not set
242
243#
244# Bus options
137# 245#
138CONFIG_PCI=y 246CONFIG_PCI=y
139# CONFIG_SH_PCIDMA_NONCOHERENT is not set 247# CONFIG_SH_PCIDMA_NONCOHERENT is not set
140CONFIG_PCI_AUTO=y 248CONFIG_PCI_AUTO=y
141CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 249CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
142# CONFIG_PCI_LEGACY_PROC is not set 250# CONFIG_PCI_MULTITHREAD_PROBE is not set
143CONFIG_PCI_NAMES=y
144 251
145# 252#
146# PCCARD (PCMCIA/CardBus) support 253# PCCARD (PCMCIA/CardBus) support
147# 254#
148# CONFIG_PCCARD is not set
149
150#
151# PC-card bridges
152#
153 255
154# 256#
155# PCI Hotplug Support 257# PCI Hotplug Support
156# 258#
157# CONFIG_HOTPLUG_PCI is not set
158 259
159# 260#
160# Executable file formats 261# Executable file formats
@@ -164,9 +265,94 @@ CONFIG_BINFMT_ELF=y
164# CONFIG_BINFMT_MISC is not set 265# CONFIG_BINFMT_MISC is not set
165 266
166# 267#
167# SH initrd options 268# Power management options (EXPERIMENTAL)
269#
270# CONFIG_PM is not set
271
272#
273# Networking
274#
275CONFIG_NET=y
276
277#
278# Networking options
279#
280# CONFIG_NETDEBUG is not set
281# CONFIG_PACKET is not set
282# CONFIG_UNIX is not set
283CONFIG_XFRM=y
284# CONFIG_XFRM_USER is not set
285# CONFIG_XFRM_SUB_POLICY is not set
286# CONFIG_NET_KEY is not set
287CONFIG_INET=y
288# CONFIG_IP_MULTICAST is not set
289# CONFIG_IP_ADVANCED_ROUTER is not set
290CONFIG_IP_FIB_HASH=y
291CONFIG_IP_PNP=y
292CONFIG_IP_PNP_DHCP=y
293# CONFIG_IP_PNP_BOOTP is not set
294# CONFIG_IP_PNP_RARP is not set
295# CONFIG_NET_IPIP is not set
296# CONFIG_NET_IPGRE is not set
297# CONFIG_ARPD is not set
298# CONFIG_SYN_COOKIES is not set
299# CONFIG_INET_AH is not set
300# CONFIG_INET_ESP is not set
301# CONFIG_INET_IPCOMP is not set
302# CONFIG_INET_XFRM_TUNNEL is not set
303# CONFIG_INET_TUNNEL is not set
304CONFIG_INET_XFRM_MODE_TRANSPORT=y
305CONFIG_INET_XFRM_MODE_TUNNEL=y
306CONFIG_INET_DIAG=y
307CONFIG_INET_TCP_DIAG=y
308# CONFIG_TCP_CONG_ADVANCED is not set
309CONFIG_TCP_CONG_CUBIC=y
310CONFIG_DEFAULT_TCP_CONG="cubic"
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 is not set
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)
168# 329#
169# CONFIG_EMBEDDED_RAMDISK is not set 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 is not set
170 356
171# 357#
172# Device Drivers 358# Device Drivers
@@ -177,7 +363,12 @@ CONFIG_BINFMT_ELF=y
177# 363#
178CONFIG_STANDALONE=y 364CONFIG_STANDALONE=y
179CONFIG_PREVENT_FIRMWARE_BUILD=y 365CONFIG_PREVENT_FIRMWARE_BUILD=y
180# CONFIG_FW_LOADER is not set 366# CONFIG_SYS_HYPERVISOR is not set
367
368#
369# Connector - unified userspace <-> kernelspace linker
370#
371# CONFIG_CONNECTOR is not set
181 372
182# 373#
183# Memory Technology Devices (MTD) 374# Memory Technology Devices (MTD)
@@ -196,7 +387,6 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
196# 387#
197# Block devices 388# Block devices
198# 389#
199# CONFIG_BLK_DEV_FD is not set
200# CONFIG_BLK_CPQ_DA is not set 390# CONFIG_BLK_CPQ_DA is not set
201# CONFIG_BLK_CPQ_CISS_DA is not set 391# CONFIG_BLK_CPQ_CISS_DA is not set
202# CONFIG_BLK_DEV_DAC960 is not set 392# CONFIG_BLK_DEV_DAC960 is not set
@@ -208,18 +398,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
208CONFIG_BLK_DEV_RAM=y 398CONFIG_BLK_DEV_RAM=y
209CONFIG_BLK_DEV_RAM_COUNT=16 399CONFIG_BLK_DEV_RAM_COUNT=16
210CONFIG_BLK_DEV_RAM_SIZE=4096 400CONFIG_BLK_DEV_RAM_SIZE=4096
401CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
211CONFIG_BLK_DEV_INITRD=y 402CONFIG_BLK_DEV_INITRD=y
212CONFIG_INITRAMFS_SOURCE=""
213# CONFIG_LBD is not set
214# CONFIG_CDROM_PKTCDVD is not set 403# CONFIG_CDROM_PKTCDVD is not set
215
216#
217# IO Schedulers
218#
219CONFIG_IOSCHED_NOOP=y
220CONFIG_IOSCHED_AS=y
221CONFIG_IOSCHED_DEADLINE=y
222CONFIG_IOSCHED_CFQ=y
223# CONFIG_ATA_OVER_ETH is not set 404# CONFIG_ATA_OVER_ETH is not set
224 405
225# 406#
@@ -230,7 +411,14 @@ CONFIG_IOSCHED_CFQ=y
230# 411#
231# SCSI device support 412# SCSI device support
232# 413#
414# CONFIG_RAID_ATTRS is not set
233# CONFIG_SCSI is not set 415# CONFIG_SCSI is not set
416# CONFIG_SCSI_NETLINK is not set
417
418#
419# Serial ATA (prod) and Parallel ATA (experimental) drivers
420#
421# CONFIG_ATA is not set
234 422
235# 423#
236# Multi-device support (RAID and LVM) 424# Multi-device support (RAID and LVM)
@@ -240,6 +428,7 @@ CONFIG_IOSCHED_CFQ=y
240# 428#
241# Fusion MPT device support 429# Fusion MPT device support
242# 430#
431# CONFIG_FUSION is not set
243 432
244# 433#
245# IEEE 1394 (FireWire) support 434# IEEE 1394 (FireWire) support
@@ -252,69 +441,8 @@ CONFIG_IOSCHED_CFQ=y
252# CONFIG_I2O is not set 441# CONFIG_I2O is not set
253 442
254# 443#
255# Networking support 444# Network device support
256#
257CONFIG_NET=y
258
259#
260# Networking options
261#
262# CONFIG_PACKET is not set
263# CONFIG_NETLINK_DEV is not set
264# CONFIG_UNIX is not set
265# CONFIG_NET_KEY is not set
266CONFIG_INET=y
267# CONFIG_IP_MULTICAST is not set
268# CONFIG_IP_ADVANCED_ROUTER is not set
269CONFIG_IP_PNP=y
270CONFIG_IP_PNP_DHCP=y
271# CONFIG_IP_PNP_BOOTP is not set
272# CONFIG_IP_PNP_RARP is not set
273# CONFIG_NET_IPIP is not set
274# CONFIG_NET_IPGRE is not set
275# CONFIG_ARPD is not set
276# CONFIG_SYN_COOKIES is not set
277# CONFIG_INET_AH is not set
278# CONFIG_INET_ESP is not set
279# CONFIG_INET_IPCOMP is not set
280# CONFIG_INET_TUNNEL is not set
281CONFIG_IP_TCPDIAG=y
282# CONFIG_IP_TCPDIAG_IPV6 is not set
283# CONFIG_IPV6 is not set
284# CONFIG_NETFILTER is not set
285
286#
287# SCTP Configuration (EXPERIMENTAL)
288# 445#
289# CONFIG_IP_SCTP is not set
290# CONFIG_ATM is not set
291# CONFIG_BRIDGE is not set
292# CONFIG_VLAN_8021Q is not set
293# CONFIG_DECNET is not set
294# CONFIG_LLC2 is not set
295# CONFIG_IPX is not set
296# CONFIG_ATALK is not set
297# CONFIG_X25 is not set
298# CONFIG_LAPB is not set
299# CONFIG_NET_DIVERT is not set
300# CONFIG_ECONET is not set
301# CONFIG_WAN_ROUTER is not set
302
303#
304# QoS and/or fair queueing
305#
306# CONFIG_NET_SCHED is not set
307# CONFIG_NET_CLS_ROUTE is not set
308
309#
310# Network testing
311#
312# CONFIG_NET_PKTGEN is not set
313# CONFIG_NETPOLL is not set
314# CONFIG_NET_POLL_CONTROLLER is not set
315# CONFIG_HAMRADIO is not set
316# CONFIG_IRDA is not set
317# CONFIG_BT is not set
318CONFIG_NETDEVICES=y 446CONFIG_NETDEVICES=y
319# CONFIG_DUMMY is not set 447# CONFIG_DUMMY is not set
320# CONFIG_BONDING is not set 448# CONFIG_BONDING is not set
@@ -327,6 +455,11 @@ CONFIG_NETDEVICES=y
327# CONFIG_ARCNET is not set 455# CONFIG_ARCNET is not set
328 456
329# 457#
458# PHY device support
459#
460# CONFIG_PHYLIB is not set
461
462#
330# Ethernet (10 or 100Mbit) 463# Ethernet (10 or 100Mbit)
331# 464#
332CONFIG_NET_ETHERNET=y 465CONFIG_NET_ETHERNET=y
@@ -334,6 +467,7 @@ CONFIG_MII=y
334# CONFIG_STNIC is not set 467# CONFIG_STNIC is not set
335# CONFIG_HAPPYMEAL is not set 468# CONFIG_HAPPYMEAL is not set
336# CONFIG_SUNGEM is not set 469# CONFIG_SUNGEM is not set
470# CONFIG_CASSINI is not set
337# CONFIG_NET_VENDOR_3COM is not set 471# CONFIG_NET_VENDOR_3COM is not set
338# CONFIG_SMC91X is not set 472# CONFIG_SMC91X is not set
339 473
@@ -376,15 +510,22 @@ CONFIG_8139TOO=y
376# CONFIG_HAMACHI is not set 510# CONFIG_HAMACHI is not set
377# CONFIG_YELLOWFIN is not set 511# CONFIG_YELLOWFIN is not set
378# CONFIG_R8169 is not set 512# CONFIG_R8169 is not set
513# CONFIG_SIS190 is not set
514# CONFIG_SKGE is not set
515# CONFIG_SKY2 is not set
379# CONFIG_SK98LIN is not set 516# CONFIG_SK98LIN is not set
380# CONFIG_VIA_VELOCITY is not set 517# CONFIG_VIA_VELOCITY is not set
381# CONFIG_TIGON3 is not set 518# CONFIG_TIGON3 is not set
519# CONFIG_BNX2 is not set
520# CONFIG_QLA3XXX is not set
382 521
383# 522#
384# Ethernet (10000 Mbit) 523# Ethernet (10000 Mbit)
385# 524#
525# CONFIG_CHELSIO_T1 is not set
386# CONFIG_IXGB is not set 526# CONFIG_IXGB is not set
387# CONFIG_S2IO is not set 527# CONFIG_S2IO is not set
528# CONFIG_MYRI10GE is not set
388 529
389# 530#
390# Token Ring devices 531# Token Ring devices
@@ -406,6 +547,8 @@ CONFIG_8139TOO=y
406# CONFIG_SLIP is not set 547# CONFIG_SLIP is not set
407# CONFIG_SHAPER is not set 548# CONFIG_SHAPER is not set
408# CONFIG_NETCONSOLE is not set 549# CONFIG_NETCONSOLE is not set
550# CONFIG_NETPOLL is not set
551# CONFIG_NET_POLL_CONTROLLER is not set
409 552
410# 553#
411# ISDN subsystem 554# ISDN subsystem
@@ -421,6 +564,7 @@ CONFIG_8139TOO=y
421# Input device support 564# Input device support
422# 565#
423CONFIG_INPUT=y 566CONFIG_INPUT=y
567# CONFIG_INPUT_FF_MEMLESS is not set
424 568
425# 569#
426# Userland interfaces 570# Userland interfaces
@@ -435,18 +579,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
435# CONFIG_INPUT_EVBUG is not set 579# CONFIG_INPUT_EVBUG is not set
436 580
437# 581#
438# Input I/O drivers
439#
440# CONFIG_GAMEPORT is not set
441CONFIG_SOUND_GAMEPORT=y
442CONFIG_SERIO=y
443CONFIG_SERIO_I8042=y
444CONFIG_SERIO_SERPORT=y
445# CONFIG_SERIO_CT82C710 is not set
446# CONFIG_SERIO_PCIPS2 is not set
447# CONFIG_SERIO_RAW is not set
448
449#
450# Input Device Drivers 582# Input Device Drivers
451# 583#
452# CONFIG_INPUT_KEYBOARD is not set 584# CONFIG_INPUT_KEYBOARD is not set
@@ -456,11 +588,23 @@ CONFIG_SERIO_SERPORT=y
456# CONFIG_INPUT_MISC is not set 588# CONFIG_INPUT_MISC is not set
457 589
458# 590#
591# Hardware I/O ports
592#
593CONFIG_SERIO=y
594CONFIG_SERIO_I8042=y
595CONFIG_SERIO_SERPORT=y
596# CONFIG_SERIO_PCIPS2 is not set
597# CONFIG_SERIO_LIBPS2 is not set
598# CONFIG_SERIO_RAW is not set
599# CONFIG_GAMEPORT is not set
600
601#
459# Character devices 602# Character devices
460# 603#
461CONFIG_VT=y 604CONFIG_VT=y
462CONFIG_VT_CONSOLE=y 605CONFIG_VT_CONSOLE=y
463CONFIG_HW_CONSOLE=y 606CONFIG_HW_CONSOLE=y
607# CONFIG_VT_HW_CONSOLE_BINDING is not set
464# CONFIG_SERIAL_NONSTANDARD is not set 608# CONFIG_SERIAL_NONSTANDARD is not set
465 609
466# 610#
@@ -472,6 +616,7 @@ CONFIG_HW_CONSOLE=y
472# Non-8250 serial port support 616# Non-8250 serial port support
473# 617#
474# CONFIG_SERIAL_SH_SCI is not set 618# CONFIG_SERIAL_SH_SCI is not set
619# CONFIG_SERIAL_JSM is not set
475CONFIG_UNIX98_PTYS=y 620CONFIG_UNIX98_PTYS=y
476CONFIG_LEGACY_PTYS=y 621CONFIG_LEGACY_PTYS=y
477CONFIG_LEGACY_PTY_COUNT=256 622CONFIG_LEGACY_PTY_COUNT=256
@@ -485,7 +630,7 @@ CONFIG_LEGACY_PTY_COUNT=256
485# Watchdog Cards 630# Watchdog Cards
486# 631#
487# CONFIG_WATCHDOG is not set 632# CONFIG_WATCHDOG is not set
488# CONFIG_RTC is not set 633CONFIG_HW_RANDOM=y
489# CONFIG_GEN_RTC is not set 634# CONFIG_GEN_RTC is not set
490# CONFIG_DTLK is not set 635# CONFIG_DTLK is not set
491# CONFIG_R3964 is not set 636# CONFIG_R3964 is not set
@@ -498,14 +643,35 @@ CONFIG_LEGACY_PTY_COUNT=256
498# CONFIG_RAW_DRIVER is not set 643# CONFIG_RAW_DRIVER is not set
499 644
500# 645#
646# TPM devices
647#
648# CONFIG_TCG_TPM is not set
649# CONFIG_TELCLOCK is not set
650
651#
501# I2C support 652# I2C support
502# 653#
503# CONFIG_I2C is not set 654# CONFIG_I2C is not set
504 655
505# 656#
657# SPI support
658#
659# CONFIG_SPI is not set
660# CONFIG_SPI_MASTER is not set
661
662#
506# Dallas's 1-wire bus 663# Dallas's 1-wire bus
507# 664#
508# CONFIG_W1 is not set 665
666#
667# Hardware Monitoring support
668#
669CONFIG_HWMON=y
670# CONFIG_HWMON_VID is not set
671# CONFIG_SENSORS_ABITUGURU is not set
672# CONFIG_SENSORS_F71805F is not set
673# CONFIG_SENSORS_VT1211 is not set
674# CONFIG_HWMON_DEBUG_CHIP is not set
509 675
510# 676#
511# Misc devices 677# Misc devices
@@ -515,6 +681,7 @@ CONFIG_LEGACY_PTY_COUNT=256
515# Multimedia devices 681# Multimedia devices
516# 682#
517# CONFIG_VIDEO_DEV is not set 683# CONFIG_VIDEO_DEV is not set
684CONFIG_VIDEO_V4L2=y
518 685
519# 686#
520# Digital Video Broadcasting Devices 687# Digital Video Broadcasting Devices
@@ -524,13 +691,14 @@ CONFIG_LEGACY_PTY_COUNT=256
524# 691#
525# Graphics support 692# Graphics support
526# 693#
694CONFIG_FIRMWARE_EDID=y
527# CONFIG_FB is not set 695# CONFIG_FB is not set
528 696
529# 697#
530# Console display driver support 698# Console display driver support
531# 699#
532CONFIG_VGA_CONSOLE=y
533CONFIG_DUMMY_CONSOLE=y 700CONFIG_DUMMY_CONSOLE=y
701# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
534 702
535# 703#
536# Sound 704# Sound
@@ -540,12 +708,13 @@ CONFIG_DUMMY_CONSOLE=y
540# 708#
541# USB support 709# USB support
542# 710#
543# CONFIG_USB is not set
544CONFIG_USB_ARCH_HAS_HCD=y 711CONFIG_USB_ARCH_HAS_HCD=y
545CONFIG_USB_ARCH_HAS_OHCI=y 712CONFIG_USB_ARCH_HAS_OHCI=y
713CONFIG_USB_ARCH_HAS_EHCI=y
714# CONFIG_USB is not set
546 715
547# 716#
548# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 717# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
549# 718#
550 719
551# 720#
@@ -559,30 +728,66 @@ CONFIG_USB_ARCH_HAS_OHCI=y
559# CONFIG_MMC is not set 728# CONFIG_MMC is not set
560 729
561# 730#
731# LED devices
732#
733# CONFIG_NEW_LEDS is not set
734
735#
736# LED drivers
737#
738
739#
740# LED Triggers
741#
742
743#
562# InfiniBand support 744# InfiniBand support
563# 745#
564# CONFIG_INFINIBAND is not set 746# CONFIG_INFINIBAND is not set
565 747
566# 748#
749# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
750#
751
752#
753# Real Time Clock
754#
755# CONFIG_RTC_CLASS is not set
756
757#
758# DMA Engine support
759#
760# CONFIG_DMA_ENGINE is not set
761
762#
763# DMA Clients
764#
765
766#
767# DMA Devices
768#
769
770#
567# File systems 771# File systems
568# 772#
569CONFIG_EXT2_FS=y 773CONFIG_EXT2_FS=y
570# CONFIG_EXT2_FS_XATTR is not set 774# CONFIG_EXT2_FS_XATTR is not set
775# CONFIG_EXT2_FS_XIP is not set
571# CONFIG_EXT3_FS is not set 776# CONFIG_EXT3_FS is not set
572# CONFIG_JBD is not set
573# CONFIG_REISERFS_FS is not set 777# CONFIG_REISERFS_FS is not set
574# CONFIG_JFS_FS is not set 778# CONFIG_JFS_FS is not set
575 779# CONFIG_FS_POSIX_ACL is not set
576#
577# XFS support
578#
579# CONFIG_XFS_FS is not set 780# CONFIG_XFS_FS is not set
781# CONFIG_OCFS2_FS is not set
580# CONFIG_MINIX_FS is not set 782# CONFIG_MINIX_FS is not set
581CONFIG_ROMFS_FS=y 783CONFIG_ROMFS_FS=y
784CONFIG_INOTIFY=y
785CONFIG_INOTIFY_USER=y
582# CONFIG_QUOTA is not set 786# CONFIG_QUOTA is not set
583CONFIG_DNOTIFY=y 787CONFIG_DNOTIFY=y
584# CONFIG_AUTOFS_FS is not set 788# CONFIG_AUTOFS_FS is not set
585# CONFIG_AUTOFS4_FS is not set 789# CONFIG_AUTOFS4_FS is not set
790# CONFIG_FUSE_FS is not set
586 791
587# 792#
588# CD-ROM/DVD Filesystems 793# CD-ROM/DVD Filesystems
@@ -602,16 +807,14 @@ CONFIG_DNOTIFY=y
602# 807#
603CONFIG_PROC_FS=y 808CONFIG_PROC_FS=y
604# CONFIG_PROC_KCORE is not set 809# CONFIG_PROC_KCORE is not set
810CONFIG_PROC_SYSCTL=y
605CONFIG_SYSFS=y 811CONFIG_SYSFS=y
606CONFIG_DEVFS_FS=y
607CONFIG_DEVFS_MOUNT=y
608# CONFIG_DEVFS_DEBUG is not set
609# CONFIG_DEVPTS_FS_XATTR is not set
610CONFIG_TMPFS=y 812CONFIG_TMPFS=y
611# CONFIG_TMPFS_XATTR is not set 813# CONFIG_TMPFS_POSIX_ACL is not set
612# CONFIG_HUGETLBFS is not set 814# CONFIG_HUGETLBFS is not set
613# CONFIG_HUGETLB_PAGE is not set 815# CONFIG_HUGETLB_PAGE is not set
614CONFIG_RAMFS=y 816CONFIG_RAMFS=y
817# CONFIG_CONFIGFS_FS is not set
615 818
616# 819#
617# Miscellaneous filesystems 820# Miscellaneous filesystems
@@ -635,12 +838,14 @@ CONFIG_CRAMFS=y
635# 838#
636CONFIG_NFS_FS=y 839CONFIG_NFS_FS=y
637CONFIG_NFS_V3=y 840CONFIG_NFS_V3=y
841# CONFIG_NFS_V3_ACL is not set
638# CONFIG_NFS_V4 is not set 842# CONFIG_NFS_V4 is not set
639# CONFIG_NFS_DIRECTIO is not set 843# CONFIG_NFS_DIRECTIO is not set
640# CONFIG_NFSD is not set 844# CONFIG_NFSD is not set
641CONFIG_ROOT_NFS=y 845CONFIG_ROOT_NFS=y
642CONFIG_LOCKD=y 846CONFIG_LOCKD=y
643CONFIG_LOCKD_V4=y 847CONFIG_LOCKD_V4=y
848CONFIG_NFS_COMMON=y
644CONFIG_SUNRPC=y 849CONFIG_SUNRPC=y
645# CONFIG_RPCSEC_GSS_KRB5 is not set 850# CONFIG_RPCSEC_GSS_KRB5 is not set
646# CONFIG_RPCSEC_GSS_SPKM3 is not set 851# CONFIG_RPCSEC_GSS_SPKM3 is not set
@@ -649,6 +854,7 @@ CONFIG_SUNRPC=y
649# CONFIG_NCP_FS is not set 854# CONFIG_NCP_FS is not set
650# CONFIG_CODA_FS is not set 855# CONFIG_CODA_FS is not set
651# CONFIG_AFS_FS is not set 856# CONFIG_AFS_FS is not set
857# CONFIG_9P_FS is not set
652 858
653# 859#
654# Partition Types 860# Partition Types
@@ -669,8 +875,15 @@ CONFIG_MSDOS_PARTITION=y
669# 875#
670# Kernel hacking 876# Kernel hacking
671# 877#
878# CONFIG_PRINTK_TIME is not set
879CONFIG_ENABLE_MUST_CHECK=y
880# CONFIG_MAGIC_SYSRQ is not set
881# CONFIG_UNUSED_SYMBOLS is not set
672# CONFIG_DEBUG_KERNEL is not set 882# CONFIG_DEBUG_KERNEL is not set
673# CONFIG_FRAME_POINTER is not set 883CONFIG_LOG_BUF_SHIFT=14
884# CONFIG_DEBUG_BUGVERBOSE is not set
885# CONFIG_DEBUG_FS is not set
886# CONFIG_UNWIND_INFO is not set
674# CONFIG_SH_STANDARD_BIOS is not set 887# CONFIG_SH_STANDARD_BIOS is not set
675# CONFIG_EARLY_SCIF_CONSOLE is not set 888# CONFIG_EARLY_SCIF_CONSOLE is not set
676# CONFIG_KGDB is not set 889# CONFIG_KGDB is not set
@@ -687,13 +900,11 @@ CONFIG_MSDOS_PARTITION=y
687# CONFIG_CRYPTO is not set 900# CONFIG_CRYPTO is not set
688 901
689# 902#
690# Hardware crypto devices
691#
692
693#
694# Library routines 903# Library routines
695# 904#
696# CONFIG_CRC_CCITT is not set 905# CONFIG_CRC_CCITT is not set
906# CONFIG_CRC16 is not set
697CONFIG_CRC32=y 907CONFIG_CRC32=y
698# CONFIG_LIBCRC32C is not set 908# CONFIG_LIBCRC32C is not set
699CONFIG_ZLIB_INFLATE=y 909CONFIG_ZLIB_INFLATE=y
910CONFIG_PLIST=y
diff --git a/arch/sh/configs/systemh_defconfig b/arch/sh/configs/systemh_defconfig
index 431c9c9da165..c16350dac01b 100644
--- a/arch/sh/configs/systemh_defconfig
+++ b/arch/sh/configs/systemh_defconfig
@@ -1,48 +1,58 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.11-sh 3# Linux kernel version: 2.6.18
4# Wed Mar 2 15:09:53 2005 4# Tue Oct 3 12:57:29 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12 14
13# 15#
14# Code maturity level options 16# Code maturity level options
15# 17#
16CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
17# CONFIG_CLEAN_COMPILE is not set
18CONFIG_BROKEN=y
19CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_LOCK_KERNEL=y 20CONFIG_LOCK_KERNEL=y
21CONFIG_INIT_ENV_ARG_LIMIT=32
21 22
22# 23#
23# General setup 24# General setup
24# 25#
25CONFIG_LOCALVERSION="" 26CONFIG_LOCALVERSION=""
27CONFIG_LOCALVERSION_AUTO=y
26CONFIG_SWAP=y 28CONFIG_SWAP=y
27# CONFIG_SYSVIPC is not set 29# CONFIG_SYSVIPC is not set
28# CONFIG_BSD_PROCESS_ACCT is not set 30# CONFIG_BSD_PROCESS_ACCT is not set
29# CONFIG_SYSCTL is not set 31# CONFIG_UTS_NS is not set
30# CONFIG_AUDIT is not set
31CONFIG_LOG_BUF_SHIFT=14
32# CONFIG_HOTPLUG is not set
33# CONFIG_IKCONFIG is not set 32# CONFIG_IKCONFIG is not set
33# CONFIG_RELAY is not set
34CONFIG_INITRAMFS_SOURCE=""
35# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
36CONFIG_SYSCTL=y
34CONFIG_EMBEDDED=y 37CONFIG_EMBEDDED=y
38CONFIG_UID16=y
39# CONFIG_SYSCTL_SYSCALL is not set
35CONFIG_KALLSYMS=y 40CONFIG_KALLSYMS=y
36# CONFIG_KALLSYMS_EXTRA_PASS is not set 41# CONFIG_KALLSYMS_EXTRA_PASS is not set
42# CONFIG_HOTPLUG is not set
43CONFIG_PRINTK=y
44CONFIG_BUG=y
45CONFIG_ELF_CORE=y
46CONFIG_BASE_FULL=y
37CONFIG_FUTEX=y 47CONFIG_FUTEX=y
38CONFIG_EPOLL=y 48CONFIG_EPOLL=y
39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SHMEM=y 49CONFIG_SHMEM=y
41CONFIG_CC_ALIGN_FUNCTIONS=0 50CONFIG_SLAB=y
42CONFIG_CC_ALIGN_LABELS=0 51CONFIG_VM_EVENT_COUNTERS=y
43CONFIG_CC_ALIGN_LOOPS=0 52CONFIG_RT_MUTEXES=y
44CONFIG_CC_ALIGN_JUMPS=0
45# CONFIG_TINY_SHMEM is not set 53# CONFIG_TINY_SHMEM is not set
54CONFIG_BASE_SMALL=0
55# CONFIG_SLOB is not set
46 56
47# 57#
48# Loadable module support 58# Loadable module support
@@ -50,75 +60,150 @@ CONFIG_CC_ALIGN_JUMPS=0
50CONFIG_MODULES=y 60CONFIG_MODULES=y
51CONFIG_MODULE_UNLOAD=y 61CONFIG_MODULE_UNLOAD=y
52# CONFIG_MODULE_FORCE_UNLOAD is not set 62# CONFIG_MODULE_FORCE_UNLOAD is not set
53CONFIG_OBSOLETE_MODPARM=y
54# CONFIG_MODVERSIONS is not set 63# CONFIG_MODVERSIONS is not set
55# CONFIG_MODULE_SRCVERSION_ALL is not set 64# CONFIG_MODULE_SRCVERSION_ALL is not set
56# CONFIG_KMOD is not set 65# CONFIG_KMOD is not set
57 66
58# 67#
68# Block layer
69#
70CONFIG_BLOCK=y
71# CONFIG_LBD is not set
72# CONFIG_BLK_DEV_IO_TRACE is not set
73# CONFIG_LSF is not set
74
75#
76# IO Schedulers
77#
78CONFIG_IOSCHED_NOOP=y
79CONFIG_IOSCHED_AS=y
80CONFIG_IOSCHED_DEADLINE=y
81CONFIG_IOSCHED_CFQ=y
82CONFIG_DEFAULT_AS=y
83# CONFIG_DEFAULT_DEADLINE is not set
84# CONFIG_DEFAULT_CFQ is not set
85# CONFIG_DEFAULT_NOOP is not set
86CONFIG_DEFAULT_IOSCHED="anticipatory"
87
88#
59# System type 89# System type
60# 90#
61# CONFIG_SH_SOLUTION_ENGINE is not set 91# CONFIG_SH_SOLUTION_ENGINE is not set
62# CONFIG_SH_7751_SOLUTION_ENGINE is not set 92# CONFIG_SH_7751_SOLUTION_ENGINE is not set
63# CONFIG_SH_7300_SOLUTION_ENGINE is not set 93# CONFIG_SH_7300_SOLUTION_ENGINE is not set
94# CONFIG_SH_7343_SOLUTION_ENGINE is not set
64# CONFIG_SH_73180_SOLUTION_ENGINE is not set 95# CONFIG_SH_73180_SOLUTION_ENGINE is not set
65CONFIG_SH_7751_SYSTEMH=y 96CONFIG_SH_7751_SYSTEMH=y
66# CONFIG_SH_STB1_HARP is not set 97# CONFIG_SH_HP6XX is not set
67# CONFIG_SH_STB1_OVERDRIVE is not set
68# CONFIG_SH_HP620 is not set
69# CONFIG_SH_HP680 is not set
70# CONFIG_SH_HP690 is not set
71# CONFIG_SH_CQREEK is not set
72# CONFIG_SH_DMIDA is not set
73# CONFIG_SH_EC3104 is not set 98# CONFIG_SH_EC3104 is not set
74# CONFIG_SH_SATURN is not set 99# CONFIG_SH_SATURN is not set
75# CONFIG_SH_DREAMCAST is not set 100# CONFIG_SH_DREAMCAST is not set
76# CONFIG_SH_CAT68701 is not set
77# CONFIG_SH_BIGSUR is not set 101# CONFIG_SH_BIGSUR is not set
78# CONFIG_SH_SH2000 is not set
79# CONFIG_SH_ADX is not set
80# CONFIG_SH_MPC1211 is not set 102# CONFIG_SH_MPC1211 is not set
81# CONFIG_SH_SH03 is not set 103# CONFIG_SH_SH03 is not set
82# CONFIG_SH_SECUREEDGE5410 is not set 104# CONFIG_SH_SECUREEDGE5410 is not set
83# CONFIG_SH_HS7751RVOIP is not set 105# CONFIG_SH_HS7751RVOIP is not set
106# CONFIG_SH_7710VOIPGW is not set
84# CONFIG_SH_RTS7751R2D is not set 107# CONFIG_SH_RTS7751R2D is not set
108# CONFIG_SH_R7780RP is not set
85# CONFIG_SH_EDOSK7705 is not set 109# CONFIG_SH_EDOSK7705 is not set
86# CONFIG_SH_SH4202_MICRODEV is not set 110# CONFIG_SH_SH4202_MICRODEV is not set
111# CONFIG_SH_LANDISK is not set
112# CONFIG_SH_TITAN is not set
113# CONFIG_SH_SHMIN is not set
87# CONFIG_SH_UNKNOWN is not set 114# CONFIG_SH_UNKNOWN is not set
88# CONFIG_CPU_SH2 is not set 115
89# CONFIG_CPU_SH3 is not set 116#
117# Processor selection
118#
90CONFIG_CPU_SH4=y 119CONFIG_CPU_SH4=y
120
121#
122# SH-2 Processor Support
123#
91# CONFIG_CPU_SUBTYPE_SH7604 is not set 124# CONFIG_CPU_SUBTYPE_SH7604 is not set
125
126#
127# SH-3 Processor Support
128#
92# CONFIG_CPU_SUBTYPE_SH7300 is not set 129# CONFIG_CPU_SUBTYPE_SH7300 is not set
93# CONFIG_CPU_SUBTYPE_SH7705 is not set 130# CONFIG_CPU_SUBTYPE_SH7705 is not set
131# CONFIG_CPU_SUBTYPE_SH7706 is not set
94# CONFIG_CPU_SUBTYPE_SH7707 is not set 132# CONFIG_CPU_SUBTYPE_SH7707 is not set
95# CONFIG_CPU_SUBTYPE_SH7708 is not set 133# CONFIG_CPU_SUBTYPE_SH7708 is not set
96# CONFIG_CPU_SUBTYPE_SH7709 is not set 134# CONFIG_CPU_SUBTYPE_SH7709 is not set
135# CONFIG_CPU_SUBTYPE_SH7710 is not set
136
137#
138# SH-4 Processor Support
139#
97# CONFIG_CPU_SUBTYPE_SH7750 is not set 140# CONFIG_CPU_SUBTYPE_SH7750 is not set
141# CONFIG_CPU_SUBTYPE_SH7091 is not set
142# CONFIG_CPU_SUBTYPE_SH7750R is not set
143# CONFIG_CPU_SUBTYPE_SH7750S is not set
98CONFIG_CPU_SUBTYPE_SH7751=y 144CONFIG_CPU_SUBTYPE_SH7751=y
145CONFIG_CPU_SUBTYPE_SH7751R=y
99# CONFIG_CPU_SUBTYPE_SH7760 is not set 146# CONFIG_CPU_SUBTYPE_SH7760 is not set
100# CONFIG_CPU_SUBTYPE_SH73180 is not set 147# CONFIG_CPU_SUBTYPE_SH4_202 is not set
148
149#
150# ST40 Processor Support
151#
101# CONFIG_CPU_SUBTYPE_ST40STB1 is not set 152# CONFIG_CPU_SUBTYPE_ST40STB1 is not set
102# CONFIG_CPU_SUBTYPE_ST40GX1 is not set 153# CONFIG_CPU_SUBTYPE_ST40GX1 is not set
103# CONFIG_CPU_SUBTYPE_SH4_202 is not set 154
155#
156# SH-4A Processor Support
157#
158# CONFIG_CPU_SUBTYPE_SH7770 is not set
159# CONFIG_CPU_SUBTYPE_SH7780 is not set
160
161#
162# SH4AL-DSP Processor Support
163#
164# CONFIG_CPU_SUBTYPE_SH73180 is not set
165# CONFIG_CPU_SUBTYPE_SH7343 is not set
166
167#
168# Memory management options
169#
104CONFIG_MMU=y 170CONFIG_MMU=y
105# CONFIG_CMDLINE_BOOL is not set 171CONFIG_PAGE_OFFSET=0x80000000
106CONFIG_MEMORY_START=0x0c000000 172CONFIG_MEMORY_START=0x0c000000
107CONFIG_MEMORY_SIZE=0x00400000 173CONFIG_MEMORY_SIZE=0x00400000
108# CONFIG_MEMORY_OVERRIDE is not set 174CONFIG_VSYSCALL=y
109CONFIG_SH_RTC=y 175CONFIG_SELECT_MEMORY_MODEL=y
110CONFIG_SH_FPU=y 176CONFIG_FLATMEM_MANUAL=y
111CONFIG_ZERO_PAGE_OFFSET=0x00001000 177# CONFIG_DISCONTIGMEM_MANUAL is not set
112CONFIG_BOOT_LINK_OFFSET=0x00800000 178# CONFIG_SPARSEMEM_MANUAL is not set
113CONFIG_CPU_LITTLE_ENDIAN=y 179CONFIG_FLATMEM=y
114CONFIG_PREEMPT=y 180CONFIG_FLAT_NODE_MEM_MAP=y
115# CONFIG_UBC_WAKEUP is not set 181# CONFIG_SPARSEMEM_STATIC is not set
182CONFIG_SPLIT_PTLOCK_CPUS=4
183# CONFIG_RESOURCES_64BIT is not set
184
185#
186# Cache configuration
187#
188# CONFIG_SH_DIRECT_MAPPED is not set
116# CONFIG_SH_WRITETHROUGH is not set 189# CONFIG_SH_WRITETHROUGH is not set
117# CONFIG_SH_OCRAM is not set 190# CONFIG_SH_OCRAM is not set
191
192#
193# Processor features
194#
195CONFIG_CPU_LITTLE_ENDIAN=y
196CONFIG_SH_FPU=y
197# CONFIG_SH_DSP is not set
118# CONFIG_SH_STORE_QUEUES is not set 198# CONFIG_SH_STORE_QUEUES is not set
119# CONFIG_SMP is not set 199CONFIG_CPU_HAS_INTEVT=y
120CONFIG_SH_PCLK_CALC=y 200CONFIG_CPU_HAS_SR_RB=y
121CONFIG_SH_PCLK_FREQ=49876504 201
202#
203# Timer support
204#
205CONFIG_SH_TMU=y
206CONFIG_SH_PCLK_FREQ=60000000
122 207
123# 208#
124# CPU Frequency scaling 209# CPU Frequency scaling
@@ -136,28 +221,39 @@ CONFIG_SH_PCLK_FREQ=49876504
136# CONFIG_HD6446X_SERIES is not set 221# CONFIG_HD6446X_SERIES is not set
137 222
138# 223#
139# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 224# Kernel features
140# 225#
141CONFIG_PCI=y 226# CONFIG_HZ_100 is not set
142# CONFIG_SH_PCIDMA_NONCOHERENT is not set 227CONFIG_HZ_250=y
143CONFIG_PCI_AUTO=y 228# CONFIG_HZ_1000 is not set
144CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 229CONFIG_HZ=250
145CONFIG_PCI_LEGACY_PROC=y 230# CONFIG_KEXEC is not set
146CONFIG_PCI_NAMES=y 231# CONFIG_SMP is not set
232# CONFIG_PREEMPT_NONE is not set
233# CONFIG_PREEMPT_VOLUNTARY is not set
234CONFIG_PREEMPT=y
235CONFIG_PREEMPT_BKL=y
147 236
148# 237#
149# PCCARD (PCMCIA/CardBus) support 238# Boot options
239#
240CONFIG_ZERO_PAGE_OFFSET=0x00001000
241CONFIG_BOOT_LINK_OFFSET=0x00800000
242# CONFIG_UBC_WAKEUP is not set
243# CONFIG_CMDLINE_BOOL is not set
244
245#
246# Bus options
150# 247#
151# CONFIG_PCCARD is not set 248# CONFIG_PCI is not set
152 249
153# 250#
154# PC-card bridges 251# PCCARD (PCMCIA/CardBus) support
155# 252#
156 253
157# 254#
158# PCI Hotplug Support 255# PCI Hotplug Support
159# 256#
160# CONFIG_HOTPLUG_PCI is not set
161 257
162# 258#
163# Executable file formats 259# Executable file formats
@@ -167,9 +263,14 @@ CONFIG_BINFMT_ELF=y
167# CONFIG_BINFMT_MISC is not set 263# CONFIG_BINFMT_MISC is not set
168 264
169# 265#
170# SH initrd options 266# Power management options (EXPERIMENTAL)
267#
268# CONFIG_PM is not set
269
270#
271# Networking
171# 272#
172# CONFIG_EMBEDDED_RAMDISK is not set 273# CONFIG_NET is not set
173 274
174# 275#
175# Device Drivers 276# Device Drivers
@@ -180,7 +281,11 @@ CONFIG_BINFMT_ELF=y
180# 281#
181# CONFIG_STANDALONE is not set 282# CONFIG_STANDALONE is not set
182CONFIG_PREVENT_FIRMWARE_BUILD=y 283CONFIG_PREVENT_FIRMWARE_BUILD=y
183# CONFIG_FW_LOADER is not set 284# CONFIG_SYS_HYPERVISOR is not set
285
286#
287# Connector - unified userspace <-> kernelspace linker
288#
184 289
185# 290#
186# Memory Technology Devices (MTD) 291# Memory Technology Devices (MTD)
@@ -199,31 +304,16 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
199# 304#
200# Block devices 305# Block devices
201# 306#
202# CONFIG_BLK_DEV_FD is not set
203# CONFIG_BLK_CPQ_DA is not set
204# CONFIG_BLK_CPQ_CISS_DA is not set
205# CONFIG_BLK_DEV_DAC960 is not set
206# CONFIG_BLK_DEV_UMEM is not set
207# CONFIG_BLK_DEV_COW_COMMON is not set 307# CONFIG_BLK_DEV_COW_COMMON is not set
208# CONFIG_BLK_DEV_LOOP is not set 308# CONFIG_BLK_DEV_LOOP is not set
209# CONFIG_BLK_DEV_SX8 is not set
210CONFIG_BLK_DEV_RAM=y 309CONFIG_BLK_DEV_RAM=y
211CONFIG_BLK_DEV_RAM_COUNT=16 310CONFIG_BLK_DEV_RAM_COUNT=16
212CONFIG_BLK_DEV_RAM_SIZE=1024 311CONFIG_BLK_DEV_RAM_SIZE=1024
312CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
213CONFIG_BLK_DEV_INITRD=y 313CONFIG_BLK_DEV_INITRD=y
214CONFIG_INITRAMFS_SOURCE=""
215# CONFIG_LBD is not set
216# CONFIG_CDROM_PKTCDVD is not set 314# CONFIG_CDROM_PKTCDVD is not set
217 315
218# 316#
219# IO Schedulers
220#
221CONFIG_IOSCHED_NOOP=y
222CONFIG_IOSCHED_AS=y
223CONFIG_IOSCHED_DEADLINE=y
224CONFIG_IOSCHED_CFQ=y
225
226#
227# ATA/ATAPI/MFM/RLL support 317# ATA/ATAPI/MFM/RLL support
228# 318#
229# CONFIG_IDE is not set 319# CONFIG_IDE is not set
@@ -231,7 +321,14 @@ CONFIG_IOSCHED_CFQ=y
231# 321#
232# SCSI device support 322# SCSI device support
233# 323#
324# CONFIG_RAID_ATTRS is not set
234# CONFIG_SCSI is not set 325# CONFIG_SCSI is not set
326# CONFIG_SCSI_NETLINK is not set
327
328#
329# Serial ATA (prod) and Parallel ATA (experimental) drivers
330#
331# CONFIG_ATA is not set
235 332
236# 333#
237# Multi-device support (RAID and LVM) 334# Multi-device support (RAID and LVM)
@@ -241,23 +338,15 @@ CONFIG_IOSCHED_CFQ=y
241# 338#
242# Fusion MPT device support 339# Fusion MPT device support
243# 340#
341# CONFIG_FUSION is not set
244 342
245# 343#
246# IEEE 1394 (FireWire) support 344# IEEE 1394 (FireWire) support
247# 345#
248# CONFIG_IEEE1394 is not set
249 346
250# 347#
251# I2O device support 348# I2O device support
252# 349#
253# CONFIG_I2O is not set
254
255#
256# Networking support
257#
258# CONFIG_NET is not set
259# CONFIG_NETPOLL is not set
260# CONFIG_NET_POLL_CONTROLLER is not set
261 350
262# 351#
263# ISDN subsystem 352# ISDN subsystem
@@ -274,25 +363,14 @@ CONFIG_IOSCHED_CFQ=y
274# CONFIG_INPUT is not set 363# CONFIG_INPUT is not set
275 364
276# 365#
277# Userland interfaces 366# Hardware I/O ports
278#
279
280# 367#
281# Input I/O drivers
282#
283# CONFIG_GAMEPORT is not set
284CONFIG_SOUND_GAMEPORT=y
285CONFIG_SERIO=y 368CONFIG_SERIO=y
286# CONFIG_SERIO_I8042 is not set 369# CONFIG_SERIO_I8042 is not set
287# CONFIG_SERIO_SERPORT is not set 370# CONFIG_SERIO_SERPORT is not set
288# CONFIG_SERIO_CT82C710 is not set
289# CONFIG_SERIO_PCIPS2 is not set
290# CONFIG_SERIO_LIBPS2 is not set 371# CONFIG_SERIO_LIBPS2 is not set
291# CONFIG_SERIO_RAW is not set 372# CONFIG_SERIO_RAW is not set
292 373# CONFIG_GAMEPORT is not set
293#
294# Input Device Drivers
295#
296 374
297# 375#
298# Character devices 376# Character devices
@@ -322,27 +400,46 @@ CONFIG_LEGACY_PTY_COUNT=256
322# Watchdog Cards 400# Watchdog Cards
323# 401#
324# CONFIG_WATCHDOG is not set 402# CONFIG_WATCHDOG is not set
325# CONFIG_RTC is not set 403CONFIG_HW_RANDOM=y
326# CONFIG_GEN_RTC is not set 404# CONFIG_GEN_RTC is not set
327# CONFIG_DTLK is not set 405# CONFIG_DTLK is not set
328# CONFIG_R3964 is not set 406# CONFIG_R3964 is not set
329# CONFIG_APPLICOM is not set
330 407
331# 408#
332# Ftape, the floppy tape device driver 409# Ftape, the floppy tape device driver
333# 410#
334# CONFIG_DRM is not set
335# CONFIG_RAW_DRIVER is not set 411# CONFIG_RAW_DRIVER is not set
336 412
337# 413#
414# TPM devices
415#
416# CONFIG_TCG_TPM is not set
417# CONFIG_TELCLOCK is not set
418
419#
338# I2C support 420# I2C support
339# 421#
340# CONFIG_I2C is not set 422# CONFIG_I2C is not set
341 423
342# 424#
425# SPI support
426#
427# CONFIG_SPI is not set
428# CONFIG_SPI_MASTER is not set
429
430#
343# Dallas's 1-wire bus 431# Dallas's 1-wire bus
344# 432#
345# CONFIG_W1 is not set 433
434#
435# Hardware Monitoring support
436#
437CONFIG_HWMON=y
438# CONFIG_HWMON_VID is not set
439# CONFIG_SENSORS_ABITUGURU is not set
440# CONFIG_SENSORS_F71805F is not set
441# CONFIG_SENSORS_VT1211 is not set
442# CONFIG_HWMON_DEBUG_CHIP is not set
346 443
347# 444#
348# Misc devices 445# Misc devices
@@ -352,6 +449,7 @@ CONFIG_LEGACY_PTY_COUNT=256
352# Multimedia devices 449# Multimedia devices
353# 450#
354# CONFIG_VIDEO_DEV is not set 451# CONFIG_VIDEO_DEV is not set
452CONFIG_VIDEO_V4L2=y
355 453
356# 454#
357# Digital Video Broadcasting Devices 455# Digital Video Broadcasting Devices
@@ -360,7 +458,9 @@ CONFIG_LEGACY_PTY_COUNT=256
360# 458#
361# Graphics support 459# Graphics support
362# 460#
461CONFIG_FIRMWARE_EDID=y
363# CONFIG_FB is not set 462# CONFIG_FB is not set
463# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
364 464
365# 465#
366# Sound 466# Sound
@@ -370,12 +470,12 @@ CONFIG_LEGACY_PTY_COUNT=256
370# 470#
371# USB support 471# USB support
372# 472#
373# CONFIG_USB is not set 473# CONFIG_USB_ARCH_HAS_HCD is not set
374CONFIG_USB_ARCH_HAS_HCD=y 474# CONFIG_USB_ARCH_HAS_OHCI is not set
375CONFIG_USB_ARCH_HAS_OHCI=y 475# CONFIG_USB_ARCH_HAS_EHCI is not set
376 476
377# 477#
378# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 478# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
379# 479#
380 480
381# 481#
@@ -389,29 +489,62 @@ CONFIG_USB_ARCH_HAS_OHCI=y
389# CONFIG_MMC is not set 489# CONFIG_MMC is not set
390 490
391# 491#
492# LED devices
493#
494# CONFIG_NEW_LEDS is not set
495
496#
497# LED drivers
498#
499
500#
501# LED Triggers
502#
503
504#
392# InfiniBand support 505# InfiniBand support
393# 506#
394# CONFIG_INFINIBAND is not set 507
508#
509# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
510#
511
512#
513# Real Time Clock
514#
515# CONFIG_RTC_CLASS is not set
516
517#
518# DMA Engine support
519#
520# CONFIG_DMA_ENGINE is not set
521
522#
523# DMA Clients
524#
525
526#
527# DMA Devices
528#
395 529
396# 530#
397# File systems 531# File systems
398# 532#
399# CONFIG_EXT2_FS is not set 533# CONFIG_EXT2_FS is not set
400# CONFIG_EXT3_FS is not set 534# CONFIG_EXT3_FS is not set
401# CONFIG_JBD is not set
402# CONFIG_REISERFS_FS is not set 535# CONFIG_REISERFS_FS is not set
403# CONFIG_JFS_FS is not set 536# CONFIG_JFS_FS is not set
404 537# CONFIG_FS_POSIX_ACL is not set
405#
406# XFS support
407#
408# CONFIG_XFS_FS is not set 538# CONFIG_XFS_FS is not set
409# CONFIG_MINIX_FS is not set 539# CONFIG_MINIX_FS is not set
410CONFIG_ROMFS_FS=y 540CONFIG_ROMFS_FS=y
541CONFIG_INOTIFY=y
542CONFIG_INOTIFY_USER=y
411# CONFIG_QUOTA is not set 543# CONFIG_QUOTA is not set
412CONFIG_DNOTIFY=y 544CONFIG_DNOTIFY=y
413# CONFIG_AUTOFS_FS is not set 545# CONFIG_AUTOFS_FS is not set
414# CONFIG_AUTOFS4_FS is not set 546# CONFIG_AUTOFS4_FS is not set
547# CONFIG_FUSE_FS is not set
415 548
416# 549#
417# CD-ROM/DVD Filesystems 550# CD-ROM/DVD Filesystems
@@ -431,16 +564,14 @@ CONFIG_DNOTIFY=y
431# 564#
432CONFIG_PROC_FS=y 565CONFIG_PROC_FS=y
433CONFIG_PROC_KCORE=y 566CONFIG_PROC_KCORE=y
567CONFIG_PROC_SYSCTL=y
434CONFIG_SYSFS=y 568CONFIG_SYSFS=y
435CONFIG_DEVFS_FS=y
436CONFIG_DEVFS_MOUNT=y
437# CONFIG_DEVFS_DEBUG is not set
438# CONFIG_DEVPTS_FS_XATTR is not set
439CONFIG_TMPFS=y 569CONFIG_TMPFS=y
440# CONFIG_TMPFS_XATTR is not set 570# CONFIG_TMPFS_POSIX_ACL is not set
441# CONFIG_HUGETLBFS is not set 571# CONFIG_HUGETLBFS is not set
442# CONFIG_HUGETLB_PAGE is not set 572# CONFIG_HUGETLB_PAGE is not set
443CONFIG_RAMFS=y 573CONFIG_RAMFS=y
574# CONFIG_CONFIGFS_FS is not set
444 575
445# 576#
446# Miscellaneous filesystems 577# Miscellaneous filesystems
@@ -478,9 +609,14 @@ CONFIG_MSDOS_PARTITION=y
478# 609#
479# Kernel hacking 610# Kernel hacking
480# 611#
612# CONFIG_PRINTK_TIME is not set
613CONFIG_ENABLE_MUST_CHECK=y
614# CONFIG_MAGIC_SYSRQ is not set
615# CONFIG_UNUSED_SYMBOLS is not set
481# CONFIG_DEBUG_KERNEL is not set 616# CONFIG_DEBUG_KERNEL is not set
482CONFIG_DEBUG_PREEMPT=y 617CONFIG_LOG_BUF_SHIFT=14
483# CONFIG_FRAME_POINTER is not set 618# CONFIG_DEBUG_BUGVERBOSE is not set
619# CONFIG_DEBUG_FS is not set
484# CONFIG_SH_STANDARD_BIOS is not set 620# CONFIG_SH_STANDARD_BIOS is not set
485# CONFIG_EARLY_SCIF_CONSOLE is not set 621# CONFIG_EARLY_SCIF_CONSOLE is not set
486# CONFIG_KGDB is not set 622# CONFIG_KGDB is not set
@@ -497,13 +633,11 @@ CONFIG_DEBUG_PREEMPT=y
497# CONFIG_CRYPTO is not set 633# CONFIG_CRYPTO is not set
498 634
499# 635#
500# Hardware crypto devices
501#
502
503#
504# Library routines 636# Library routines
505# 637#
506# CONFIG_CRC_CCITT is not set 638# CONFIG_CRC_CCITT is not set
639# CONFIG_CRC16 is not set
507CONFIG_CRC32=y 640CONFIG_CRC32=y
508# CONFIG_LIBCRC32C is not set 641# CONFIG_LIBCRC32C is not set
509CONFIG_ZLIB_INFLATE=y 642CONFIG_ZLIB_INFLATE=y
643CONFIG_PLIST=y
diff --git a/arch/sh/configs/titan_defconfig b/arch/sh/configs/titan_defconfig
index 1db2904de9e5..5e8175461138 100644
--- a/arch/sh/configs/titan_defconfig
+++ b/arch/sh/configs/titan_defconfig
@@ -1,21 +1,21 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.14-sh 3# Linux kernel version: 2.6.18
4# Wed Nov 9 00:35:56 2005 4# Tue Oct 3 12:59:14 2006
5# 5#
6CONFIG_SUPERH=y 6CONFIG_SUPERH=y
7CONFIG_UID16=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y 7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_GENERIC_FIND_NEXT_BIT=y
9CONFIG_GENERIC_HWEIGHT=y
9CONFIG_GENERIC_HARDIRQS=y 10CONFIG_GENERIC_HARDIRQS=y
10CONFIG_GENERIC_IRQ_PROBE=y 11CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y 12CONFIG_GENERIC_CALIBRATE_DELAY=y
12CONFIG_GENERIC_IOMAP=y 13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13 14
14# 15#
15# Code maturity level options 16# Code maturity level options
16# 17#
17CONFIG_EXPERIMENTAL=y 18CONFIG_EXPERIMENTAL=y
18CONFIG_CLEAN_COMPILE=y
19CONFIG_BROKEN_ON_SMP=y 19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32 20CONFIG_INIT_ENV_ARG_LIMIT=32
21 21
@@ -26,31 +26,38 @@ CONFIG_LOCALVERSION=""
26CONFIG_LOCALVERSION_AUTO=y 26CONFIG_LOCALVERSION_AUTO=y
27CONFIG_SWAP=y 27CONFIG_SWAP=y
28CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
29# CONFIG_POSIX_MQUEUE is not set 29# CONFIG_IPC_NS is not set
30CONFIG_POSIX_MQUEUE=y
30# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
31CONFIG_SYSCTL=y 32# CONFIG_TASKSTATS is not set
33# CONFIG_UTS_NS is not set
32# CONFIG_AUDIT is not set 34# CONFIG_AUDIT is not set
33CONFIG_HOTPLUG=y
34CONFIG_KOBJECT_UEVENT=y
35CONFIG_IKCONFIG=y 35CONFIG_IKCONFIG=y
36CONFIG_IKCONFIG_PROC=y 36CONFIG_IKCONFIG_PROC=y
37# CONFIG_RELAY is not set
37CONFIG_INITRAMFS_SOURCE="" 38CONFIG_INITRAMFS_SOURCE=""
38# CONFIG_EMBEDDED is not set 39# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40CONFIG_SYSCTL=y
41CONFIG_EMBEDDED=y
42CONFIG_UID16=y
43# CONFIG_SYSCTL_SYSCALL is not set
39CONFIG_KALLSYMS=y 44CONFIG_KALLSYMS=y
40# CONFIG_KALLSYMS_ALL is not set 45# CONFIG_KALLSYMS_ALL is not set
41# CONFIG_KALLSYMS_EXTRA_PASS is not set 46# CONFIG_KALLSYMS_EXTRA_PASS is not set
47CONFIG_HOTPLUG=y
42CONFIG_PRINTK=y 48CONFIG_PRINTK=y
43CONFIG_BUG=y 49CONFIG_BUG=y
50CONFIG_ELF_CORE=y
44CONFIG_BASE_FULL=y 51CONFIG_BASE_FULL=y
45CONFIG_FUTEX=y 52CONFIG_FUTEX=y
46CONFIG_EPOLL=y 53CONFIG_EPOLL=y
47CONFIG_SHMEM=y 54CONFIG_SHMEM=y
48CONFIG_CC_ALIGN_FUNCTIONS=0 55CONFIG_SLAB=y
49CONFIG_CC_ALIGN_LABELS=0 56CONFIG_VM_EVENT_COUNTERS=y
50CONFIG_CC_ALIGN_LOOPS=0 57CONFIG_RT_MUTEXES=y
51CONFIG_CC_ALIGN_JUMPS=0
52# CONFIG_TINY_SHMEM is not set 58# CONFIG_TINY_SHMEM is not set
53CONFIG_BASE_SMALL=0 59CONFIG_BASE_SMALL=0
60# CONFIG_SLOB is not set
54 61
55# 62#
56# Loadable module support 63# Loadable module support
@@ -58,40 +65,57 @@ CONFIG_BASE_SMALL=0
58CONFIG_MODULES=y 65CONFIG_MODULES=y
59CONFIG_MODULE_UNLOAD=y 66CONFIG_MODULE_UNLOAD=y
60CONFIG_MODULE_FORCE_UNLOAD=y 67CONFIG_MODULE_FORCE_UNLOAD=y
61CONFIG_OBSOLETE_MODPARM=y
62# CONFIG_MODVERSIONS is not set 68# CONFIG_MODVERSIONS is not set
63# CONFIG_MODULE_SRCVERSION_ALL is not set 69# CONFIG_MODULE_SRCVERSION_ALL is not set
64CONFIG_KMOD=y 70CONFIG_KMOD=y
65 71
66# 72#
73# Block layer
74#
75CONFIG_BLOCK=y
76# CONFIG_LBD is not set
77# CONFIG_BLK_DEV_IO_TRACE is not set
78# CONFIG_LSF is not set
79
80#
81# IO Schedulers
82#
83CONFIG_IOSCHED_NOOP=y
84CONFIG_IOSCHED_AS=y
85CONFIG_IOSCHED_DEADLINE=y
86CONFIG_IOSCHED_CFQ=y
87CONFIG_DEFAULT_AS=y
88# CONFIG_DEFAULT_DEADLINE is not set
89# CONFIG_DEFAULT_CFQ is not set
90# CONFIG_DEFAULT_NOOP is not set
91CONFIG_DEFAULT_IOSCHED="anticipatory"
92
93#
67# System type 94# System type
68# 95#
69# CONFIG_SH_SOLUTION_ENGINE is not set 96# CONFIG_SH_SOLUTION_ENGINE is not set
70# CONFIG_SH_7751_SOLUTION_ENGINE is not set 97# CONFIG_SH_7751_SOLUTION_ENGINE is not set
71# CONFIG_SH_7300_SOLUTION_ENGINE is not set 98# CONFIG_SH_7300_SOLUTION_ENGINE is not set
99# CONFIG_SH_7343_SOLUTION_ENGINE is not set
72# CONFIG_SH_73180_SOLUTION_ENGINE is not set 100# CONFIG_SH_73180_SOLUTION_ENGINE is not set
73# CONFIG_SH_7751_SYSTEMH is not set 101# CONFIG_SH_7751_SYSTEMH is not set
74CONFIG_SH_TITAN=y
75# CONFIG_SH_STB1_HARP is not set
76# CONFIG_SH_STB1_OVERDRIVE is not set
77# CONFIG_SH_HP6XX is not set 102# CONFIG_SH_HP6XX is not set
78# CONFIG_SH_CQREEK is not set
79# CONFIG_SH_DMIDA is not set
80# CONFIG_SH_EC3104 is not set 103# CONFIG_SH_EC3104 is not set
81# CONFIG_SH_SATURN is not set 104# CONFIG_SH_SATURN is not set
82# CONFIG_SH_DREAMCAST is not set 105# CONFIG_SH_DREAMCAST is not set
83# CONFIG_SH_CAT68701 is not set
84# CONFIG_SH_BIGSUR is not set 106# CONFIG_SH_BIGSUR is not set
85# CONFIG_SH_SH2000 is not set
86# CONFIG_SH_ADX is not set
87# CONFIG_SH_MPC1211 is not set 107# CONFIG_SH_MPC1211 is not set
88# CONFIG_SH_SH03 is not set 108# CONFIG_SH_SH03 is not set
89# CONFIG_SH_SECUREEDGE5410 is not set 109# CONFIG_SH_SECUREEDGE5410 is not set
90# CONFIG_SH_HS7751RVOIP is not set 110# CONFIG_SH_HS7751RVOIP is not set
111# CONFIG_SH_7710VOIPGW is not set
91# CONFIG_SH_RTS7751R2D is not set 112# CONFIG_SH_RTS7751R2D is not set
113# CONFIG_SH_R7780RP is not set
92# CONFIG_SH_EDOSK7705 is not set 114# CONFIG_SH_EDOSK7705 is not set
93# CONFIG_SH_SH4202_MICRODEV is not set 115# CONFIG_SH_SH4202_MICRODEV is not set
94# CONFIG_SH_LANDISK is not set 116# CONFIG_SH_LANDISK is not set
117CONFIG_SH_TITAN=y
118# CONFIG_SH_SHMIN is not set
95# CONFIG_SH_UNKNOWN is not set 119# CONFIG_SH_UNKNOWN is not set
96 120
97# 121#
@@ -109,9 +133,11 @@ CONFIG_CPU_SH4=y
109# 133#
110# CONFIG_CPU_SUBTYPE_SH7300 is not set 134# CONFIG_CPU_SUBTYPE_SH7300 is not set
111# CONFIG_CPU_SUBTYPE_SH7705 is not set 135# CONFIG_CPU_SUBTYPE_SH7705 is not set
136# CONFIG_CPU_SUBTYPE_SH7706 is not set
112# CONFIG_CPU_SUBTYPE_SH7707 is not set 137# CONFIG_CPU_SUBTYPE_SH7707 is not set
113# CONFIG_CPU_SUBTYPE_SH7708 is not set 138# CONFIG_CPU_SUBTYPE_SH7708 is not set
114# CONFIG_CPU_SUBTYPE_SH7709 is not set 139# CONFIG_CPU_SUBTYPE_SH7709 is not set
140# CONFIG_CPU_SUBTYPE_SH7710 is not set
115 141
116# 142#
117# SH-4 Processor Support 143# SH-4 Processor Support
@@ -134,14 +160,23 @@ CONFIG_CPU_SUBTYPE_SH7751R=y
134# 160#
135# SH-4A Processor Support 161# SH-4A Processor Support
136# 162#
137# CONFIG_CPU_SUBTYPE_SH73180 is not set
138# CONFIG_CPU_SUBTYPE_SH7770 is not set 163# CONFIG_CPU_SUBTYPE_SH7770 is not set
139# CONFIG_CPU_SUBTYPE_SH7780 is not set 164# CONFIG_CPU_SUBTYPE_SH7780 is not set
140 165
141# 166#
167# SH4AL-DSP Processor Support
168#
169# CONFIG_CPU_SUBTYPE_SH73180 is not set
170# CONFIG_CPU_SUBTYPE_SH7343 is not set
171
172#
142# Memory management options 173# Memory management options
143# 174#
144CONFIG_MMU=y 175CONFIG_MMU=y
176CONFIG_PAGE_OFFSET=0x80000000
177CONFIG_MEMORY_START=0x08030000
178CONFIG_MEMORY_SIZE=0x7fd0000
179CONFIG_VSYSCALL=y
145CONFIG_SELECT_MEMORY_MODEL=y 180CONFIG_SELECT_MEMORY_MODEL=y
146CONFIG_FLATMEM_MANUAL=y 181CONFIG_FLATMEM_MANUAL=y
147# CONFIG_DISCONTIGMEM_MANUAL is not set 182# CONFIG_DISCONTIGMEM_MANUAL is not set
@@ -149,6 +184,8 @@ CONFIG_FLATMEM_MANUAL=y
149CONFIG_FLATMEM=y 184CONFIG_FLATMEM=y
150CONFIG_FLAT_NODE_MEM_MAP=y 185CONFIG_FLAT_NODE_MEM_MAP=y
151# CONFIG_SPARSEMEM_STATIC is not set 186# CONFIG_SPARSEMEM_STATIC is not set
187CONFIG_SPLIT_PTLOCK_CPUS=4
188# CONFIG_RESOURCES_64BIT is not set
152 189
153# 190#
154# Cache configuration 191# Cache configuration
@@ -156,22 +193,21 @@ CONFIG_FLAT_NODE_MEM_MAP=y
156# CONFIG_SH_DIRECT_MAPPED is not set 193# CONFIG_SH_DIRECT_MAPPED is not set
157# CONFIG_SH_WRITETHROUGH is not set 194# CONFIG_SH_WRITETHROUGH is not set
158# CONFIG_SH_OCRAM is not set 195# CONFIG_SH_OCRAM is not set
159CONFIG_MEMORY_START=0x08030000
160CONFIG_MEMORY_SIZE=0x7fd0000
161 196
162# 197#
163# Processor features 198# Processor features
164# 199#
165CONFIG_CPU_LITTLE_ENDIAN=y 200CONFIG_CPU_LITTLE_ENDIAN=y
166CONFIG_SH_RTC=y
167CONFIG_SH_FPU=y 201CONFIG_SH_FPU=y
202# CONFIG_SH_DSP is not set
168# CONFIG_SH_STORE_QUEUES is not set 203# CONFIG_SH_STORE_QUEUES is not set
204CONFIG_CPU_HAS_INTEVT=y
205CONFIG_CPU_HAS_SR_RB=y
169 206
170# 207#
171# Timer support 208# Timer support
172# 209#
173CONFIG_SH_TMU=y 210CONFIG_SH_TMU=y
174CONFIG_SH_PCLK_FREQ_BOOL=y
175CONFIG_SH_PCLK_FREQ=30000000 211CONFIG_SH_PCLK_FREQ=30000000
176 212
177# 213#
@@ -194,9 +230,15 @@ CONFIG_NR_ONCHIP_DMA_CHANNELS=8
194# 230#
195# Kernel features 231# Kernel features
196# 232#
233# CONFIG_HZ_100 is not set
234CONFIG_HZ_250=y
235# CONFIG_HZ_1000 is not set
236CONFIG_HZ=250
197# CONFIG_KEXEC is not set 237# CONFIG_KEXEC is not set
198# CONFIG_PREEMPT is not set
199# CONFIG_SMP is not set 238# CONFIG_SMP is not set
239CONFIG_PREEMPT_NONE=y
240# CONFIG_PREEMPT_VOLUNTARY is not set
241# CONFIG_PREEMPT is not set
200 242
201# 243#
202# Boot options 244# Boot options
@@ -214,8 +256,8 @@ CONFIG_PCI=y
214CONFIG_SH_PCIDMA_NONCOHERENT=y 256CONFIG_SH_PCIDMA_NONCOHERENT=y
215CONFIG_PCI_AUTO=y 257CONFIG_PCI_AUTO=y
216CONFIG_PCI_AUTO_UPDATE_RESOURCES=y 258CONFIG_PCI_AUTO_UPDATE_RESOURCES=y
217CONFIG_PCI_LEGACY_PROC=y 259# CONFIG_PCI_MULTITHREAD_PROBE is not set
218#CONFIG_PCI_DEBUG is not set 260# CONFIG_PCI_DEBUG is not set
219 261
220# 262#
221# PCCARD (PCMCIA/CardBus) support 263# PCCARD (PCMCIA/CardBus) support
@@ -238,6 +280,11 @@ CONFIG_BINFMT_ELF=y
238# CONFIG_BINFMT_MISC is not set 280# CONFIG_BINFMT_MISC is not set
239 281
240# 282#
283# Power management options (EXPERIMENTAL)
284#
285# CONFIG_PM is not set
286
287#
241# Networking 288# Networking
242# 289#
243CONFIG_NET=y 290CONFIG_NET=y
@@ -245,11 +292,13 @@ CONFIG_NET=y
245# 292#
246# Networking options 293# Networking options
247# 294#
295# CONFIG_NETDEBUG is not set
248CONFIG_PACKET=y 296CONFIG_PACKET=y
249CONFIG_PACKET_MMAP=y 297CONFIG_PACKET_MMAP=y
250CONFIG_UNIX=y 298CONFIG_UNIX=y
251CONFIG_XFRM=y 299CONFIG_XFRM=y
252# CONFIG_XFRM_USER is not set 300# CONFIG_XFRM_USER is not set
301# CONFIG_XFRM_SUB_POLICY is not set
253CONFIG_NET_KEY=y 302CONFIG_NET_KEY=y
254CONFIG_INET=y 303CONFIG_INET=y
255CONFIG_IP_MULTICAST=y 304CONFIG_IP_MULTICAST=y
@@ -270,40 +319,87 @@ CONFIG_IP_PNP=y
270CONFIG_IP_PNP_DHCP=y 319CONFIG_IP_PNP_DHCP=y
271CONFIG_IP_PNP_BOOTP=y 320CONFIG_IP_PNP_BOOTP=y
272CONFIG_IP_PNP_RARP=y 321CONFIG_IP_PNP_RARP=y
273CONFIG_NET_IPIP=m 322CONFIG_NET_IPIP=y
274CONFIG_NET_IPGRE=m 323CONFIG_NET_IPGRE=y
275CONFIG_NET_IPGRE_BROADCAST=y 324CONFIG_NET_IPGRE_BROADCAST=y
276CONFIG_IP_MROUTE=y 325CONFIG_IP_MROUTE=y
277CONFIG_IP_PIMSM_V1=y 326CONFIG_IP_PIMSM_V1=y
278CONFIG_IP_PIMSM_V2=y 327CONFIG_IP_PIMSM_V2=y
279# CONFIG_ARPD is not set 328# CONFIG_ARPD is not set
280CONFIG_SYN_COOKIES=y 329CONFIG_SYN_COOKIES=y
281CONFIG_INET_AH=m 330CONFIG_INET_AH=y
282CONFIG_INET_ESP=m 331CONFIG_INET_ESP=y
283CONFIG_INET_IPCOMP=m 332CONFIG_INET_IPCOMP=y
284CONFIG_INET_TUNNEL=m 333CONFIG_INET_XFRM_TUNNEL=y
334CONFIG_INET_TUNNEL=y
335CONFIG_INET_XFRM_MODE_TRANSPORT=y
336CONFIG_INET_XFRM_MODE_TUNNEL=y
285CONFIG_INET_DIAG=m 337CONFIG_INET_DIAG=m
286CONFIG_INET_TCP_DIAG=m 338CONFIG_INET_TCP_DIAG=m
287# CONFIG_TCP_CONG_ADVANCED is not set 339# CONFIG_TCP_CONG_ADVANCED is not set
288CONFIG_TCP_CONG_BIC=y 340CONFIG_TCP_CONG_CUBIC=y
341CONFIG_DEFAULT_TCP_CONG="cubic"
289 342
290# 343#
291# IP: Virtual Server Configuration 344# IP: Virtual Server Configuration
292# 345#
293# CONFIG_IP_VS is not set 346# CONFIG_IP_VS is not set
294CONFIG_IPV6=m 347CONFIG_IPV6=y
295CONFIG_IPV6_PRIVACY=y 348CONFIG_IPV6_PRIVACY=y
296CONFIG_INET6_AH=m 349# CONFIG_IPV6_ROUTER_PREF is not set
297CONFIG_INET6_ESP=m 350CONFIG_INET6_AH=y
298CONFIG_INET6_IPCOMP=m 351CONFIG_INET6_ESP=y
299CONFIG_INET6_TUNNEL=m 352CONFIG_INET6_IPCOMP=y
300CONFIG_IPV6_TUNNEL=m 353# CONFIG_IPV6_MIP6 is not set
354CONFIG_INET6_XFRM_TUNNEL=y
355CONFIG_INET6_TUNNEL=y
356CONFIG_INET6_XFRM_MODE_TRANSPORT=y
357CONFIG_INET6_XFRM_MODE_TUNNEL=y
358# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
359CONFIG_IPV6_TUNNEL=y
360# CONFIG_IPV6_SUBTREES is not set
361# CONFIG_IPV6_MULTIPLE_TABLES is not set
362# CONFIG_NETWORK_SECMARK is not set
301CONFIG_NETFILTER=y 363CONFIG_NETFILTER=y
302# CONFIG_NETFILTER_DEBUG is not set 364# CONFIG_NETFILTER_DEBUG is not set
303CONFIG_BRIDGE_NETFILTER=y 365CONFIG_BRIDGE_NETFILTER=y
366
367#
368# Core Netfilter Configuration
369#
304CONFIG_NETFILTER_NETLINK=m 370CONFIG_NETFILTER_NETLINK=m
305CONFIG_NETFILTER_NETLINK_QUEUE=m 371CONFIG_NETFILTER_NETLINK_QUEUE=m
306CONFIG_NETFILTER_NETLINK_LOG=m 372CONFIG_NETFILTER_NETLINK_LOG=m
373CONFIG_NETFILTER_XTABLES=m
374CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
375CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
376# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
377CONFIG_NETFILTER_XT_TARGET_MARK=m
378CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
379CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
380CONFIG_NETFILTER_XT_MATCH_COMMENT=m
381CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
382CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
383CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
384CONFIG_NETFILTER_XT_MATCH_DCCP=m
385# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
386CONFIG_NETFILTER_XT_MATCH_ESP=m
387CONFIG_NETFILTER_XT_MATCH_HELPER=m
388CONFIG_NETFILTER_XT_MATCH_LENGTH=m
389CONFIG_NETFILTER_XT_MATCH_LIMIT=m
390CONFIG_NETFILTER_XT_MATCH_MAC=m
391CONFIG_NETFILTER_XT_MATCH_MARK=m
392CONFIG_NETFILTER_XT_MATCH_POLICY=m
393CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
394CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
395CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
396# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
397CONFIG_NETFILTER_XT_MATCH_REALM=m
398CONFIG_NETFILTER_XT_MATCH_SCTP=m
399CONFIG_NETFILTER_XT_MATCH_STATE=m
400# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
401CONFIG_NETFILTER_XT_MATCH_STRING=m
402CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
307 403
308# 404#
309# IP: Netfilter Configuration 405# IP: Netfilter Configuration
@@ -320,42 +416,24 @@ CONFIG_IP_NF_NETBIOS_NS=m
320CONFIG_IP_NF_TFTP=m 416CONFIG_IP_NF_TFTP=m
321# CONFIG_IP_NF_AMANDA is not set 417# CONFIG_IP_NF_AMANDA is not set
322CONFIG_IP_NF_PPTP=m 418CONFIG_IP_NF_PPTP=m
419CONFIG_IP_NF_H323=m
420# CONFIG_IP_NF_SIP is not set
323CONFIG_IP_NF_QUEUE=m 421CONFIG_IP_NF_QUEUE=m
324CONFIG_IP_NF_IPTABLES=m 422CONFIG_IP_NF_IPTABLES=m
325CONFIG_IP_NF_MATCH_LIMIT=m
326CONFIG_IP_NF_MATCH_IPRANGE=m 423CONFIG_IP_NF_MATCH_IPRANGE=m
327CONFIG_IP_NF_MATCH_MAC=m
328CONFIG_IP_NF_MATCH_PKTTYPE=m
329CONFIG_IP_NF_MATCH_MARK=m
330CONFIG_IP_NF_MATCH_MULTIPORT=m
331CONFIG_IP_NF_MATCH_TOS=m 424CONFIG_IP_NF_MATCH_TOS=m
332CONFIG_IP_NF_MATCH_RECENT=m 425CONFIG_IP_NF_MATCH_RECENT=m
333CONFIG_IP_NF_MATCH_ECN=m 426CONFIG_IP_NF_MATCH_ECN=m
334CONFIG_IP_NF_MATCH_DSCP=m 427CONFIG_IP_NF_MATCH_AH=m
335CONFIG_IP_NF_MATCH_AH_ESP=m
336CONFIG_IP_NF_MATCH_LENGTH=m
337CONFIG_IP_NF_MATCH_TTL=m 428CONFIG_IP_NF_MATCH_TTL=m
338CONFIG_IP_NF_MATCH_TCPMSS=m
339CONFIG_IP_NF_MATCH_HELPER=m
340CONFIG_IP_NF_MATCH_STATE=m
341CONFIG_IP_NF_MATCH_CONNTRACK=m
342CONFIG_IP_NF_MATCH_OWNER=m 429CONFIG_IP_NF_MATCH_OWNER=m
343# CONFIG_IP_NF_MATCH_PHYSDEV is not set
344CONFIG_IP_NF_MATCH_ADDRTYPE=m 430CONFIG_IP_NF_MATCH_ADDRTYPE=m
345CONFIG_IP_NF_MATCH_REALM=m
346# CONFIG_IP_NF_MATCH_SCTP is not set
347# CONFIG_IP_NF_MATCH_DCCP is not set
348CONFIG_IP_NF_MATCH_COMMENT=m
349CONFIG_IP_NF_MATCH_CONNMARK=m
350CONFIG_IP_NF_MATCH_CONNBYTES=m
351CONFIG_IP_NF_MATCH_HASHLIMIT=m 431CONFIG_IP_NF_MATCH_HASHLIMIT=m
352CONFIG_IP_NF_MATCH_STRING=m
353CONFIG_IP_NF_FILTER=m 432CONFIG_IP_NF_FILTER=m
354CONFIG_IP_NF_TARGET_REJECT=m 433CONFIG_IP_NF_TARGET_REJECT=m
355CONFIG_IP_NF_TARGET_LOG=m 434CONFIG_IP_NF_TARGET_LOG=m
356CONFIG_IP_NF_TARGET_ULOG=m 435CONFIG_IP_NF_TARGET_ULOG=m
357CONFIG_IP_NF_TARGET_TCPMSS=m 436CONFIG_IP_NF_TARGET_TCPMSS=m
358CONFIG_IP_NF_TARGET_NFQUEUE=m
359CONFIG_IP_NF_NAT=m 437CONFIG_IP_NF_NAT=m
360CONFIG_IP_NF_NAT_NEEDED=y 438CONFIG_IP_NF_NAT_NEEDED=y
361CONFIG_IP_NF_TARGET_MASQUERADE=m 439CONFIG_IP_NF_TARGET_MASQUERADE=m
@@ -367,17 +445,13 @@ CONFIG_IP_NF_NAT_IRC=m
367CONFIG_IP_NF_NAT_FTP=m 445CONFIG_IP_NF_NAT_FTP=m
368CONFIG_IP_NF_NAT_TFTP=m 446CONFIG_IP_NF_NAT_TFTP=m
369CONFIG_IP_NF_NAT_PPTP=m 447CONFIG_IP_NF_NAT_PPTP=m
448CONFIG_IP_NF_NAT_H323=m
370CONFIG_IP_NF_MANGLE=m 449CONFIG_IP_NF_MANGLE=m
371CONFIG_IP_NF_TARGET_TOS=m 450CONFIG_IP_NF_TARGET_TOS=m
372CONFIG_IP_NF_TARGET_ECN=m 451CONFIG_IP_NF_TARGET_ECN=m
373CONFIG_IP_NF_TARGET_DSCP=m
374CONFIG_IP_NF_TARGET_MARK=m
375CONFIG_IP_NF_TARGET_CLASSIFY=m
376CONFIG_IP_NF_TARGET_TTL=m 452CONFIG_IP_NF_TARGET_TTL=m
377CONFIG_IP_NF_TARGET_CONNMARK=m
378CONFIG_IP_NF_TARGET_CLUSTERIP=m 453CONFIG_IP_NF_TARGET_CLUSTERIP=m
379CONFIG_IP_NF_RAW=m 454CONFIG_IP_NF_RAW=m
380CONFIG_IP_NF_TARGET_NOTRACK=m
381CONFIG_IP_NF_ARPTABLES=m 455CONFIG_IP_NF_ARPTABLES=m
382CONFIG_IP_NF_ARPFILTER=m 456CONFIG_IP_NF_ARPFILTER=m
383CONFIG_IP_NF_ARP_MANGLE=m 457CONFIG_IP_NF_ARP_MANGLE=m
@@ -387,26 +461,18 @@ CONFIG_IP_NF_ARP_MANGLE=m
387# 461#
388CONFIG_IP6_NF_QUEUE=m 462CONFIG_IP6_NF_QUEUE=m
389CONFIG_IP6_NF_IPTABLES=m 463CONFIG_IP6_NF_IPTABLES=m
390CONFIG_IP6_NF_MATCH_LIMIT=m
391CONFIG_IP6_NF_MATCH_MAC=m
392CONFIG_IP6_NF_MATCH_RT=m 464CONFIG_IP6_NF_MATCH_RT=m
393CONFIG_IP6_NF_MATCH_OPTS=m 465CONFIG_IP6_NF_MATCH_OPTS=m
394CONFIG_IP6_NF_MATCH_FRAG=m 466CONFIG_IP6_NF_MATCH_FRAG=m
395CONFIG_IP6_NF_MATCH_HL=m 467CONFIG_IP6_NF_MATCH_HL=m
396CONFIG_IP6_NF_MATCH_MULTIPORT=m
397CONFIG_IP6_NF_MATCH_OWNER=m 468CONFIG_IP6_NF_MATCH_OWNER=m
398CONFIG_IP6_NF_MATCH_MARK=m
399CONFIG_IP6_NF_MATCH_IPV6HEADER=m 469CONFIG_IP6_NF_MATCH_IPV6HEADER=m
400CONFIG_IP6_NF_MATCH_AHESP=m 470CONFIG_IP6_NF_MATCH_AH=m
401CONFIG_IP6_NF_MATCH_LENGTH=m
402CONFIG_IP6_NF_MATCH_EUI64=m 471CONFIG_IP6_NF_MATCH_EUI64=m
403# CONFIG_IP6_NF_MATCH_PHYSDEV is not set
404CONFIG_IP6_NF_FILTER=m 472CONFIG_IP6_NF_FILTER=m
405CONFIG_IP6_NF_TARGET_LOG=m 473CONFIG_IP6_NF_TARGET_LOG=m
406CONFIG_IP6_NF_TARGET_REJECT=m 474CONFIG_IP6_NF_TARGET_REJECT=m
407CONFIG_IP6_NF_TARGET_NFQUEUE=m
408CONFIG_IP6_NF_MANGLE=m 475CONFIG_IP6_NF_MANGLE=m
409CONFIG_IP6_NF_TARGET_MARK=m
410CONFIG_IP6_NF_TARGET_HL=m 476CONFIG_IP6_NF_TARGET_HL=m
411CONFIG_IP6_NF_RAW=m 477CONFIG_IP6_NF_RAW=m
412 478
@@ -424,22 +490,35 @@ CONFIG_IP6_NF_RAW=m
424# SCTP Configuration (EXPERIMENTAL) 490# SCTP Configuration (EXPERIMENTAL)
425# 491#
426# CONFIG_IP_SCTP is not set 492# CONFIG_IP_SCTP is not set
493
494#
495# TIPC Configuration (EXPERIMENTAL)
496#
497# CONFIG_TIPC is not set
427# CONFIG_ATM is not set 498# CONFIG_ATM is not set
428CONFIG_BRIDGE=m 499CONFIG_BRIDGE=y
429CONFIG_VLAN_8021Q=m 500CONFIG_VLAN_8021Q=y
430# CONFIG_DECNET is not set 501# CONFIG_DECNET is not set
502CONFIG_LLC=y
431# CONFIG_LLC2 is not set 503# CONFIG_LLC2 is not set
432# CONFIG_IPX is not set 504# CONFIG_IPX is not set
433# CONFIG_ATALK is not set 505# CONFIG_ATALK is not set
434# CONFIG_X25 is not set 506# CONFIG_X25 is not set
435# CONFIG_LAPB is not set 507# CONFIG_LAPB is not set
436# CONFIG_NET_DIVERT is not set
437# CONFIG_ECONET is not set 508# CONFIG_ECONET is not set
438# CONFIG_WAN_ROUTER is not set 509# CONFIG_WAN_ROUTER is not set
510
511#
512# QoS and/or fair queueing
513#
439CONFIG_NET_SCHED=y 514CONFIG_NET_SCHED=y
440CONFIG_NET_SCH_CLK_JIFFIES=y 515CONFIG_NET_SCH_CLK_JIFFIES=y
441# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set 516# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
442# CONFIG_NET_SCH_CLK_CPU is not set 517# CONFIG_NET_SCH_CLK_CPU is not set
518
519#
520# Queueing/Scheduling
521#
443CONFIG_NET_SCH_CBQ=m 522CONFIG_NET_SCH_CBQ=m
444CONFIG_NET_SCH_HTB=m 523CONFIG_NET_SCH_HTB=m
445CONFIG_NET_SCH_HFSC=m 524CONFIG_NET_SCH_HFSC=m
@@ -452,8 +531,10 @@ CONFIG_NET_SCH_GRED=m
452CONFIG_NET_SCH_DSMARK=m 531CONFIG_NET_SCH_DSMARK=m
453CONFIG_NET_SCH_NETEM=m 532CONFIG_NET_SCH_NETEM=m
454CONFIG_NET_SCH_INGRESS=m 533CONFIG_NET_SCH_INGRESS=m
455CONFIG_NET_QOS=y 534
456CONFIG_NET_ESTIMATOR=y 535#
536# Classification
537#
457CONFIG_NET_CLS=y 538CONFIG_NET_CLS=y
458CONFIG_NET_CLS_BASIC=m 539CONFIG_NET_CLS_BASIC=m
459CONFIG_NET_CLS_TCINDEX=m 540CONFIG_NET_CLS_TCINDEX=m
@@ -462,7 +543,6 @@ CONFIG_NET_CLS_ROUTE=y
462CONFIG_NET_CLS_FW=m 543CONFIG_NET_CLS_FW=m
463CONFIG_NET_CLS_U32=m 544CONFIG_NET_CLS_U32=m
464CONFIG_CLS_U32_PERF=y 545CONFIG_CLS_U32_PERF=y
465CONFIG_NET_CLS_IND=y
466CONFIG_CLS_U32_MARK=y 546CONFIG_CLS_U32_MARK=y
467CONFIG_NET_CLS_RSVP=m 547CONFIG_NET_CLS_RSVP=m
468CONFIG_NET_CLS_RSVP6=m 548CONFIG_NET_CLS_RSVP6=m
@@ -481,6 +561,8 @@ CONFIG_NET_ACT_MIRRED=m
481CONFIG_NET_ACT_IPT=m 561CONFIG_NET_ACT_IPT=m
482CONFIG_NET_ACT_PEDIT=m 562CONFIG_NET_ACT_PEDIT=m
483# CONFIG_NET_ACT_SIMP is not set 563# CONFIG_NET_ACT_SIMP is not set
564CONFIG_NET_CLS_IND=y
565CONFIG_NET_ESTIMATOR=y
484 566
485# 567#
486# Network testing 568# Network testing
@@ -489,7 +571,15 @@ CONFIG_NET_ACT_PEDIT=m
489# CONFIG_HAMRADIO is not set 571# CONFIG_HAMRADIO is not set
490# CONFIG_IRDA is not set 572# CONFIG_IRDA is not set
491# CONFIG_BT is not set 573# CONFIG_BT is not set
492# CONFIG_IEEE80211 is not set 574CONFIG_IEEE80211=y
575# CONFIG_IEEE80211_DEBUG is not set
576CONFIG_IEEE80211_CRYPT_WEP=y
577CONFIG_IEEE80211_CRYPT_CCMP=y
578CONFIG_IEEE80211_CRYPT_TKIP=y
579CONFIG_IEEE80211_SOFTMAC=m
580# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
581CONFIG_WIRELESS_EXT=y
582CONFIG_FIB_RULES=y
493 583
494# 584#
495# Device Drivers 585# Device Drivers
@@ -502,6 +592,7 @@ CONFIG_STANDALONE=y
502CONFIG_PREVENT_FIRMWARE_BUILD=y 592CONFIG_PREVENT_FIRMWARE_BUILD=y
503CONFIG_FW_LOADER=m 593CONFIG_FW_LOADER=m
504# CONFIG_DEBUG_DRIVER is not set 594# CONFIG_DEBUG_DRIVER is not set
595# CONFIG_SYS_HYPERVISOR is not set
505 596
506# 597#
507# Connector - unified userspace <-> kernelspace linker 598# Connector - unified userspace <-> kernelspace linker
@@ -511,7 +602,86 @@ CONFIG_CONNECTOR=m
511# 602#
512# Memory Technology Devices (MTD) 603# Memory Technology Devices (MTD)
513# 604#
514# CONFIG_MTD is not set 605CONFIG_MTD=m
606CONFIG_MTD_DEBUG=y
607CONFIG_MTD_DEBUG_VERBOSE=0
608# CONFIG_MTD_CONCAT is not set
609# CONFIG_MTD_PARTITIONS is not set
610
611#
612# User Modules And Translation Layers
613#
614CONFIG_MTD_CHAR=m
615CONFIG_MTD_BLOCK=m
616# CONFIG_MTD_BLOCK_RO is not set
617CONFIG_FTL=m
618CONFIG_NFTL=m
619# CONFIG_NFTL_RW is not set
620CONFIG_INFTL=m
621CONFIG_RFD_FTL=m
622# CONFIG_SSFDC is not set
623
624#
625# RAM/ROM/Flash chip drivers
626#
627CONFIG_MTD_CFI=m
628CONFIG_MTD_JEDECPROBE=m
629CONFIG_MTD_GEN_PROBE=m
630# CONFIG_MTD_CFI_ADV_OPTIONS is not set
631CONFIG_MTD_MAP_BANK_WIDTH_1=y
632CONFIG_MTD_MAP_BANK_WIDTH_2=y
633CONFIG_MTD_MAP_BANK_WIDTH_4=y
634# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
635# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
636# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
637CONFIG_MTD_CFI_I1=y
638CONFIG_MTD_CFI_I2=y
639# CONFIG_MTD_CFI_I4 is not set
640# CONFIG_MTD_CFI_I8 is not set
641# CONFIG_MTD_CFI_INTELEXT is not set
642# CONFIG_MTD_CFI_AMDSTD is not set
643# CONFIG_MTD_CFI_STAA is not set
644# CONFIG_MTD_RAM is not set
645# CONFIG_MTD_ROM is not set
646# CONFIG_MTD_ABSENT is not set
647# CONFIG_MTD_OBSOLETE_CHIPS is not set
648
649#
650# Mapping drivers for chip access
651#
652# CONFIG_MTD_COMPLEX_MAPPINGS is not set
653# CONFIG_MTD_PHYSMAP is not set
654# CONFIG_MTD_PLATRAM is not set
655
656#
657# Self-contained MTD device drivers
658#
659# CONFIG_MTD_PMC551 is not set
660# CONFIG_MTD_SLRAM is not set
661# CONFIG_MTD_PHRAM is not set
662# CONFIG_MTD_MTDRAM is not set
663# CONFIG_MTD_BLOCK2MTD is not set
664
665#
666# Disk-On-Chip Device Drivers
667#
668# CONFIG_MTD_DOC2000 is not set
669# CONFIG_MTD_DOC2001 is not set
670# CONFIG_MTD_DOC2001PLUS is not set
671
672#
673# NAND Flash Device Drivers
674#
675CONFIG_MTD_NAND=m
676# CONFIG_MTD_NAND_VERIFY_WRITE is not set
677# CONFIG_MTD_NAND_ECC_SMC is not set
678CONFIG_MTD_NAND_IDS=m
679# CONFIG_MTD_NAND_DISKONCHIP is not set
680
681#
682# OneNAND Flash Device Drivers
683#
684# CONFIG_MTD_ONENAND is not set
515 685
516# 686#
517# Parallel port support 687# Parallel port support
@@ -528,29 +698,20 @@ CONFIG_CONNECTOR=m
528# CONFIG_BLK_CPQ_DA is not set 698# CONFIG_BLK_CPQ_DA is not set
529# CONFIG_BLK_CPQ_CISS_DA is not set 699# CONFIG_BLK_CPQ_CISS_DA is not set
530# CONFIG_BLK_DEV_DAC960 is not set 700# CONFIG_BLK_DEV_DAC960 is not set
531CONFIG_BLK_SSFDC=y
532# CONFIG_BLK_DEV_UMEM is not set 701# CONFIG_BLK_DEV_UMEM is not set
533# CONFIG_BLK_DEV_COW_COMMON is not set 702# CONFIG_BLK_DEV_COW_COMMON is not set
534CONFIG_BLK_DEV_LOOP=m 703CONFIG_BLK_DEV_LOOP=m
535# CONFIG_BLK_DEV_CRYPTOLOOP is not set 704CONFIG_BLK_DEV_CRYPTOLOOP=m
536# CONFIG_BLK_DEV_NBD is not set 705# CONFIG_BLK_DEV_NBD is not set
537# CONFIG_BLK_DEV_SX8 is not set 706# CONFIG_BLK_DEV_SX8 is not set
538# CONFIG_BLK_DEV_UB is not set 707# CONFIG_BLK_DEV_UB is not set
539CONFIG_BLK_DEV_RAM=y 708CONFIG_BLK_DEV_RAM=y
540CONFIG_BLK_DEV_RAM_COUNT=16 709CONFIG_BLK_DEV_RAM_COUNT=16
541CONFIG_BLK_DEV_RAM_SIZE=4096 710CONFIG_BLK_DEV_RAM_SIZE=4096
711CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
542CONFIG_BLK_DEV_INITRD=y 712CONFIG_BLK_DEV_INITRD=y
543# CONFIG_LBD is not set
544# CONFIG_CDROM_PKTCDVD is not set 713# CONFIG_CDROM_PKTCDVD is not set
545 714CONFIG_ATA_OVER_ETH=m
546#
547# IO Schedulers
548#
549CONFIG_IOSCHED_NOOP=y
550CONFIG_IOSCHED_AS=y
551CONFIG_IOSCHED_DEADLINE=y
552CONFIG_IOSCHED_CFQ=y
553# CONFIG_ATA_OVER_ETH is not set
554 715
555# 716#
556# ATA/ATAPI/MFM/RLL support 717# ATA/ATAPI/MFM/RLL support
@@ -561,7 +722,8 @@ CONFIG_IOSCHED_CFQ=y
561# SCSI device support 722# SCSI device support
562# 723#
563# CONFIG_RAID_ATTRS is not set 724# CONFIG_RAID_ATTRS is not set
564CONFIG_SCSI=m 725CONFIG_SCSI=y
726# CONFIG_SCSI_NETLINK is not set
565CONFIG_SCSI_PROC_FS=y 727CONFIG_SCSI_PROC_FS=y
566 728
567# 729#
@@ -583,16 +745,18 @@ CONFIG_CHR_DEV_SG=m
583# CONFIG_SCSI_LOGGING is not set 745# CONFIG_SCSI_LOGGING is not set
584 746
585# 747#
586# SCSI Transport Attributes 748# SCSI Transports
587# 749#
588# CONFIG_SCSI_SPI_ATTRS is not set 750# CONFIG_SCSI_SPI_ATTRS is not set
589# CONFIG_SCSI_FC_ATTRS is not set 751# CONFIG_SCSI_FC_ATTRS is not set
590# CONFIG_SCSI_ISCSI_ATTRS is not set 752# CONFIG_SCSI_ISCSI_ATTRS is not set
591# CONFIG_SCSI_SAS_ATTRS is not set 753# CONFIG_SCSI_SAS_ATTRS is not set
754# CONFIG_SCSI_SAS_LIBSAS is not set
592 755
593# 756#
594# SCSI low-level drivers 757# SCSI low-level drivers
595# 758#
759# CONFIG_ISCSI_TCP is not set
596# CONFIG_BLK_DEV_3W_XXXX_RAID is not set 760# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
597# CONFIG_SCSI_3W_9XXX is not set 761# CONFIG_SCSI_3W_9XXX is not set
598# CONFIG_SCSI_ACARD is not set 762# CONFIG_SCSI_ACARD is not set
@@ -600,27 +764,23 @@ CONFIG_CHR_DEV_SG=m
600# CONFIG_SCSI_AIC7XXX is not set 764# CONFIG_SCSI_AIC7XXX is not set
601# CONFIG_SCSI_AIC7XXX_OLD is not set 765# CONFIG_SCSI_AIC7XXX_OLD is not set
602# CONFIG_SCSI_AIC79XX is not set 766# CONFIG_SCSI_AIC79XX is not set
767# CONFIG_SCSI_AIC94XX is not set
603# CONFIG_SCSI_DPT_I2O is not set 768# CONFIG_SCSI_DPT_I2O is not set
769# CONFIG_SCSI_ARCMSR is not set
604# CONFIG_MEGARAID_NEWGEN is not set 770# CONFIG_MEGARAID_NEWGEN is not set
605# CONFIG_MEGARAID_LEGACY is not set 771# CONFIG_MEGARAID_LEGACY is not set
606# CONFIG_MEGARAID_SAS is not set 772# CONFIG_MEGARAID_SAS is not set
607# CONFIG_SCSI_SATA is not set 773# CONFIG_SCSI_HPTIOP is not set
608# CONFIG_SCSI_DMX3191D is not set 774# CONFIG_SCSI_DMX3191D is not set
609# CONFIG_SCSI_FUTURE_DOMAIN is not set 775# CONFIG_SCSI_FUTURE_DOMAIN is not set
610# CONFIG_SCSI_IPS is not set 776# CONFIG_SCSI_IPS is not set
611# CONFIG_SCSI_INITIO is not set 777# CONFIG_SCSI_INITIO is not set
612# CONFIG_SCSI_INIA100 is not set 778# CONFIG_SCSI_INIA100 is not set
779# CONFIG_SCSI_STEX is not set
613# CONFIG_SCSI_SYM53C8XX_2 is not set 780# CONFIG_SCSI_SYM53C8XX_2 is not set
614# CONFIG_SCSI_IPR is not set 781# CONFIG_SCSI_IPR is not set
615# CONFIG_SCSI_QLOGIC_FC is not set
616# CONFIG_SCSI_QLOGIC_1280 is not set 782# CONFIG_SCSI_QLOGIC_1280 is not set
617CONFIG_SCSI_QLA2XXX=m 783# CONFIG_SCSI_QLA_FC is not set
618# CONFIG_SCSI_QLA21XX is not set
619# CONFIG_SCSI_QLA22XX is not set
620# CONFIG_SCSI_QLA2300 is not set
621# CONFIG_SCSI_QLA2322 is not set
622# CONFIG_SCSI_QLA6312 is not set
623# CONFIG_SCSI_QLA24XX is not set
624# CONFIG_SCSI_LPFC is not set 784# CONFIG_SCSI_LPFC is not set
625# CONFIG_SCSI_DC395x is not set 785# CONFIG_SCSI_DC395x is not set
626# CONFIG_SCSI_DC390T is not set 786# CONFIG_SCSI_DC390T is not set
@@ -628,6 +788,11 @@ CONFIG_SCSI_QLA2XXX=m
628# CONFIG_SCSI_DEBUG is not set 788# CONFIG_SCSI_DEBUG is not set
629 789
630# 790#
791# Serial ATA (prod) and Parallel ATA (experimental) drivers
792#
793# CONFIG_ATA is not set
794
795#
631# Multi-device support (RAID and LVM) 796# Multi-device support (RAID and LVM)
632# 797#
633# CONFIG_MD is not set 798# CONFIG_MD is not set
@@ -654,6 +819,7 @@ CONFIG_SCSI_QLA2XXX=m
654# Network device support 819# Network device support
655# 820#
656CONFIG_NETDEVICES=y 821CONFIG_NETDEVICES=y
822# CONFIG_IFB is not set
657# CONFIG_DUMMY is not set 823# CONFIG_DUMMY is not set
658# CONFIG_BONDING is not set 824# CONFIG_BONDING is not set
659# CONFIG_EQUALIZER is not set 825# CONFIG_EQUALIZER is not set
@@ -668,7 +834,6 @@ CONFIG_TUN=m
668# PHY device support 834# PHY device support
669# 835#
670CONFIG_PHYLIB=m 836CONFIG_PHYLIB=m
671CONFIG_PHYCONTROL=y
672 837
673# 838#
674# MII PHY device drivers 839# MII PHY device drivers
@@ -678,6 +843,9 @@ CONFIG_DAVICOM_PHY=m
678CONFIG_QSEMI_PHY=m 843CONFIG_QSEMI_PHY=m
679CONFIG_LXT_PHY=m 844CONFIG_LXT_PHY=m
680CONFIG_CICADA_PHY=m 845CONFIG_CICADA_PHY=m
846# CONFIG_VITESSE_PHY is not set
847# CONFIG_SMSC_PHY is not set
848# CONFIG_FIXED_PHY is not set
681 849
682# 850#
683# Ethernet (10 or 100Mbit) 851# Ethernet (10 or 100Mbit)
@@ -687,7 +855,7 @@ CONFIG_MII=y
687# CONFIG_STNIC is not set 855# CONFIG_STNIC is not set
688# CONFIG_HAPPYMEAL is not set 856# CONFIG_HAPPYMEAL is not set
689# CONFIG_SUNGEM is not set 857# CONFIG_SUNGEM is not set
690CONFIG_CASSINI=m 858# CONFIG_CASSINI is not set
691# CONFIG_NET_VENDOR_3COM is not set 859# CONFIG_NET_VENDOR_3COM is not set
692# CONFIG_SMC91X is not set 860# CONFIG_SMC91X is not set
693 861
@@ -696,7 +864,6 @@ CONFIG_CASSINI=m
696# 864#
697# CONFIG_NET_TULIP is not set 865# CONFIG_NET_TULIP is not set
698# CONFIG_HP100 is not set 866# CONFIG_HP100 is not set
699# CONFIG_NE2000 is not set
700CONFIG_NET_PCI=y 867CONFIG_NET_PCI=y
701# CONFIG_PCNET32 is not set 868# CONFIG_PCNET32 is not set
702# CONFIG_AMD8111_ETH is not set 869# CONFIG_AMD8111_ETH is not set
@@ -733,10 +900,12 @@ CONFIG_8139_OLD_RX_RESET=y
733# CONFIG_R8169 is not set 900# CONFIG_R8169 is not set
734# CONFIG_SIS190 is not set 901# CONFIG_SIS190 is not set
735# CONFIG_SKGE is not set 902# CONFIG_SKGE is not set
903# CONFIG_SKY2 is not set
736# CONFIG_SK98LIN is not set 904# CONFIG_SK98LIN is not set
737# CONFIG_VIA_VELOCITY is not set 905# CONFIG_VIA_VELOCITY is not set
738# CONFIG_TIGON3 is not set 906# CONFIG_TIGON3 is not set
739# CONFIG_BNX2 is not set 907# CONFIG_BNX2 is not set
908# CONFIG_QLA3XXX is not set
740 909
741# 910#
742# Ethernet (10000 Mbit) 911# Ethernet (10000 Mbit)
@@ -744,6 +913,7 @@ CONFIG_8139_OLD_RX_RESET=y
744# CONFIG_CHELSIO_T1 is not set 913# CONFIG_CHELSIO_T1 is not set
745# CONFIG_IXGB is not set 914# CONFIG_IXGB is not set
746# CONFIG_S2IO is not set 915# CONFIG_S2IO is not set
916# CONFIG_MYRI10GE is not set
747 917
748# 918#
749# Token Ring devices 919# Token Ring devices
@@ -754,6 +924,7 @@ CONFIG_8139_OLD_RX_RESET=y
754# Wireless LAN (non-hamradio) 924# Wireless LAN (non-hamradio)
755# 925#
756CONFIG_NET_RADIO=y 926CONFIG_NET_RADIO=y
927CONFIG_NET_WIRELESS_RTNETLINK=y
757 928
758# 929#
759# Obsolete Wireless cards support (pre-802.11) 930# Obsolete Wireless cards support (pre-802.11)
@@ -763,6 +934,8 @@ CONFIG_NET_RADIO=y
763# 934#
764# Wireless 802.11b ISA/PCI cards support 935# Wireless 802.11b ISA/PCI cards support
765# 936#
937# CONFIG_IPW2100 is not set
938# CONFIG_IPW2200 is not set
766# CONFIG_HERMES is not set 939# CONFIG_HERMES is not set
767# CONFIG_ATMEL is not set 940# CONFIG_ATMEL is not set
768 941
@@ -770,7 +943,16 @@ CONFIG_NET_RADIO=y
770# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support 943# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
771# 944#
772CONFIG_PRISM54=m 945CONFIG_PRISM54=m
946# CONFIG_USB_ZD1201 is not set
773# CONFIG_HOSTAP is not set 947# CONFIG_HOSTAP is not set
948CONFIG_BCM43XX=m
949CONFIG_BCM43XX_DEBUG=y
950CONFIG_BCM43XX_DMA=y
951CONFIG_BCM43XX_PIO=y
952CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
953# CONFIG_BCM43XX_DMA_MODE is not set
954# CONFIG_BCM43XX_PIO_MODE is not set
955# CONFIG_ZD1211RW is not set
774CONFIG_NET_WIRELESS=y 956CONFIG_NET_WIRELESS=y
775 957
776# 958#
@@ -786,8 +968,13 @@ CONFIG_PPP_ASYNC=m
786CONFIG_PPP_SYNC_TTY=m 968CONFIG_PPP_SYNC_TTY=m
787CONFIG_PPP_DEFLATE=m 969CONFIG_PPP_DEFLATE=m
788CONFIG_PPP_BSDCOMP=m 970CONFIG_PPP_BSDCOMP=m
971CONFIG_PPP_MPPE=m
789CONFIG_PPPOE=m 972CONFIG_PPPOE=m
790# CONFIG_SLIP is not set 973CONFIG_SLIP=m
974CONFIG_SLIP_COMPRESSED=y
975CONFIG_SLHC=m
976CONFIG_SLIP_SMART=y
977# CONFIG_SLIP_MODE_SLIP6 is not set
791# CONFIG_NET_FC is not set 978# CONFIG_NET_FC is not set
792# CONFIG_SHAPER is not set 979# CONFIG_SHAPER is not set
793# CONFIG_NETCONSOLE is not set 980# CONFIG_NETCONSOLE is not set
@@ -808,6 +995,7 @@ CONFIG_PPPOE=m
808# Input device support 995# Input device support
809# 996#
810CONFIG_INPUT=y 997CONFIG_INPUT=y
998# CONFIG_INPUT_FF_MEMLESS is not set
811 999
812# 1000#
813# Userland interfaces 1001# Userland interfaces
@@ -842,6 +1030,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
842CONFIG_VT=y 1030CONFIG_VT=y
843CONFIG_VT_CONSOLE=y 1031CONFIG_VT_CONSOLE=y
844CONFIG_HW_CONSOLE=y 1032CONFIG_HW_CONSOLE=y
1033# CONFIG_VT_HW_CONSOLE_BINDING is not set
845# CONFIG_SERIAL_NONSTANDARD is not set 1034# CONFIG_SERIAL_NONSTANDARD is not set
846 1035
847# 1036#
@@ -853,6 +1042,7 @@ CONFIG_HW_CONSOLE=y
853# Non-8250 serial port support 1042# Non-8250 serial port support
854# 1043#
855CONFIG_SERIAL_SH_SCI=y 1044CONFIG_SERIAL_SH_SCI=y
1045CONFIG_SERIAL_SH_SCI_NR_UARTS=2
856CONFIG_SERIAL_SH_SCI_CONSOLE=y 1046CONFIG_SERIAL_SH_SCI_CONSOLE=y
857CONFIG_SERIAL_CORE=y 1047CONFIG_SERIAL_CORE=y
858CONFIG_SERIAL_CORE_CONSOLE=y 1048CONFIG_SERIAL_CORE_CONSOLE=y
@@ -869,8 +1059,27 @@ CONFIG_LEGACY_PTY_COUNT=256
869# 1059#
870# Watchdog Cards 1060# Watchdog Cards
871# 1061#
872# CONFIG_WATCHDOG is not set 1062CONFIG_WATCHDOG=y
873# CONFIG_RTC is not set 1063# CONFIG_WATCHDOG_NOWAYOUT is not set
1064
1065#
1066# Watchdog Device Drivers
1067#
1068# CONFIG_SOFT_WATCHDOG is not set
1069CONFIG_SH_WDT=m
1070# CONFIG_SH_WDT_MMAP is not set
1071
1072#
1073# PCI-based Watchdog Cards
1074#
1075# CONFIG_PCIPCWATCHDOG is not set
1076# CONFIG_WDTPCI is not set
1077
1078#
1079# USB-based Watchdog Cards
1080#
1081# CONFIG_USBPCWATCHDOG is not set
1082CONFIG_HW_RANDOM=y
874# CONFIG_GEN_RTC is not set 1083# CONFIG_GEN_RTC is not set
875# CONFIG_DTLK is not set 1084# CONFIG_DTLK is not set
876# CONFIG_R3964 is not set 1085# CONFIG_R3964 is not set
@@ -886,6 +1095,7 @@ CONFIG_LEGACY_PTY_COUNT=256
886# TPM devices 1095# TPM devices
887# 1096#
888# CONFIG_TCG_TPM is not set 1097# CONFIG_TCG_TPM is not set
1098# CONFIG_TELCLOCK is not set
889 1099
890# 1100#
891# I2C support 1101# I2C support
@@ -893,6 +1103,12 @@ CONFIG_LEGACY_PTY_COUNT=256
893# CONFIG_I2C is not set 1103# CONFIG_I2C is not set
894 1104
895# 1105#
1106# SPI support
1107#
1108# CONFIG_SPI is not set
1109# CONFIG_SPI_MASTER is not set
1110
1111#
896# Dallas's 1-wire bus 1112# Dallas's 1-wire bus
897# 1113#
898# CONFIG_W1 is not set 1114# CONFIG_W1 is not set
@@ -902,6 +1118,9 @@ CONFIG_LEGACY_PTY_COUNT=256
902# 1118#
903CONFIG_HWMON=y 1119CONFIG_HWMON=y
904# CONFIG_HWMON_VID is not set 1120# CONFIG_HWMON_VID is not set
1121# CONFIG_SENSORS_ABITUGURU is not set
1122# CONFIG_SENSORS_F71805F is not set
1123# CONFIG_SENSORS_VT1211 is not set
905# CONFIG_HWMON_DEBUG_CHIP is not set 1124# CONFIG_HWMON_DEBUG_CHIP is not set
906 1125
907# 1126#
@@ -909,28 +1128,28 @@ CONFIG_HWMON=y
909# 1128#
910 1129
911# 1130#
912# Multimedia Capabilities Port drivers
913#
914
915#
916# Multimedia devices 1131# Multimedia devices
917# 1132#
918# CONFIG_VIDEO_DEV is not set 1133# CONFIG_VIDEO_DEV is not set
1134CONFIG_VIDEO_V4L2=y
919 1135
920# 1136#
921# Digital Video Broadcasting Devices 1137# Digital Video Broadcasting Devices
922# 1138#
923# CONFIG_DVB is not set 1139# CONFIG_DVB is not set
1140# CONFIG_USB_DABUSB is not set
924 1141
925# 1142#
926# Graphics support 1143# Graphics support
927# 1144#
1145CONFIG_FIRMWARE_EDID=y
928# CONFIG_FB is not set 1146# CONFIG_FB is not set
929 1147
930# 1148#
931# Console display driver support 1149# Console display driver support
932# 1150#
933CONFIG_DUMMY_CONSOLE=y 1151CONFIG_DUMMY_CONSOLE=y
1152# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
934 1153
935# 1154#
936# Sound 1155# Sound
@@ -942,7 +1161,8 @@ CONFIG_DUMMY_CONSOLE=y
942# 1161#
943CONFIG_USB_ARCH_HAS_HCD=y 1162CONFIG_USB_ARCH_HAS_HCD=y
944CONFIG_USB_ARCH_HAS_OHCI=y 1163CONFIG_USB_ARCH_HAS_OHCI=y
945CONFIG_USB=m 1164CONFIG_USB_ARCH_HAS_EHCI=y
1165CONFIG_USB=y
946# CONFIG_USB_DEBUG is not set 1166# CONFIG_USB_DEBUG is not set
947 1167
948# 1168#
@@ -956,11 +1176,12 @@ CONFIG_USB_DEVICEFS=y
956# 1176#
957# USB Host Controller Drivers 1177# USB Host Controller Drivers
958# 1178#
959CONFIG_USB_EHCI_HCD=m 1179CONFIG_USB_EHCI_HCD=y
960# CONFIG_USB_EHCI_SPLIT_ISO is not set 1180# CONFIG_USB_EHCI_SPLIT_ISO is not set
961# CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1181# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1182# CONFIG_USB_EHCI_TT_NEWSCHED is not set
962# CONFIG_USB_ISP116X_HCD is not set 1183# CONFIG_USB_ISP116X_HCD is not set
963CONFIG_USB_OHCI_HCD=m 1184CONFIG_USB_OHCI_HCD=y
964# CONFIG_USB_OHCI_BIG_ENDIAN is not set 1185# CONFIG_USB_OHCI_BIG_ENDIAN is not set
965CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1186CONFIG_USB_OHCI_LITTLE_ENDIAN=y
966# CONFIG_USB_UHCI_HCD is not set 1187# CONFIG_USB_UHCI_HCD is not set
@@ -969,14 +1190,17 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
969# 1190#
970# USB Device Class drivers 1191# USB Device Class drivers
971# 1192#
972# CONFIG_USB_BLUETOOTH_TTY is not set 1193CONFIG_USB_ACM=m
973# CONFIG_USB_ACM is not set 1194CONFIG_USB_PRINTER=m
974# CONFIG_USB_PRINTER is not set
975 1195
976# 1196#
977# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information 1197# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
978# 1198#
979CONFIG_USB_STORAGE=m 1199
1200#
1201# may also be needed; see USB_STORAGE Help for more information
1202#
1203CONFIG_USB_STORAGE=y
980# CONFIG_USB_STORAGE_DEBUG is not set 1204# CONFIG_USB_STORAGE_DEBUG is not set
981# CONFIG_USB_STORAGE_DATAFAB is not set 1205# CONFIG_USB_STORAGE_DATAFAB is not set
982# CONFIG_USB_STORAGE_FREECOM is not set 1206# CONFIG_USB_STORAGE_FREECOM is not set
@@ -985,6 +1209,9 @@ CONFIG_USB_STORAGE=m
985# CONFIG_USB_STORAGE_SDDR09 is not set 1209# CONFIG_USB_STORAGE_SDDR09 is not set
986# CONFIG_USB_STORAGE_SDDR55 is not set 1210# CONFIG_USB_STORAGE_SDDR55 is not set
987# CONFIG_USB_STORAGE_JUMPSHOT is not set 1211# CONFIG_USB_STORAGE_JUMPSHOT is not set
1212# CONFIG_USB_STORAGE_ALAUDA is not set
1213# CONFIG_USB_STORAGE_KARMA is not set
1214# CONFIG_USB_LIBUSUAL is not set
988 1215
989# 1216#
990# USB Input Devices 1217# USB Input Devices
@@ -1001,14 +1228,14 @@ CONFIG_USB_STORAGE=m
1001# CONFIG_USB_ACECAD is not set 1228# CONFIG_USB_ACECAD is not set
1002# CONFIG_USB_KBTAB is not set 1229# CONFIG_USB_KBTAB is not set
1003# CONFIG_USB_POWERMATE is not set 1230# CONFIG_USB_POWERMATE is not set
1004# CONFIG_USB_MTOUCH is not set 1231# CONFIG_USB_TOUCHSCREEN is not set
1005# CONFIG_USB_ITMTOUCH is not set
1006# CONFIG_USB_EGALAX is not set
1007# CONFIG_USB_YEALINK is not set 1232# CONFIG_USB_YEALINK is not set
1008# CONFIG_USB_XPAD is not set 1233# CONFIG_USB_XPAD is not set
1009# CONFIG_USB_ATI_REMOTE is not set 1234# CONFIG_USB_ATI_REMOTE is not set
1235# CONFIG_USB_ATI_REMOTE2 is not set
1010# CONFIG_USB_KEYSPAN_REMOTE is not set 1236# CONFIG_USB_KEYSPAN_REMOTE is not set
1011# CONFIG_USB_APPLETOUCH is not set 1237# CONFIG_USB_APPLETOUCH is not set
1238# CONFIG_USB_TRANCEVIBRATOR is not set
1012 1239
1013# 1240#
1014# USB Imaging devices 1241# USB Imaging devices
@@ -1017,15 +1244,6 @@ CONFIG_USB_STORAGE=m
1017# CONFIG_USB_MICROTEK is not set 1244# CONFIG_USB_MICROTEK is not set
1018 1245
1019# 1246#
1020# USB Multimedia devices
1021#
1022# CONFIG_USB_DABUSB is not set
1023
1024#
1025# Video4Linux support is needed for USB Multimedia device support
1026#
1027
1028#
1029# USB Network Adapters 1247# USB Network Adapters
1030# 1248#
1031# CONFIG_USB_CATC is not set 1249# CONFIG_USB_CATC is not set
@@ -1033,7 +1251,6 @@ CONFIG_USB_STORAGE=m
1033# CONFIG_USB_PEGASUS is not set 1251# CONFIG_USB_PEGASUS is not set
1034# CONFIG_USB_RTL8150 is not set 1252# CONFIG_USB_RTL8150 is not set
1035# CONFIG_USB_USBNET is not set 1253# CONFIG_USB_USBNET is not set
1036# CONFIG_USB_ZD1201 is not set
1037CONFIG_USB_MON=y 1254CONFIG_USB_MON=y
1038 1255
1039# 1256#
@@ -1045,7 +1262,9 @@ CONFIG_USB_MON=y
1045# 1262#
1046CONFIG_USB_SERIAL=m 1263CONFIG_USB_SERIAL=m
1047CONFIG_USB_SERIAL_GENERIC=y 1264CONFIG_USB_SERIAL_GENERIC=y
1265# CONFIG_USB_SERIAL_AIRCABLE is not set
1048# CONFIG_USB_SERIAL_AIRPRIME is not set 1266# CONFIG_USB_SERIAL_AIRPRIME is not set
1267CONFIG_USB_SERIAL_ARK3116=m
1049# CONFIG_USB_SERIAL_BELKIN is not set 1268# CONFIG_USB_SERIAL_BELKIN is not set
1050# CONFIG_USB_SERIAL_WHITEHEAT is not set 1269# CONFIG_USB_SERIAL_WHITEHEAT is not set
1051# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set 1270# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
@@ -1053,6 +1272,7 @@ CONFIG_USB_SERIAL_GENERIC=y
1053# CONFIG_USB_SERIAL_CYPRESS_M8 is not set 1272# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
1054# CONFIG_USB_SERIAL_EMPEG is not set 1273# CONFIG_USB_SERIAL_EMPEG is not set
1055# CONFIG_USB_SERIAL_FTDI_SIO is not set 1274# CONFIG_USB_SERIAL_FTDI_SIO is not set
1275# CONFIG_USB_SERIAL_FUNSOFT is not set
1056# CONFIG_USB_SERIAL_VISOR is not set 1276# CONFIG_USB_SERIAL_VISOR is not set
1057# CONFIG_USB_SERIAL_IPAQ is not set 1277# CONFIG_USB_SERIAL_IPAQ is not set
1058# CONFIG_USB_SERIAL_IR is not set 1278# CONFIG_USB_SERIAL_IR is not set
@@ -1065,12 +1285,16 @@ CONFIG_USB_SERIAL_GENERIC=y
1065# CONFIG_USB_SERIAL_KLSI is not set 1285# CONFIG_USB_SERIAL_KLSI is not set
1066# CONFIG_USB_SERIAL_KOBIL_SCT is not set 1286# CONFIG_USB_SERIAL_KOBIL_SCT is not set
1067# CONFIG_USB_SERIAL_MCT_U232 is not set 1287# CONFIG_USB_SERIAL_MCT_U232 is not set
1288# CONFIG_USB_SERIAL_MOS7840 is not set
1289# CONFIG_USB_SERIAL_NAVMAN is not set
1068CONFIG_USB_SERIAL_PL2303=m 1290CONFIG_USB_SERIAL_PL2303=m
1069# CONFIG_USB_SERIAL_HP4X is not set 1291# CONFIG_USB_SERIAL_HP4X is not set
1070# CONFIG_USB_SERIAL_SAFE is not set 1292# CONFIG_USB_SERIAL_SAFE is not set
1293# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
1071# CONFIG_USB_SERIAL_TI is not set 1294# CONFIG_USB_SERIAL_TI is not set
1072# CONFIG_USB_SERIAL_CYBERJACK is not set 1295# CONFIG_USB_SERIAL_CYBERJACK is not set
1073# CONFIG_USB_SERIAL_XIRCOM is not set 1296# CONFIG_USB_SERIAL_XIRCOM is not set
1297# CONFIG_USB_SERIAL_OPTION is not set
1074# CONFIG_USB_SERIAL_OMNINET is not set 1298# CONFIG_USB_SERIAL_OMNINET is not set
1075 1299
1076# 1300#
@@ -1078,15 +1302,18 @@ CONFIG_USB_SERIAL_PL2303=m
1078# 1302#
1079# CONFIG_USB_EMI62 is not set 1303# CONFIG_USB_EMI62 is not set
1080# CONFIG_USB_EMI26 is not set 1304# CONFIG_USB_EMI26 is not set
1305# CONFIG_USB_ADUTUX is not set
1081# CONFIG_USB_AUERSWALD is not set 1306# CONFIG_USB_AUERSWALD is not set
1082# CONFIG_USB_RIO500 is not set 1307# CONFIG_USB_RIO500 is not set
1083# CONFIG_USB_LEGOTOWER is not set 1308# CONFIG_USB_LEGOTOWER is not set
1084# CONFIG_USB_LCD is not set 1309# CONFIG_USB_LCD is not set
1085# CONFIG_USB_LED is not set 1310# CONFIG_USB_LED is not set
1311# CONFIG_USB_CYPRESS_CY7C63 is not set
1086# CONFIG_USB_CYTHERM is not set 1312# CONFIG_USB_CYTHERM is not set
1087# CONFIG_USB_PHIDGETKIT is not set 1313# CONFIG_USB_PHIDGET is not set
1088# CONFIG_USB_PHIDGETSERVO is not set
1089# CONFIG_USB_IDMOUSE is not set 1314# CONFIG_USB_IDMOUSE is not set
1315# CONFIG_USB_FTDI_ELAN is not set
1316# CONFIG_USB_APPLEDISPLAY is not set
1090# CONFIG_USB_SISUSBVGA is not set 1317# CONFIG_USB_SISUSBVGA is not set
1091# CONFIG_USB_LD is not set 1318# CONFIG_USB_LD is not set
1092# CONFIG_USB_TEST is not set 1319# CONFIG_USB_TEST is not set
@@ -1106,39 +1333,71 @@ CONFIG_USB_SERIAL_PL2303=m
1106# CONFIG_MMC is not set 1333# CONFIG_MMC is not set
1107 1334
1108# 1335#
1336# LED devices
1337#
1338# CONFIG_NEW_LEDS is not set
1339
1340#
1341# LED drivers
1342#
1343
1344#
1345# LED Triggers
1346#
1347
1348#
1109# InfiniBand support 1349# InfiniBand support
1110# 1350#
1111# CONFIG_INFINIBAND is not set 1351# CONFIG_INFINIBAND is not set
1112 1352
1113# 1353#
1114# SN Devices 1354# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
1355#
1356
1357#
1358# Real Time Clock
1359#
1360# CONFIG_RTC_CLASS is not set
1361
1362#
1363# DMA Engine support
1364#
1365# CONFIG_DMA_ENGINE is not set
1366
1367#
1368# DMA Clients
1369#
1370
1371#
1372# DMA Devices
1115# 1373#
1116 1374
1117# 1375#
1118# File systems 1376# File systems
1119# 1377#
1120CONFIG_EXT2_FS=y 1378CONFIG_EXT2_FS=y
1121CONFIG_EXT2_FS_XATTR=y 1379# CONFIG_EXT2_FS_XATTR is not set
1122CONFIG_EXT2_FS_POSIX_ACL=y
1123CONFIG_EXT2_FS_SECURITY=y
1124# CONFIG_EXT2_FS_XIP is not set 1380# CONFIG_EXT2_FS_XIP is not set
1125CONFIG_EXT3_FS=y 1381CONFIG_EXT3_FS=y
1126CONFIG_EXT3_FS_XATTR=y 1382# CONFIG_EXT3_FS_XATTR is not set
1127CONFIG_EXT3_FS_POSIX_ACL=y
1128CONFIG_EXT3_FS_SECURITY=y
1129CONFIG_JBD=y 1383CONFIG_JBD=y
1130# CONFIG_JBD_DEBUG is not set 1384# CONFIG_JBD_DEBUG is not set
1131CONFIG_FS_MBCACHE=y
1132CONFIG_REISERFS_FS=m 1385CONFIG_REISERFS_FS=m
1133# CONFIG_REISERFS_CHECK is not set 1386# CONFIG_REISERFS_CHECK is not set
1134# CONFIG_REISERFS_PROC_INFO is not set 1387# CONFIG_REISERFS_PROC_INFO is not set
1135# CONFIG_REISERFS_FS_XATTR is not set 1388# CONFIG_REISERFS_FS_XATTR is not set
1136# CONFIG_JFS_FS is not set 1389# CONFIG_JFS_FS is not set
1137CONFIG_FS_POSIX_ACL=y 1390# CONFIG_FS_POSIX_ACL is not set
1138# CONFIG_XFS_FS is not set 1391CONFIG_XFS_FS=m
1392# CONFIG_XFS_QUOTA is not set
1393# CONFIG_XFS_SECURITY is not set
1394# CONFIG_XFS_POSIX_ACL is not set
1395# CONFIG_XFS_RT is not set
1396# CONFIG_OCFS2_FS is not set
1139# CONFIG_MINIX_FS is not set 1397# CONFIG_MINIX_FS is not set
1140# CONFIG_ROMFS_FS is not set 1398# CONFIG_ROMFS_FS is not set
1141CONFIG_INOTIFY=y 1399CONFIG_INOTIFY=y
1400CONFIG_INOTIFY_USER=y
1142# CONFIG_QUOTA is not set 1401# CONFIG_QUOTA is not set
1143CONFIG_DNOTIFY=y 1402CONFIG_DNOTIFY=y
1144# CONFIG_AUTOFS_FS is not set 1403# CONFIG_AUTOFS_FS is not set
@@ -1170,12 +1429,14 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1170# 1429#
1171CONFIG_PROC_FS=y 1430CONFIG_PROC_FS=y
1172CONFIG_PROC_KCORE=y 1431CONFIG_PROC_KCORE=y
1432CONFIG_PROC_SYSCTL=y
1173CONFIG_SYSFS=y 1433CONFIG_SYSFS=y
1174CONFIG_TMPFS=y 1434CONFIG_TMPFS=y
1435# CONFIG_TMPFS_POSIX_ACL is not set
1175# CONFIG_HUGETLBFS is not set 1436# CONFIG_HUGETLBFS is not set
1176# CONFIG_HUGETLB_PAGE is not set 1437# CONFIG_HUGETLB_PAGE is not set
1177CONFIG_RAMFS=y 1438CONFIG_RAMFS=y
1178CONFIG_RELAYFS_FS=m 1439CONFIG_CONFIGFS_FS=m
1179 1440
1180# 1441#
1181# Miscellaneous filesystems 1442# Miscellaneous filesystems
@@ -1187,6 +1448,8 @@ CONFIG_RELAYFS_FS=m
1187# CONFIG_BEFS_FS is not set 1448# CONFIG_BEFS_FS is not set
1188# CONFIG_BFS_FS is not set 1449# CONFIG_BFS_FS is not set
1189# CONFIG_EFS_FS is not set 1450# CONFIG_EFS_FS is not set
1451# CONFIG_JFFS_FS is not set
1452# CONFIG_JFFS2_FS is not set
1190# CONFIG_CRAMFS is not set 1453# CONFIG_CRAMFS is not set
1191# CONFIG_VXFS_FS is not set 1454# CONFIG_VXFS_FS is not set
1192# CONFIG_HPFS_FS is not set 1455# CONFIG_HPFS_FS is not set
@@ -1241,6 +1504,7 @@ CONFIG_MSDOS_PARTITION=y
1241# CONFIG_SGI_PARTITION is not set 1504# CONFIG_SGI_PARTITION is not set
1242# CONFIG_ULTRIX_PARTITION is not set 1505# CONFIG_ULTRIX_PARTITION is not set
1243# CONFIG_SUN_PARTITION is not set 1506# CONFIG_SUN_PARTITION is not set
1507# CONFIG_KARMA_PARTITION is not set
1244# CONFIG_EFI_PARTITION is not set 1508# CONFIG_EFI_PARTITION is not set
1245 1509
1246# 1510#
@@ -1296,21 +1560,36 @@ CONFIG_NLS_UTF8=m
1296# Kernel hacking 1560# Kernel hacking
1297# 1561#
1298# CONFIG_PRINTK_TIME is not set 1562# CONFIG_PRINTK_TIME is not set
1299CONFIG_DEBUG_KERNEL=y 1563CONFIG_ENABLE_MUST_CHECK=y
1300CONFIG_MAGIC_SYSRQ=y 1564CONFIG_MAGIC_SYSRQ=y
1565# CONFIG_UNUSED_SYMBOLS is not set
1566CONFIG_DEBUG_KERNEL=y
1301CONFIG_LOG_BUF_SHIFT=16 1567CONFIG_LOG_BUF_SHIFT=16
1302# CONFIG_DETECT_SOFTLOCKUP is not set 1568# CONFIG_DETECT_SOFTLOCKUP is not set
1303# CONFIG_SCHEDSTATS is not set 1569# CONFIG_SCHEDSTATS is not set
1304CONFIG_DEBUG_SLAB=y 1570# CONFIG_DEBUG_SLAB is not set
1571# CONFIG_DEBUG_RT_MUTEXES is not set
1572# CONFIG_RT_MUTEX_TESTER is not set
1305# CONFIG_DEBUG_SPINLOCK is not set 1573# CONFIG_DEBUG_SPINLOCK is not set
1574# CONFIG_DEBUG_MUTEXES is not set
1575# CONFIG_DEBUG_RWSEMS is not set
1306# CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1576# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1577# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1307# CONFIG_DEBUG_KOBJECT is not set 1578# CONFIG_DEBUG_KOBJECT is not set
1579# CONFIG_DEBUG_BUGVERBOSE is not set
1308# CONFIG_DEBUG_INFO is not set 1580# CONFIG_DEBUG_INFO is not set
1309# CONFIG_DEBUG_FS is not set 1581# CONFIG_DEBUG_FS is not set
1582# CONFIG_DEBUG_VM is not set
1583# CONFIG_DEBUG_LIST is not set
1310# CONFIG_FRAME_POINTER is not set 1584# CONFIG_FRAME_POINTER is not set
1585# CONFIG_FORCED_INLINING is not set
1586# CONFIG_RCU_TORTURE_TEST is not set
1311# CONFIG_SH_STANDARD_BIOS is not set 1587# CONFIG_SH_STANDARD_BIOS is not set
1312CONFIG_EARLY_SCIF_CONSOLE=y 1588CONFIG_EARLY_SCIF_CONSOLE=y
1313# CONFIG_EARLY_PRINTK is not set 1589# CONFIG_EARLY_PRINTK is not set
1590# CONFIG_DEBUG_STACKOVERFLOW is not set
1591# CONFIG_DEBUG_STACK_USAGE is not set
1592# CONFIG_4KSTACKS is not set
1314# CONFIG_KGDB is not set 1593# CONFIG_KGDB is not set
1315 1594
1316# 1595#
@@ -1323,28 +1602,35 @@ CONFIG_EARLY_SCIF_CONSOLE=y
1323# Cryptographic options 1602# Cryptographic options
1324# 1603#
1325CONFIG_CRYPTO=y 1604CONFIG_CRYPTO=y
1605CONFIG_CRYPTO_ALGAPI=y
1606CONFIG_CRYPTO_BLKCIPHER=y
1607CONFIG_CRYPTO_HASH=y
1608CONFIG_CRYPTO_MANAGER=m
1326CONFIG_CRYPTO_HMAC=y 1609CONFIG_CRYPTO_HMAC=y
1327# CONFIG_CRYPTO_NULL is not set 1610CONFIG_CRYPTO_NULL=m
1328CONFIG_CRYPTO_MD4=m 1611CONFIG_CRYPTO_MD4=m
1329CONFIG_CRYPTO_MD5=m 1612CONFIG_CRYPTO_MD5=y
1330CONFIG_CRYPTO_SHA1=m 1613CONFIG_CRYPTO_SHA1=y
1331CONFIG_CRYPTO_SHA256=m 1614CONFIG_CRYPTO_SHA256=m
1332CONFIG_CRYPTO_SHA512=m 1615CONFIG_CRYPTO_SHA512=m
1333CONFIG_CRYPTO_WP512=m 1616CONFIG_CRYPTO_WP512=m
1334CONFIG_CRYPTO_TGR192=m 1617CONFIG_CRYPTO_TGR192=m
1335CONFIG_CRYPTO_DES=m 1618CONFIG_CRYPTO_ECB=m
1619CONFIG_CRYPTO_CBC=y
1620CONFIG_CRYPTO_DES=y
1336CONFIG_CRYPTO_BLOWFISH=m 1621CONFIG_CRYPTO_BLOWFISH=m
1337CONFIG_CRYPTO_TWOFISH=m 1622CONFIG_CRYPTO_TWOFISH=m
1623CONFIG_CRYPTO_TWOFISH_COMMON=m
1338CONFIG_CRYPTO_SERPENT=m 1624CONFIG_CRYPTO_SERPENT=m
1339CONFIG_CRYPTO_AES=m 1625CONFIG_CRYPTO_AES=y
1340CONFIG_CRYPTO_CAST5=m 1626CONFIG_CRYPTO_CAST5=m
1341CONFIG_CRYPTO_CAST6=m 1627CONFIG_CRYPTO_CAST6=m
1342CONFIG_CRYPTO_TEA=m 1628CONFIG_CRYPTO_TEA=m
1343CONFIG_CRYPTO_ARC4=m 1629CONFIG_CRYPTO_ARC4=y
1344CONFIG_CRYPTO_KHAZAD=m 1630CONFIG_CRYPTO_KHAZAD=m
1345CONFIG_CRYPTO_ANUBIS=m 1631CONFIG_CRYPTO_ANUBIS=m
1346CONFIG_CRYPTO_DEFLATE=m 1632CONFIG_CRYPTO_DEFLATE=y
1347CONFIG_CRYPTO_MICHAEL_MIC=m 1633CONFIG_CRYPTO_MICHAEL_MIC=y
1348CONFIG_CRYPTO_CRC32C=m 1634CONFIG_CRYPTO_CRC32C=m
1349# CONFIG_CRYPTO_TEST is not set 1635# CONFIG_CRYPTO_TEST is not set
1350 1636
@@ -1359,9 +1645,10 @@ CONFIG_CRC_CCITT=m
1359CONFIG_CRC16=m 1645CONFIG_CRC16=m
1360CONFIG_CRC32=y 1646CONFIG_CRC32=y
1361CONFIG_LIBCRC32C=m 1647CONFIG_LIBCRC32C=m
1362CONFIG_ZLIB_INFLATE=m 1648CONFIG_ZLIB_INFLATE=y
1363CONFIG_ZLIB_DEFLATE=m 1649CONFIG_ZLIB_DEFLATE=y
1364CONFIG_TEXTSEARCH=y 1650CONFIG_TEXTSEARCH=y
1365CONFIG_TEXTSEARCH_KMP=m 1651CONFIG_TEXTSEARCH_KMP=m
1366CONFIG_TEXTSEARCH_BM=m 1652CONFIG_TEXTSEARCH_BM=m
1367CONFIG_TEXTSEARCH_FSM=m 1653CONFIG_TEXTSEARCH_FSM=m
1654CONFIG_PLIST=y
diff --git a/arch/sh/drivers/dma/dma-sysfs.c b/arch/sh/drivers/dma/dma-sysfs.c
index 70a5d82eb2f8..29b8ef9873d1 100644
--- a/arch/sh/drivers/dma/dma-sysfs.c
+++ b/arch/sh/drivers/dma/dma-sysfs.c
@@ -48,12 +48,11 @@ static int __init dma_sysclass_init(void)
48 int ret; 48 int ret;
49 49
50 ret = sysdev_class_register(&dma_sysclass); 50 ret = sysdev_class_register(&dma_sysclass);
51 if (ret == 0) 51 if (unlikely(ret))
52 sysfs_create_file(&dma_sysclass.kset.kobj, &attr_devices.attr); 52 return ret;
53 53
54 return ret; 54 return sysfs_create_file(&dma_sysclass.kset.kobj, &attr_devices.attr);
55} 55}
56
57postcore_initcall(dma_sysclass_init); 56postcore_initcall(dma_sysclass_init);
58 57
59static ssize_t dma_show_dev_id(struct sys_device *dev, char *buf) 58static ssize_t dma_show_dev_id(struct sys_device *dev, char *buf)
@@ -152,4 +151,3 @@ void dma_remove_sysfs_files(struct dma_channel *chan, struct dma_info *info)
152 151
153 sysdev_unregister(dev); 152 sysdev_unregister(dev);
154} 153}
155
diff --git a/arch/sh/drivers/pci/ops-landisk.c b/arch/sh/drivers/pci/ops-landisk.c
index ada301c21fe7..d06030815a96 100644
--- a/arch/sh/drivers/pci/ops-landisk.c
+++ b/arch/sh/drivers/pci/ops-landisk.c
@@ -8,7 +8,6 @@
8 * May be copied or modified under the terms of the GNU General Public 8 * May be copied or modified under the terms of the GNU General Public
9 * License. See linux/COPYING for more information. 9 * License. See linux/COPYING for more information.
10 */ 10 */
11#include <linux/config.h>
12#include <linux/kernel.h> 11#include <linux/kernel.h>
13#include <linux/types.h> 12#include <linux/types.h>
14#include <linux/init.h> 13#include <linux/init.h>
diff --git a/arch/sh/drivers/pci/ops-r7780rp.c b/arch/sh/drivers/pci/ops-r7780rp.c
index 554d5ed2c586..6e3ba9c65b40 100644
--- a/arch/sh/drivers/pci/ops-r7780rp.c
+++ b/arch/sh/drivers/pci/ops-r7780rp.c
@@ -8,8 +8,6 @@
8 * 8 *
9 * PCI initialization for the Renesas SH7780 Highlander R7780RP-1 board 9 * PCI initialization for the Renesas SH7780 Highlander R7780RP-1 board
10 */ 10 */
11
12#include <linux/config.h>
13#include <linux/kernel.h> 11#include <linux/kernel.h>
14#include <linux/types.h> 12#include <linux/types.h>
15#include <linux/init.h> 13#include <linux/init.h>
diff --git a/arch/sh/drivers/pci/ops-sh03.c b/arch/sh/drivers/pci/ops-sh03.c
index e58d556e5f94..ebb58e605d9d 100644
--- a/arch/sh/drivers/pci/ops-sh03.c
+++ b/arch/sh/drivers/pci/ops-sh03.c
@@ -35,10 +35,10 @@ static struct resource sh7751_mem_resource = {
35 .flags = IORESOURCE_MEM 35 .flags = IORESOURCE_MEM
36}; 36};
37 37
38extern struct pci_ops sh7751_pci_ops; 38extern struct pci_ops sh4_pci_ops;
39 39
40struct pci_channel board_pci_channels[] = { 40struct pci_channel board_pci_channels[] = {
41 { &sh7751_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff }, 41 { &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff },
42 { NULL, NULL, NULL, 0, 0 }, 42 { NULL, NULL, NULL, 0, 0 },
43}; 43};
44 44
diff --git a/arch/sh/drivers/pci/ops-titan.c b/arch/sh/drivers/pci/ops-titan.c
index c6097bcd97fd..cd56d53375e7 100644
--- a/arch/sh/drivers/pci/ops-titan.c
+++ b/arch/sh/drivers/pci/ops-titan.c
@@ -11,8 +11,6 @@
11 * 11 *
12 * PCI initialization for the Titan boards 12 * PCI initialization for the Titan boards
13 */ 13 */
14
15#include <linux/config.h>
16#include <linux/kernel.h> 14#include <linux/kernel.h>
17#include <linux/types.h> 15#include <linux/types.h>
18#include <linux/init.h> 16#include <linux/init.h>
diff --git a/arch/sh/drivers/pci/pci-sh7780.c b/arch/sh/drivers/pci/pci-sh7780.c
index bd3064a82087..d6e635296534 100644
--- a/arch/sh/drivers/pci/pci-sh7780.c
+++ b/arch/sh/drivers/pci/pci-sh7780.c
@@ -12,10 +12,8 @@
12 * License. See linux/COPYING for more information. 12 * License. See linux/COPYING for more information.
13 * 13 *
14 */ 14 */
15
16#undef DEBUG 15#undef DEBUG
17 16
18#include <linux/config.h>
19#include <linux/types.h> 17#include <linux/types.h>
20#include <linux/kernel.h> 18#include <linux/kernel.h>
21#include <linux/init.h> 19#include <linux/init.h>
diff --git a/arch/sh/kernel/apm.c b/arch/sh/kernel/apm.c
index 871e7d640002..4f66f91b1006 100644
--- a/arch/sh/kernel/apm.c
+++ b/arch/sh/kernel/apm.c
@@ -16,7 +16,6 @@
16 * [This document is available from Microsoft at: 16 * [This document is available from Microsoft at:
17 * http://www.microsoft.com/hwdev/busbios/amp_12.htm] 17 * http://www.microsoft.com/hwdev/busbios/amp_12.htm]
18 */ 18 */
19#include <linux/config.h>
20#include <linux/module.h> 19#include <linux/module.h>
21#include <linux/poll.h> 20#include <linux/poll.h>
22#include <linux/timer.h> 21#include <linux/timer.h>
diff --git a/arch/sh/kernel/entry.S b/arch/sh/kernel/entry.S
index fe8221855b28..97c571fbcdf1 100644
--- a/arch/sh/kernel/entry.S
+++ b/arch/sh/kernel/entry.S
@@ -10,8 +10,8 @@
10 * for more details. 10 * for more details.
11 * 11 *
12 */ 12 */
13
14#include <linux/sys.h> 13#include <linux/sys.h>
14#include <linux/errno.h>
15#include <linux/linkage.h> 15#include <linux/linkage.h>
16#include <asm/asm-offsets.h> 16#include <asm/asm-offsets.h>
17#include <asm/thread_info.h> 17#include <asm/thread_info.h>
@@ -53,10 +53,6 @@
53 * syscall # 53 * syscall #
54 * 54 *
55 */ 55 */
56
57ENOSYS = 38
58EINVAL = 22
59
60#if defined(CONFIG_KGDB_NMI) 56#if defined(CONFIG_KGDB_NMI)
61NMI_VEC = 0x1c0 ! Must catch early for debounce 57NMI_VEC = 0x1c0 ! Must catch early for debounce
62#endif 58#endif
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c
index 77491cf9b259..36d86f9ac38a 100644
--- a/arch/sh/kernel/setup.c
+++ b/arch/sh/kernel/setup.c
@@ -1,5 +1,4 @@
1/* $Id: setup.c,v 1.30 2003/10/13 07:21:19 lethal Exp $ 1/*
2 *
3 * linux/arch/sh/kernel/setup.c 2 * linux/arch/sh/kernel/setup.c
4 * 3 *
5 * Copyright (C) 1999 Niibe Yutaka 4 * Copyright (C) 1999 Niibe Yutaka
@@ -21,6 +20,7 @@
21#include <linux/utsname.h> 20#include <linux/utsname.h>
22#include <linux/cpu.h> 21#include <linux/cpu.h>
23#include <linux/pfn.h> 22#include <linux/pfn.h>
23#include <linux/fs.h>
24#include <asm/uaccess.h> 24#include <asm/uaccess.h>
25#include <asm/io.h> 25#include <asm/io.h>
26#include <asm/sections.h> 26#include <asm/sections.h>
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c
index d3cbfa2ad4a7..9daad70bc305 100644
--- a/arch/sh/kernel/sh_ksyms.c
+++ b/arch/sh/kernel/sh_ksyms.c
@@ -72,6 +72,7 @@ DECLARE_EXPORT(__ashrdi3);
72DECLARE_EXPORT(__ashldi3); 72DECLARE_EXPORT(__ashldi3);
73DECLARE_EXPORT(__lshrdi3); 73DECLARE_EXPORT(__lshrdi3);
74DECLARE_EXPORT(__movstr); 74DECLARE_EXPORT(__movstr);
75DECLARE_EXPORT(__movstrSI16);
75 76
76EXPORT_SYMBOL(strcpy); 77EXPORT_SYMBOL(strcpy);
77 78
diff --git a/arch/sh/kernel/vsyscall/.gitignore b/arch/sh/kernel/vsyscall/.gitignore
new file mode 100644
index 000000000000..40836ad9079c
--- /dev/null
+++ b/arch/sh/kernel/vsyscall/.gitignore
@@ -0,0 +1 @@
vsyscall.lds
diff --git a/arch/sh/math-emu/math.c b/arch/sh/math-emu/math.c
index 26b6046814fd..1efbac15ff4e 100644
--- a/arch/sh/math-emu/math.c
+++ b/arch/sh/math-emu/math.c
@@ -7,7 +7,6 @@
7 * License. See the file "COPYING" in the main directory of this archive 7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details. 8 * for more details.
9 */ 9 */
10#include <linux/config.h>
11#include <linux/kernel.h> 10#include <linux/kernel.h>
12#include <linux/errno.h> 11#include <linux/errno.h>
13#include <linux/types.h> 12#include <linux/types.h>
diff --git a/arch/sh/mm/cache-debugfs.c b/arch/sh/mm/cache-debugfs.c
index a22d914e4d15..e0122bd33ddb 100644
--- a/arch/sh/mm/cache-debugfs.c
+++ b/arch/sh/mm/cache-debugfs.c
@@ -111,7 +111,7 @@ static int cache_seq_show(struct seq_file *file, void *iter)
111 111
112static int cache_debugfs_open(struct inode *inode, struct file *file) 112static int cache_debugfs_open(struct inode *inode, struct file *file)
113{ 113{
114 return single_open(file, cache_seq_show, inode->u.generic_ip); 114 return single_open(file, cache_seq_show, inode->i_private);
115} 115}
116 116
117static struct file_operations cache_debugfs_fops = { 117static struct file_operations cache_debugfs_fops = {
diff --git a/arch/sh/tools/gen-mach-types b/arch/sh/tools/gen-mach-types
index bb2b82234e83..65161e368353 100644
--- a/arch/sh/tools/gen-mach-types
+++ b/arch/sh/tools/gen-mach-types
@@ -20,8 +20,6 @@ END {
20 printf("#ifndef __ASM_SH_MACHTYPES_H\n"); 20 printf("#ifndef __ASM_SH_MACHTYPES_H\n");
21 printf("#define __ASM_SH_MACHTYPES_H\n"); 21 printf("#define __ASM_SH_MACHTYPES_H\n");
22 printf("\n"); 22 printf("\n");
23 printf("#include <linux/config.h>\n");
24 printf("\n");
25 printf("/*\n"); 23 printf("/*\n");
26 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n"); 24 printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n");
27 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n"); 25 printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n");
diff --git a/include/asm-sh/.gitignore b/include/asm-sh/.gitignore
new file mode 100644
index 000000000000..9218ef82b698
--- /dev/null
+++ b/include/asm-sh/.gitignore
@@ -0,0 +1,3 @@
1cpu
2mach
3machtypes.h
diff --git a/include/asm-sh/cpu-sh3/rtc.h b/include/asm-sh/cpu-sh3/rtc.h
deleted file mode 100644
index 2d926671115a..000000000000
--- a/include/asm-sh/cpu-sh3/rtc.h
+++ /dev/null
@@ -1,25 +0,0 @@
1#ifndef __ASM_CPU_SH3_RTC_H
2#define __ASM_CPU_SH3_RTC_H
3
4/* SH-3 RTC */
5#define R64CNT 0xfffffec0
6#define RSECCNT 0xfffffec2
7#define RMINCNT 0xfffffec4
8#define RHRCNT 0xfffffec6
9#define RWKCNT 0xfffffec8
10#define RDAYCNT 0xfffffeca
11#define RMONCNT 0xfffffecc
12#define RYRCNT 0xfffffece
13#define RSECAR 0xfffffed0
14#define RMINAR 0xfffffed2
15#define RHRAR 0xfffffed4
16#define RWKAR 0xfffffed6
17#define RDAYAR 0xfffffed8
18#define RMONAR 0xfffffeda
19#define RCR1 0xfffffedc
20#define RCR2 0xfffffede
21
22#define RTC_BIT_INVERTED 0 /* No bug on SH7708, SH7709A */
23
24#endif /* __ASM_CPU_SH3_RTC_H */
25
diff --git a/include/asm-sh/cpu-sh4/rtc.h b/include/asm-sh/cpu-sh4/rtc.h
deleted file mode 100644
index e091e32a67b7..000000000000
--- a/include/asm-sh/cpu-sh4/rtc.h
+++ /dev/null
@@ -1,25 +0,0 @@
1#ifndef __ASM_CPU_SH4_RTC_H
2#define __ASM_CPU_SH4_RTC_H
3
4/* SH-4 RTC */
5#define R64CNT 0xffc80000
6#define RSECCNT 0xffc80004
7#define RMINCNT 0xffc80008
8#define RHRCNT 0xffc8000c
9#define RWKCNT 0xffc80010
10#define RDAYCNT 0xffc80014
11#define RMONCNT 0xffc80018
12#define RYRCNT 0xffc8001c /* 16bit */
13#define RSECAR 0xffc80020
14#define RMINAR 0xffc80024
15#define RHRAR 0xffc80028
16#define RWKAR 0xffc8002c
17#define RDAYAR 0xffc80030
18#define RMONAR 0xffc80034
19#define RCR1 0xffc80038
20#define RCR2 0xffc8003c
21
22#define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */
23
24#endif /* __ASM_CPU_SH4_RTC_H */
25
diff --git a/include/asm-sh/elf.h b/include/asm-sh/elf.h
index 3a07ab40ac4d..fc050fd7645e 100644
--- a/include/asm-sh/elf.h
+++ b/include/asm-sh/elf.h
@@ -1,7 +1,6 @@
1#ifndef __ASM_SH_ELF_H 1#ifndef __ASM_SH_ELF_H
2#define __ASM_SH_ELF_H 2#define __ASM_SH_ELF_H
3 3
4#include <asm/processor.h>
5#include <asm/auxvec.h> 4#include <asm/auxvec.h>
6#include <asm/ptrace.h> 5#include <asm/ptrace.h>
7#include <asm/user.h> 6#include <asm/user.h>
diff --git a/include/asm-sh/hs7751rvoip/io.h b/include/asm-sh/hs7751rvoip/io.h
deleted file mode 100644
index 513c8514001b..000000000000
--- a/include/asm-sh/hs7751rvoip/io.h
+++ /dev/null
@@ -1,39 +0,0 @@
1/*
2 * include/asm-sh/hs7751rvoip/hs7751rvoip.h
3 *
4 * Modified version of io_se.h for the hs7751rvoip-specific functions.
5 *
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
8 *
9 * IO functions for an Renesas Technology sales HS7751RVOIP
10 */
11
12#ifndef _ASM_SH_IO_HS7751RVOIP_H
13#define _ASM_SH_IO_HS7751RVOIP_H
14
15#include <asm/io_generic.h>
16
17extern unsigned char hs7751rvoip_inb(unsigned long port);
18extern unsigned short hs7751rvoip_inw(unsigned long port);
19extern unsigned int hs7751rvoip_inl(unsigned long port);
20
21extern void hs7751rvoip_outb(unsigned char value, unsigned long port);
22extern void hs7751rvoip_outw(unsigned short value, unsigned long port);
23extern void hs7751rvoip_outl(unsigned int value, unsigned long port);
24
25extern unsigned char hs7751rvoip_inb_p(unsigned long port);
26extern void hs7751rvoip_outb_p(unsigned char value, unsigned long port);
27
28extern void hs7751rvoip_insb(unsigned long port, void *addr, unsigned long count);
29extern void hs7751rvoip_insw(unsigned long port, void *addr, unsigned long count);
30extern void hs7751rvoip_insl(unsigned long port, void *addr, unsigned long count);
31extern void hs7751rvoip_outsb(unsigned long port, const void *addr, unsigned long count);
32extern void hs7751rvoip_outsw(unsigned long port, const void *addr, unsigned long count);
33extern void hs7751rvoip_outsl(unsigned long port, const void *addr, unsigned long count);
34
35extern void *hs7751rvoip_ioremap(unsigned long offset, unsigned long size);
36
37extern unsigned long hs7751rvoip_isa_port2addr(unsigned long offset);
38
39#endif /* _ASM_SH_IO_HS7751RVOIP_H */
diff --git a/include/asm-sh/rts7751r2d/io.h b/include/asm-sh/rts7751r2d/io.h
deleted file mode 100644
index 241094020567..000000000000
--- a/include/asm-sh/rts7751r2d/io.h
+++ /dev/null
@@ -1,37 +0,0 @@
1/*
2 * include/asm-sh/io_rts7751r2d.h
3 *
4 * Modified version of io_se.h for the rts7751r2d-specific functions.
5 *
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
8 *
9 * IO functions for an Renesas Technology sales RTS7751R2D
10 */
11
12#ifndef _ASM_SH_IO_RTS7751R2D_H
13#define _ASM_SH_IO_RTS7751R2D_H
14
15extern unsigned char rts7751r2d_inb(unsigned long port);
16extern unsigned short rts7751r2d_inw(unsigned long port);
17extern unsigned int rts7751r2d_inl(unsigned long port);
18
19extern void rts7751r2d_outb(unsigned char value, unsigned long port);
20extern void rts7751r2d_outw(unsigned short value, unsigned long port);
21extern void rts7751r2d_outl(unsigned int value, unsigned long port);
22
23extern unsigned char rts7751r2d_inb_p(unsigned long port);
24extern void rts7751r2d_outb_p(unsigned char value, unsigned long port);
25
26extern void rts7751r2d_insb(unsigned long port, void *addr, unsigned long count);
27extern void rts7751r2d_insw(unsigned long port, void *addr, unsigned long count);
28extern void rts7751r2d_insl(unsigned long port, void *addr, unsigned long count);
29extern void rts7751r2d_outsb(unsigned long port, const void *addr, unsigned long count);
30extern void rts7751r2d_outsw(unsigned long port, const void *addr, unsigned long count);
31extern void rts7751r2d_outsl(unsigned long port, const void *addr, unsigned long count);
32
33extern void *rts7751r2d_ioremap(unsigned long offset, unsigned long size);
34
35extern unsigned long rts7751r2d_isa_port2addr(unsigned long offset);
36
37#endif /* _ASM_SH_IO_RTS7751R2D_H */
diff --git a/include/asm-sh/rts7751r2d/rts7751r2d.h b/include/asm-sh/rts7751r2d/rts7751r2d.h
index b112ae221fd1..796b8fcb81a8 100644
--- a/include/asm-sh/rts7751r2d/rts7751r2d.h
+++ b/include/asm-sh/rts7751r2d/rts7751r2d.h
@@ -68,4 +68,7 @@
68#define IRQ_PCISLOT2 10 /* PCI Slot #2 IRQ */ 68#define IRQ_PCISLOT2 10 /* PCI Slot #2 IRQ */
69#define IRQ_EXTENTION 11 /* EXTn IRQ */ 69#define IRQ_EXTENTION 11 /* EXTn IRQ */
70 70
71#define __IO_PREFIX rts7751r2d
72#include <asm/io_generic.h>
73
71#endif /* __ASM_SH_RENESAS_RTS7751R2D */ 74#endif /* __ASM_SH_RENESAS_RTS7751R2D */
diff --git a/include/asm-sh/sfp-machine.h b/include/asm-sh/sfp-machine.h
index 8a6399a8cfe0..d3c548443f2a 100644
--- a/include/asm-sh/sfp-machine.h
+++ b/include/asm-sh/sfp-machine.h
@@ -25,8 +25,6 @@
25#ifndef _SFP_MACHINE_H 25#ifndef _SFP_MACHINE_H
26#define _SFP_MACHINE_H 26#define _SFP_MACHINE_H
27 27
28#include <linux/config.h>
29
30#define _FP_W_TYPE_SIZE 32 28#define _FP_W_TYPE_SIZE 32
31#define _FP_W_TYPE unsigned long 29#define _FP_W_TYPE unsigned long
32#define _FP_WS_TYPE signed long 30#define _FP_WS_TYPE signed long
diff --git a/include/asm-sh/spinlock.h b/include/asm-sh/spinlock.h
index 54458fd24981..2586eef07d57 100644
--- a/include/asm-sh/spinlock.h
+++ b/include/asm-sh/spinlock.h
@@ -88,7 +88,14 @@ static inline void __raw_write_unlock(raw_rwlock_t *rw)
88 __raw_spin_unlock(&rw->lock); 88 __raw_spin_unlock(&rw->lock);
89} 89}
90 90
91#define __raw_read_trylock(lock) generic__raw_read_trylock(lock) 91static inline int __raw_read_trylock(raw_rwlock_t *lock)
92{
93 atomic_t *count = (atomic_t*)lock;
94 if (atomic_dec_return(count) >= 0)
95 return 1;
96 atomic_inc(count);
97 return 0;
98}
92 99
93static inline int __raw_write_trylock(raw_rwlock_t *rw) 100static inline int __raw_write_trylock(raw_rwlock_t *rw)
94{ 101{
diff --git a/include/asm-sh/string.h b/include/asm-sh/string.h
index 3e0cff04caec..95bc7db006b0 100644
--- a/include/asm-sh/string.h
+++ b/include/asm-sh/string.h
@@ -1,13 +1,15 @@
1#ifndef __ASM_SH_STRING_H 1#ifndef __ASM_SH_STRING_H
2#define __ASM_SH_STRING_H 2#define __ASM_SH_STRING_H
3 3
4#ifdef __KERNEL__
5
4/* 6/*
5 * Copyright (C) 1999 Niibe Yutaka 7 * Copyright (C) 1999 Niibe Yutaka
6 * But consider these trivial functions to be public domain. 8 * But consider these trivial functions to be public domain.
7 */ 9 */
8 10
9#define __HAVE_ARCH_STRCPY 11#define __HAVE_ARCH_STRCPY
10static __inline__ char *strcpy(char *__dest, const char *__src) 12static inline char *strcpy(char *__dest, const char *__src)
11{ 13{
12 register char *__xdest = __dest; 14 register char *__xdest = __dest;
13 unsigned long __dummy; 15 unsigned long __dummy;
@@ -26,7 +28,7 @@ static __inline__ char *strcpy(char *__dest, const char *__src)
26} 28}
27 29
28#define __HAVE_ARCH_STRNCPY 30#define __HAVE_ARCH_STRNCPY
29static __inline__ char *strncpy(char *__dest, const char *__src, size_t __n) 31static inline char *strncpy(char *__dest, const char *__src, size_t __n)
30{ 32{
31 register char *__xdest = __dest; 33 register char *__xdest = __dest;
32 unsigned long __dummy; 34 unsigned long __dummy;
@@ -52,7 +54,7 @@ static __inline__ char *strncpy(char *__dest, const char *__src, size_t __n)
52} 54}
53 55
54#define __HAVE_ARCH_STRCMP 56#define __HAVE_ARCH_STRCMP
55static __inline__ int strcmp(const char *__cs, const char *__ct) 57static inline int strcmp(const char *__cs, const char *__ct)
56{ 58{
57 register int __res; 59 register int __res;
58 unsigned long __dummy; 60 unsigned long __dummy;
@@ -78,7 +80,7 @@ static __inline__ int strcmp(const char *__cs, const char *__ct)
78} 80}
79 81
80#define __HAVE_ARCH_STRNCMP 82#define __HAVE_ARCH_STRNCMP
81static __inline__ int strncmp(const char *__cs, const char *__ct, size_t __n) 83static inline int strncmp(const char *__cs, const char *__ct, size_t __n)
82{ 84{
83 register int __res; 85 register int __res;
84 unsigned long __dummy; 86 unsigned long __dummy;
@@ -124,4 +126,9 @@ extern void *memchr(const void *__s, int __c, size_t __n);
124#define __HAVE_ARCH_STRLEN 126#define __HAVE_ARCH_STRLEN
125extern size_t strlen(const char *); 127extern size_t strlen(const char *);
126 128
129/* arch/sh/lib/strcasecmp.c */
130extern int strcasecmp(const char *, const char *);
131
132#endif /* __KERNEL__ */
133
127#endif /* __ASM_SH_STRING_H */ 134#endif /* __ASM_SH_STRING_H */