diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-09-24 10:48:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-25 10:04:54 -0400 |
commit | b30fdd6f7395b0cae748396ac5f857f16bb0385d (patch) | |
tree | 3556c0a2089a348ceaaff09a8fa780125344bb20 /arch/mips/configs | |
parent | b1c561845dc969ab05cb080a6abb0d394d52d8c1 (diff) |
MIPS: MIPSsim: Remove the MIPSsim platform.
The MIPSsim platform is no longer supported or used.
[ralf@linux-mips.org: Also remove mipssim from arch/mips/Kbuild.platforms
and delete arch/mips/include/asm/mach-mipssim/*.]
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4350/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/mipssim_defconfig | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig deleted file mode 100644 index b5ad7387bbb0..000000000000 --- a/arch/mips/configs/mipssim_defconfig +++ /dev/null | |||
@@ -1,64 +0,0 @@ | |||
1 | CONFIG_MIPS_SIM=y | ||
2 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
3 | CONFIG_HZ_100=y | ||
4 | # CONFIG_SECCOMP is not set | ||
5 | CONFIG_EXPERIMENTAL=y | ||
6 | # CONFIG_SWAP is not set | ||
7 | CONFIG_SYSVIPC=y | ||
8 | CONFIG_LOG_BUF_SHIFT=14 | ||
9 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
10 | CONFIG_EXPERT=y | ||
11 | CONFIG_SLAB=y | ||
12 | CONFIG_MODULES=y | ||
13 | CONFIG_MODULE_UNLOAD=y | ||
14 | CONFIG_MODVERSIONS=y | ||
15 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
16 | # CONFIG_BLK_DEV_BSG is not set | ||
17 | CONFIG_NET=y | ||
18 | CONFIG_PACKET=y | ||
19 | CONFIG_UNIX=y | ||
20 | CONFIG_INET=y | ||
21 | CONFIG_IP_MULTICAST=y | ||
22 | CONFIG_IP_ADVANCED_ROUTER=y | ||
23 | CONFIG_IP_PNP=y | ||
24 | CONFIG_IP_PNP_DHCP=y | ||
25 | CONFIG_IP_PNP_BOOTP=y | ||
26 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
27 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
28 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
29 | # CONFIG_INET_LRO is not set | ||
30 | # CONFIG_IPV6 is not set | ||
31 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
32 | # CONFIG_STANDALONE is not set | ||
33 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
34 | # CONFIG_FW_LOADER is not set | ||
35 | CONFIG_BLK_DEV_LOOP=y | ||
36 | CONFIG_BLK_DEV_NBD=y | ||
37 | # CONFIG_MISC_DEVICES is not set | ||
38 | CONFIG_NETDEVICES=y | ||
39 | CONFIG_NET_ETHERNET=y | ||
40 | CONFIG_MIPS_SIM_NET=y | ||
41 | # CONFIG_NETDEV_1000 is not set | ||
42 | # CONFIG_NETDEV_10000 is not set | ||
43 | # CONFIG_INPUT is not set | ||
44 | # CONFIG_SERIO is not set | ||
45 | # CONFIG_VT is not set | ||
46 | CONFIG_SERIAL_8250=y | ||
47 | CONFIG_SERIAL_8250_CONSOLE=y | ||
48 | CONFIG_SERIAL_8250_NR_UARTS=1 | ||
49 | CONFIG_SERIAL_8250_RUNTIME_UARTS=1 | ||
50 | # CONFIG_HW_RANDOM is not set | ||
51 | # CONFIG_HWMON is not set | ||
52 | # CONFIG_USB_SUPPORT is not set | ||
53 | # CONFIG_DNOTIFY is not set | ||
54 | CONFIG_TMPFS=y | ||
55 | CONFIG_ROMFS_FS=y | ||
56 | CONFIG_NFS_FS=y | ||
57 | CONFIG_NFS_V3=y | ||
58 | CONFIG_ROOT_NFS=y | ||
59 | CONFIG_DEBUG_KERNEL=y | ||
60 | # CONFIG_SCHED_DEBUG is not set | ||
61 | CONFIG_DEBUG_INFO=y | ||
62 | CONFIG_CMDLINE_BOOL=y | ||
63 | CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp" | ||
64 | # CONFIG_CRC32 is not set | ||