irq: use CONFIG_ROCKCHIP_GPIO_V2 instead of CONFIG_IRQ2GPIO_V2
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id8b232efce483501053bcbd779a444d395c061fc
This commit is contained in:
parent
1c0910cb6f
commit
e59905bf16
|
|
@ -5,9 +5,3 @@ config IRQ
|
||||||
help
|
help
|
||||||
Provide IRQ support for platforms
|
Provide IRQ support for platforms
|
||||||
|
|
||||||
config IRQ2GPIO_V2
|
|
||||||
bool "Enable irq to gpio v2 transfer"
|
|
||||||
depends on IRQ
|
|
||||||
help
|
|
||||||
Some platform with new GPIO IP implements the low/high
|
|
||||||
registers with write mask. This configure handles it.
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
obj-y += irq-gic.o
|
obj-y += irq-gic.o
|
||||||
|
|
||||||
ifdef CONFIG_IRQ2GPIO_V2
|
ifdef CONFIG_ROCKCHIP_GPIO_V2
|
||||||
obj-y += irq-gpio-v2.o
|
obj-y += irq-gpio-v2.o
|
||||||
else
|
else
|
||||||
obj-y += irq-gpio.o
|
obj-y += irq-gpio.o
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue