diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2016-04-25 04:49:14 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-26 06:53:14 -0400 |
commit | 58e696d111ff3c111118126d9ffd790517acb131 (patch) | |
tree | e260e9b3a68460beb5cce9c5fa8d5eb394b36a5f | |
parent | be36ad26b4d140895e425f86e484de912595829c (diff) |
ARM: configs: add MPS2 defconfig
This patch adds a new config for MPS2 platform.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r-- | arch/arm/configs/mps2_defconfig | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/arch/arm/configs/mps2_defconfig b/arch/arm/configs/mps2_defconfig new file mode 100644 index 000000000000..19d119f5b77e --- /dev/null +++ b/arch/arm/configs/mps2_defconfig | |||
@@ -0,0 +1,109 @@ | |||
1 | CONFIG_NO_HZ_IDLE=y | ||
2 | CONFIG_HIGH_RES_TIMERS=y | ||
3 | CONFIG_LOG_BUF_SHIFT=16 | ||
4 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
5 | CONFIG_EXPERT=y | ||
6 | # CONFIG_UID16 is not set | ||
7 | # CONFIG_BASE_FULL is not set | ||
8 | # CONFIG_FUTEX is not set | ||
9 | # CONFIG_EPOLL is not set | ||
10 | # CONFIG_SIGNALFD is not set | ||
11 | # CONFIG_EVENTFD is not set | ||
12 | # CONFIG_AIO is not set | ||
13 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
14 | # CONFIG_SLUB_DEBUG is not set | ||
15 | # CONFIG_BLOCK is not set | ||
16 | # CONFIG_MMU is not set | ||
17 | CONFIG_ARCH_MPS2=y | ||
18 | CONFIG_SET_MEM_PARAM=y | ||
19 | CONFIG_DRAM_BASE=0x21000000 | ||
20 | CONFIG_DRAM_SIZE=0x1000000 | ||
21 | CONFIG_PREEMPT_VOLUNTARY=y | ||
22 | # CONFIG_ATAGS is not set | ||
23 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
24 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
25 | CONFIG_BINFMT_FLAT=y | ||
26 | CONFIG_BINFMT_SHARED_FLAT=y | ||
27 | # CONFIG_COREDUMP is not set | ||
28 | # CONFIG_SUSPEND is not set | ||
29 | CONFIG_NET=y | ||
30 | CONFIG_PACKET=y | ||
31 | CONFIG_UNIX=y | ||
32 | CONFIG_INET=y | ||
33 | CONFIG_IP_PNP=y | ||
34 | CONFIG_IP_PNP_DHCP=y | ||
35 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
36 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
37 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
38 | # CONFIG_INET_LRO is not set | ||
39 | # CONFIG_INET_DIAG is not set | ||
40 | # CONFIG_IPV6 is not set | ||
41 | # CONFIG_WIRELESS is not set | ||
42 | CONFIG_DEVTMPFS=y | ||
43 | CONFIG_DEVTMPFS_MOUNT=y | ||
44 | # CONFIG_FW_LOADER is not set | ||
45 | CONFIG_NETDEVICES=y | ||
46 | # CONFIG_NET_CORE is not set | ||
47 | # CONFIG_NET_VENDOR_ARC is not set | ||
48 | # CONFIG_NET_CADENCE is not set | ||
49 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
50 | # CONFIG_NET_VENDOR_CIRRUS is not set | ||
51 | # CONFIG_NET_VENDOR_EZCHIP is not set | ||
52 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
53 | # CONFIG_NET_VENDOR_HISILICON is not set | ||
54 | # CONFIG_NET_VENDOR_INTEL is not set | ||
55 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
56 | # CONFIG_NET_VENDOR_MICREL is not set | ||
57 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
58 | # CONFIG_NET_VENDOR_QUALCOMM is not set | ||
59 | # CONFIG_NET_VENDOR_RENESAS is not set | ||
60 | # CONFIG_NET_VENDOR_ROCKER is not set | ||
61 | # CONFIG_NET_VENDOR_SAMSUNG is not set | ||
62 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
63 | CONFIG_SMSC911X=y | ||
64 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
65 | # CONFIG_NET_VENDOR_VIA is not set | ||
66 | # CONFIG_NET_VENDOR_WIZNET is not set | ||
67 | # CONFIG_WLAN is not set | ||
68 | # CONFIG_INPUT is not set | ||
69 | # CONFIG_SERIO is not set | ||
70 | # CONFIG_VT is not set | ||
71 | # CONFIG_LEGACY_PTYS is not set | ||
72 | CONFIG_SERIAL_NONSTANDARD=y | ||
73 | # CONFIG_DEVKMEM is not set | ||
74 | CONFIG_SERIAL_MPS2_UART_CONSOLE=y | ||
75 | CONFIG_SERIAL_MPS2_UART=y | ||
76 | # CONFIG_HW_RANDOM is not set | ||
77 | # CONFIG_HWMON is not set | ||
78 | CONFIG_WATCHDOG=y | ||
79 | CONFIG_ARM_SP805_WATCHDOG=y | ||
80 | CONFIG_MFD_SYSCON=y | ||
81 | # CONFIG_USB_SUPPORT is not set | ||
82 | CONFIG_NEW_LEDS=y | ||
83 | CONFIG_LEDS_CLASS=y | ||
84 | CONFIG_LEDS_SYSCON=y | ||
85 | CONFIG_LEDS_TRIGGERS=y | ||
86 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
87 | CONFIG_LEDS_TRIGGER_ONESHOT=y | ||
88 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
89 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
90 | CONFIG_LEDS_TRIGGER_CPU=y | ||
91 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | ||
92 | CONFIG_ARM_TIMER_SP804=y | ||
93 | # CONFIG_DNOTIFY is not set | ||
94 | # CONFIG_INOTIFY_USER is not set | ||
95 | # CONFIG_MISC_FILESYSTEMS is not set | ||
96 | CONFIG_NFS_FS=y | ||
97 | CONFIG_NFS_V4=y | ||
98 | CONFIG_NFS_V4_1=y | ||
99 | CONFIG_NFS_V4_2=y | ||
100 | CONFIG_ROOT_NFS=y | ||
101 | CONFIG_NLS=y | ||
102 | CONFIG_PRINTK_TIME=y | ||
103 | CONFIG_DEBUG_INFO=y | ||
104 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
105 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
106 | CONFIG_DEBUG_FS=y | ||
107 | # CONFIG_SCHED_DEBUG is not set | ||
108 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
109 | CONFIG_MEMTEST=y | ||