diff options
author | Olof Johansson <olof@lixom.net> | 2014-02-20 12:19:35 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-02-20 12:19:35 +0400 |
commit | 65b108ecde8d7308cab945724ee82065d149357a (patch) | |
tree | 85490dcfea2a564e7946c3a96538f8572d33786a /arch/arm/mach-shmobile/Kconfig | |
parent | 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2 (diff) | |
parent | 235cda29e4d5047622ff9b82b1f0b4cb6cf95f6c (diff) | |
download | linux-65b108ecde8d7308cab945724ee82065d149357a.tar.xz |
Merge tag 'renesas-boards-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards
Merge "Renesas ARM based SoC Board Updates for v3.15" from Simon Horman:
* r8a7791 (R-Car M2) based Koelsch board
- Fix error return code check from clk_get()
- Add SATA0 support
- Conditionally select MICREL_PHY for Multiplatform
* r8a7790 (R-Car H2) based Lager board
- Add USBHS support
- Fix error return code check from clk_get()
- Add SATA support
- Make spi_flash_data const
- Add VIN1 SoC camera support
- Conditionally select CONFIG_MICREL_PHY
* r8a7778 (R-Car M1) based Bock-W board
- Add USB Func DMAEngine support
- Use HPBIF DMAEngine for sound
- Use SSI DMAEngine for sound
* emev2 (Emma Mobile EV2) based kzm9d board
- Use common clock framework
* r8a773a0 (SH-Mobile AG5) based kzm9g board
- Add zboot support
* Many boards
- Conditionally select SMSC_PHY
* tag 'renesas-boards-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (21 commits)
ARM: shmobile: Remove Lager USBHS UDC ifdefs
ARM: shmobile: lager: Add USBHS support
ARM: shmobile: koelsch: fix error return code check from clk_get()
ARM: shmobile: lager: fix error return code check from clk_get()
ARM: shmobile: marzen: Conditionally select SMSC_PHY
ARM: shmobile: mackerel: Conditionally select SMSC_PHY
ARM: shmobile: kzm9d: Conditionally select SMSC_PHY
ARM: shmobile: bockw: Sort Kconfig node's selections
ARM: shmobile: armadillo800eva: Conditionally select SMSC_PHY
ARM: shmobile: ape6evm: Conditionally select SMSC_PHY
ARM: shmobile: koelsch: Add SATA0 support
ARM: shmobile: lager: Add SATA support
ARM: shmobile: lager: Make spi_flash_data const
ARM: shmobile: kzm9d: Use common clock framework
ARM: shmobile: lager: Add VIN1 SoC camera support
ARM: mach-shmobile: kzm9g: add zboot support
ARM: shmobile: koelsch: Conditionally select MICREL_PHY for Multiplatform
ARM: shmobile: bockw: add USB Func DMAEngine support
ARM: shmobile: bockw: use HPBIF DMAEngine for sound
ARM: shmobile: bockw: use SSI DMAEngine for sound
...
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 05fa505df585..d67f4b9774f6 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -45,15 +45,18 @@ config MACH_GENMAI config MACH_KOELSCH bool "Koelsch board" depends on ARCH_R8A7791 + select MICREL_PHY if SH_ETH config MACH_KZM9D bool "KZM9D board" depends on ARCH_EMEV2 select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X config MACH_LAGER bool "Lager board" depends on ARCH_R8A7790 + select MICREL_PHY if SH_ETH comment "Renesas ARM SoCs System Configuration" endif @@ -154,11 +157,13 @@ comment "Renesas ARM SoCs Board Type" config MACH_APE6EVM bool "APE6EVM board" depends on ARCH_R8A73A4 + select SMSC_PHY if SMSC911X select USE_OF config MACH_APE6EVM_REFERENCE bool "APE6EVM board - Reference Device Tree Implementation" depends on ARCH_R8A73A4 + select SMSC_PHY if SMSC911X select USE_OF ---help--- Use reference implementation of APE6EVM board support @@ -172,6 +177,7 @@ config MACH_MACKEREL depends on ARCH_SH7372 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select SND_SOC_AK4642 if SND_SIMPLE_CARD select USE_OF @@ -180,6 +186,7 @@ config MACH_ARMADILLO800EVA depends on ARCH_R8A7740 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SH_ETH select SND_SOC_WM8978 if SND_SIMPLE_CARD select USE_OF @@ -188,6 +195,7 @@ config MACH_ARMADILLO800EVA_REFERENCE depends on ARCH_R8A7740 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SH_ETH select SND_SOC_WM8978 if SND_SIMPLE_CARD select USE_OF ---help--- @@ -201,11 +209,11 @@ config MACH_BOCKW bool "BOCK-W platform" depends on ARCH_R8A7778 select ARCH_REQUIRE_GPIOLIB - select RENESAS_INTC_IRQPIN select REGULATOR_FIXED_VOLTAGE if REGULATOR - select USE_OF + select RENESAS_INTC_IRQPIN select SND_SOC_AK4554 if SND_SIMPLE_CARD select SND_SOC_AK4642 if SND_SIMPLE_CARD + select USE_OF config MACH_BOCKW_REFERENCE bool "BOCK-W - Reference Device Tree Implementation" @@ -242,6 +250,7 @@ config MACH_MARZEN depends on ARCH_R8A7779 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select USE_OF config MACH_MARZEN_REFERENCE @@ -249,6 +258,7 @@ config MACH_MARZEN_REFERENCE depends on ARCH_R8A7779 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR + select SMSC_PHY if SMSC911X select USE_OF ---help--- Use reference implementation of Marzen board support @@ -261,6 +271,7 @@ config MACH_LAGER bool "Lager board" depends on ARCH_R8A7790 select USE_OF + select MICREL_PHY if SH_ETH config MACH_KOELSCH bool "Koelsch board" |