diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:26 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:17 -0500 |
commit | 95461a64e9bf8dae80c0309a6dd90c3872548129 (patch) | |
tree | 6b233e0528860764f197d587ee01c4654405caba /arch/arc/configs | |
parent | b830cde5a486d1157105fe928dfa0ddcb9f1b840 (diff) |
ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs')
-rw-r--r-- | arch/arc/configs/fpga_defconfig | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/arch/arc/configs/fpga_defconfig b/arch/arc/configs/fpga_defconfig index 8638e101fa07..b8698067ebbe 100644 --- a/arch/arc/configs/fpga_defconfig +++ b/arch/arc/configs/fpga_defconfig | |||
@@ -10,16 +10,29 @@ CONFIG_NAMESPACES=y | |||
10 | # CONFIG_PID_NS is not set | 10 | # CONFIG_PID_NS is not set |
11 | CONFIG_BLK_DEV_INITRD=y | 11 | CONFIG_BLK_DEV_INITRD=y |
12 | CONFIG_INITRAMFS_SOURCE="../arc_initramfs" | 12 | CONFIG_INITRAMFS_SOURCE="../arc_initramfs" |
13 | CONFIG_EXPERT=y | 13 | CONFIG_KALLSYMS_ALL=y |
14 | # CONFIG_FUTEX is not set | 14 | CONFIG_EMBEDDED=y |
15 | # CONFIG_SLUB_DEBUG is not set | ||
15 | # CONFIG_COMPAT_BRK is not set | 16 | # CONFIG_COMPAT_BRK is not set |
17 | CONFIG_KPROBES=y | ||
18 | CONFIG_MODULES=y | ||
16 | # CONFIG_LBDAF is not set | 19 | # CONFIG_LBDAF is not set |
17 | # CONFIG_BLK_DEV_BSG is not set | 20 | # CONFIG_BLK_DEV_BSG is not set |
18 | # CONFIG_IOSCHED_DEADLINE is not set | 21 | # CONFIG_IOSCHED_DEADLINE is not set |
19 | # CONFIG_IOSCHED_CFQ is not set | 22 | # CONFIG_IOSCHED_CFQ is not set |
23 | CONFIG_ARC_PLAT_FPGA_LEGACY=y | ||
24 | CONFIG_ARC_BOARD_ML509=y | ||
25 | # CONFIG_ARC_HAS_RTSC is not set | ||
20 | CONFIG_ARC_BUILTIN_DTB_NAME="angel4" | 26 | CONFIG_ARC_BUILTIN_DTB_NAME="angel4" |
21 | # CONFIG_COMPACTION is not set | 27 | # CONFIG_COMPACTION is not set |
22 | # CONFIG_CROSS_MEMORY_ATTACH is not set | 28 | # CONFIG_CROSS_MEMORY_ATTACH is not set |
29 | CONFIG_NET=y | ||
30 | CONFIG_PACKET=y | ||
31 | CONFIG_UNIX=y | ||
32 | CONFIG_UNIX_DIAG=y | ||
33 | CONFIG_NET_KEY=y | ||
34 | CONFIG_INET=y | ||
35 | # CONFIG_IPV6 is not set | ||
23 | # CONFIG_STANDALONE is not set | 36 | # CONFIG_STANDALONE is not set |
24 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 37 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
25 | # CONFIG_FIRMWARE_IN_KERNEL is not set | 38 | # CONFIG_FIRMWARE_IN_KERNEL is not set |
@@ -38,9 +51,11 @@ CONFIG_SERIAL_ARC_CONSOLE=y | |||
38 | # CONFIG_HID is not set | 51 | # CONFIG_HID is not set |
39 | # CONFIG_USB_SUPPORT is not set | 52 | # CONFIG_USB_SUPPORT is not set |
40 | # CONFIG_IOMMU_SUPPORT is not set | 53 | # CONFIG_IOMMU_SUPPORT is not set |
41 | # CONFIG_DNOTIFY is not set | 54 | CONFIG_EXT2_FS=y |
42 | # CONFIG_INOTIFY_USER is not set | 55 | CONFIG_EXT2_FS_XATTR=y |
56 | CONFIG_TMPFS=y | ||
43 | # CONFIG_MISC_FILESYSTEMS is not set | 57 | # CONFIG_MISC_FILESYSTEMS is not set |
58 | CONFIG_NFS_FS=y | ||
44 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | 59 | # CONFIG_ENABLE_WARN_DEPRECATED is not set |
45 | # CONFIG_ENABLE_MUST_CHECK is not set | 60 | # CONFIG_ENABLE_MUST_CHECK is not set |
46 | CONFIG_XZ_DEC=y | 61 | CONFIG_XZ_DEC=y |