diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-04-02 00:20:02 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-04 22:32:53 -0400 |
commit | 27d5f27e253431c98f00c34a02bb7a2ece0b3fe9 (patch) | |
tree | 914b26ed47e5c4e33f1638350e7a4c9d53ce4cdc /arch/arm/mach-shmobile/Kconfig | |
parent | 5e3780ba6dded2636c939549e3bea16d736859fb (diff) |
ARM: shmobile: bockw: add SMSC ethernet support
This patch adds SMSC ethernet support on Bock-W
Bock-W SMSC needs FPGA settings which enables interrupt.
This patch does it on bockw_init() function.
As notes for future, this FPGA settings should be updated,
since this FPGA is using cascaded interrupt.
Current code is assuming that this FPGA interrupt user is only SMSC.
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>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 549e05985745..1a517e2fe449 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -133,6 +133,7 @@ config MACH_BOCKW | |||
133 | bool "BOCK-W platform" | 133 | bool "BOCK-W platform" |
134 | depends on ARCH_R8A7778 | 134 | depends on ARCH_R8A7778 |
135 | select ARCH_REQUIRE_GPIOLIB | 135 | select ARCH_REQUIRE_GPIOLIB |
136 | select RENESAS_INTC_IRQPIN | ||
136 | select USE_OF | 137 | select USE_OF |
137 | 138 | ||
138 | config MACH_MARZEN | 139 | config MACH_MARZEN |