Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e35db38d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7778/bockw: Move "select RENESAS_INTC_IRQPIN" under SoC



Move the "select RENESAS_INTC_IRQPIN" from the two bockw-specific sections
to the one r8a7778-specific section, like is done for the other SoCs.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
[horms+renesas@verge.net.au: Resolved conflict]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 277efd30
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ config ARCH_R8A7778
	select SH_CLK_CPG
	select ARM_GIC
	select SYS_SUPPORTS_SH_TMU
	select RENESAS_INTC_IRQPIN

config ARCH_R8A7779
	bool "R-Car H1 (R8A77790)"
@@ -206,7 +207,6 @@ config MACH_BOCKW
	depends on ARCH_R8A7778
	select ARCH_REQUIRE_GPIOLIB
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
	select RENESAS_INTC_IRQPIN
	select SND_SOC_AK4554 if SND_SIMPLE_CARD
	select SND_SOC_AK4642 if SND_SIMPLE_CARD
	select USE_OF
@@ -215,7 +215,6 @@ config MACH_BOCKW_REFERENCE
	bool "BOCK-W  - Reference Device Tree Implementation"
	depends on ARCH_R8A7778
	select ARCH_REQUIRE_GPIOLIB
	select RENESAS_INTC_IRQPIN
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
	select USE_OF
	---help---