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

Commit 9af9a413 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Disable psw support for R7785RP.



While R7780RP and R7780MP support this, R7785RP does not.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0d08b5fb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,4 +4,7 @@
irqinit-y			:= irq-r7780rp.o
irqinit-$(CONFIG_SH_R7785RP)	:= irq-r7785rp.o
obj-y				:= setup.o irq.o $(irqinit-y)

ifneq ($(CONFIG_SH_R7785RP),y)
obj-$(CONFIG_PUSH_SWITCH)	+= psw.o
endif