diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-04-02 06:20:02 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-05 04:32:53 +0200 |
commit | 27d5f27e253431c98f00c34a02bb7a2ece0b3fe9 (patch) | |
tree | 914b26ed47e5c4e33f1638350e7a4c9d53ce4cdc /arch/arm/mach-shmobile/Kconfig | |
parent | Merge branch 'soc-r8a7778' into boards-bockw-base (diff) | |
download | linux-27d5f27e253431c98f00c34a02bb7a2ece0b3fe9.tar.xz linux-27d5f27e253431c98f00c34a02bb7a2ece0b3fe9.zip |
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 bool "BOCK-W platform" depends on ARCH_R8A7778 select ARCH_REQUIRE_GPIOLIB + select RENESAS_INTC_IRQPIN select USE_OF config MACH_MARZEN |