gpio: em: depnd on ARCH_SHMOBILE
The GPIO_EM is part of the Renesas SoCs so depend on the arch. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> [Changed to depend on ARCH_EMEV2] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
752fda89f5
commit
22eaf13c7f
@@ -171,7 +171,7 @@ config GPIO_DWAPB
|
|||||||
|
|
||||||
config GPIO_EM
|
config GPIO_EM
|
||||||
tristate "Emma Mobile GPIO"
|
tristate "Emma Mobile GPIO"
|
||||||
depends on ARM && OF_GPIO
|
depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
|
||||||
help
|
help
|
||||||
Say yes here to support GPIO on Renesas Emma Mobile SoCs.
|
Say yes here to support GPIO on Renesas Emma Mobile SoCs.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user