* [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10
@ 2013-04-05 2:56 Simon Horman
2013-04-05 2:56 ` [PATCH] ARM: shmobile: bockw: enable SMSC ethernet on defconfig Simon Horman
2013-04-08 18:33 ` [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Arnd Bergmann
0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2013-04-05 2:56 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Arnd,
The following changes since commit 00ae962f8051bb143fa1c43c6a9c8274c3a9c593:
ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection (2013-04-03 10:50:44 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas tags/renesas-defconfig-bockw-for-v3.10
for you to fetch changes up to e2f77f6ff54865870870aaff0c07e2c35c4e0cfa:
ARM: shmobile: bockw: enable SMSC ethernet on defconfig (2013-04-04 15:51:12 +0900)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Kuninori Morimoto (1):
ARM: shmobile: bockw: enable SMSC ethernet on defconfig
arch/arm/configs/bockw_defconfig | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] ARM: shmobile: bockw: enable SMSC ethernet on defconfig
2013-04-05 2:56 [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Simon Horman
@ 2013-04-05 2:56 ` Simon Horman
2013-04-08 18:33 ` [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Arnd Bergmann
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-04-05 2:56 UTC (permalink / raw)
To: linux-arm-kernel
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
This patch adds SMSC ethernet support on Bock-W defconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 6037705..6524cdf 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,16 +27,40 @@ CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
-CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel"
+CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp"
CONFIG_CMDLINE_FORCE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_SUSPEND is not set
+CONFIG_NET=y
+CONFIG_UNIX=y
+CONFIG_INET=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
+# CONFIG_INET_XFRM_MODE_TUNNEL is not set
+# CONFIG_INET_XFRM_MODE_BEET is not set
+# CONFIG_INET_LRO is not set
+# CONFIG_INET_DIAG is not set
+# CONFIG_IPV6 is not set
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
+CONFIG_NETDEVICES=y
+# CONFIG_NET_CADENCE is not set
+# CONFIG_NET_VENDOR_BROADCOM is not set
+# CONFIG_NET_VENDOR_CIRRUS is not set
+# CONFIG_NET_VENDOR_FARADAY is not set
+# CONFIG_NET_VENDOR_INTEL is not set
+# CONFIG_NET_VENDOR_MARVELL is not set
+# CONFIG_NET_VENDOR_MICREL is not set
+# CONFIG_NET_VENDOR_NATSEMI is not set
+# CONFIG_NET_VENDOR_SEEQ is not set
+CONFIG_SMSC911X=y
+# CONFIG_NET_VENDOR_STMICRO is not set
+# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_INPUT is not set
# CONFIG_SERIO is not set
# CONFIG_VT is not set
@@ -55,12 +79,16 @@ CONFIG_UIO_PDRV_GENIRQ=y
# CONFIG_INOTIFY_USER is not set
CONFIG_TMPFS=y
# CONFIG_MISC_FILESYSTEMS is not set
+CONFIG_NFS_FS=y
+CONFIG_NFS_V3_ACL=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_SWAP=y
+CONFIG_NFS_V4_1=y
+CONFIG_ROOT_NFS=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
# CONFIG_SCHED_DEBUG is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_FTRACE is not set
# CONFIG_ARM_UNWIND is not set
-CONFIG_KEYS=y
-CONFIG_CRYPTO=y
CONFIG_AVERAGE=y
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10
2013-04-05 2:56 [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Simon Horman
2013-04-05 2:56 ` [PATCH] ARM: shmobile: bockw: enable SMSC ethernet on defconfig Simon Horman
@ 2013-04-08 18:33 ` Arnd Bergmann
1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2013-04-08 18:33 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 05 April 2013, Simon Horman wrote:
> 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.
Pulled into the same next/boards2 branch that had the original addition.
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-08 18:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 2:56 [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Simon Horman
2013-04-05 2:56 ` [PATCH] ARM: shmobile: bockw: enable SMSC ethernet on defconfig Simon Horman
2013-04-08 18:33 ` [GIT PULL] Renesas ARM based SoC bockw defconfig updates for v3.10 Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox