aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-08 14:31:37 -0400
committerArnd Bergmann <arnd@arndb.de>2013-04-08 14:31:37 -0400
commitf12d9f9c9b875aec513ffe31623e46deb862b63c (patch)
tree92cc49c772ec2494b46dd15d4aca2accfc23a6c8 /arch/arm/configs
parent16eaaee4d87b2255797f94341bd442f1f93afd1b (diff)
parente2f77f6ff54865870870aaff0c07e2c35c4e0cfa (diff)
Merge tag 'renesas-defconfig-bockw-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards2
From Simon Horman <horms+renesas@verge.net.au>: Renesas ARM based SoC bockw defconfig updates for v3.10 An update to the defconfig for the bockw board to enable SMSC ethernet. This is based on: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas renesas-boards3-for-v3.10 The reason for using that base is that the bockw defconfig was added in the boards branch instead of the defconfig branch, which was not ideal. * tag 'renesas-defconfig-bockw-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: bockw: enable SMSC ethernet on defconfig Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/bockw_defconfig34
1 files changed, 31 insertions, 3 deletions
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 6037705b7b67..6524cdf3b08d 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,16 +27,40 @@ CONFIG_HIGHMEM=y
27CONFIG_ZBOOT_ROM_TEXT=0x0 27CONFIG_ZBOOT_ROM_TEXT=0x0
28CONFIG_ZBOOT_ROM_BSS=0x0 28CONFIG_ZBOOT_ROM_BSS=0x0
29CONFIG_ARM_APPENDED_DTB=y 29CONFIG_ARM_APPENDED_DTB=y
30CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel" 30CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp"
31CONFIG_CMDLINE_FORCE=y 31CONFIG_CMDLINE_FORCE=y
32# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 32# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
33# CONFIG_SUSPEND is not set 33# CONFIG_SUSPEND is not set
34CONFIG_NET=y
35CONFIG_UNIX=y
36CONFIG_INET=y
37CONFIG_IP_PNP=y
38CONFIG_IP_PNP_DHCP=y
39# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
40# CONFIG_INET_XFRM_MODE_TUNNEL is not set
41# CONFIG_INET_XFRM_MODE_BEET is not set
42# CONFIG_INET_LRO is not set
43# CONFIG_INET_DIAG is not set
44# CONFIG_IPV6 is not set
34CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 45CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35CONFIG_DEVTMPFS=y 46CONFIG_DEVTMPFS=y
36CONFIG_DEVTMPFS_MOUNT=y 47CONFIG_DEVTMPFS_MOUNT=y
37# CONFIG_STANDALONE is not set 48# CONFIG_STANDALONE is not set
38# CONFIG_PREVENT_FIRMWARE_BUILD is not set 49# CONFIG_PREVENT_FIRMWARE_BUILD is not set
39# CONFIG_FW_LOADER is not set 50# CONFIG_FW_LOADER is not set
51CONFIG_NETDEVICES=y
52# CONFIG_NET_CADENCE is not set
53# CONFIG_NET_VENDOR_BROADCOM is not set
54# CONFIG_NET_VENDOR_CIRRUS is not set
55# CONFIG_NET_VENDOR_FARADAY is not set
56# CONFIG_NET_VENDOR_INTEL is not set
57# CONFIG_NET_VENDOR_MARVELL is not set
58# CONFIG_NET_VENDOR_MICREL is not set
59# CONFIG_NET_VENDOR_NATSEMI is not set
60# CONFIG_NET_VENDOR_SEEQ is not set
61CONFIG_SMSC911X=y
62# CONFIG_NET_VENDOR_STMICRO is not set
63# CONFIG_NET_VENDOR_WIZNET is not set
40# CONFIG_INPUT is not set 64# CONFIG_INPUT is not set
41# CONFIG_SERIO is not set 65# CONFIG_SERIO is not set
42# CONFIG_VT is not set 66# CONFIG_VT is not set
@@ -55,12 +79,16 @@ CONFIG_UIO_PDRV_GENIRQ=y
55# CONFIG_INOTIFY_USER is not set 79# CONFIG_INOTIFY_USER is not set
56CONFIG_TMPFS=y 80CONFIG_TMPFS=y
57# CONFIG_MISC_FILESYSTEMS is not set 81# CONFIG_MISC_FILESYSTEMS is not set
82CONFIG_NFS_FS=y
83CONFIG_NFS_V3_ACL=y
84CONFIG_NFS_V4=y
85CONFIG_NFS_SWAP=y
86CONFIG_NFS_V4_1=y
87CONFIG_ROOT_NFS=y
58# CONFIG_ENABLE_WARN_DEPRECATED is not set 88# CONFIG_ENABLE_WARN_DEPRECATED is not set
59# CONFIG_ENABLE_MUST_CHECK is not set 89# CONFIG_ENABLE_MUST_CHECK is not set
60# CONFIG_SCHED_DEBUG is not set 90# CONFIG_SCHED_DEBUG is not set
61# CONFIG_DEBUG_BUGVERBOSE is not set 91# CONFIG_DEBUG_BUGVERBOSE is not set
62# CONFIG_FTRACE is not set 92# CONFIG_FTRACE is not set
63# CONFIG_ARM_UNWIND is not set 93# CONFIG_ARM_UNWIND is not set
64CONFIG_KEYS=y
65CONFIG_CRYPTO=y
66CONFIG_AVERAGE=y 94CONFIG_AVERAGE=y