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:
Joseph Chen 2020-05-28 16:31:57 +08:00 committed by Jianhong Chen
parent 1c0910cb6f
commit e59905bf16
2 changed files with 1 additions and 7 deletions

View File

@ -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.

View File

@ -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