aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-12-14 18:55:23 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-12-14 23:58:47 +0100
commit48695a8096ab2edeeed1b9b6e359d21f13c50a70 (patch)
tree78c504c4c4ec498ecc67571c3212270f1a48f56b
parent2cd64ae98f35287368ae900d36ac875f8e9b9632 (diff)
downloadlinux-next-48695a8096ab2edeeed1b9b6e359d21f13c50a70.tar.gz
gpio: hisi: Do not require ACPI for COMPILE_TEST
Notice: this object is not reachable from any branch.
Make it clear that ACPI needs to be present only to get driver functional. It is not required for compilation. Fixes: 356b01a986a5 ("gpio: gpio-hisi: Add HiSilicon GPIO support") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20201214165524.43843-1-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Notice: this object is not reachable from any branch.
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5358e9720e8ce..c70f46e80a3b7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -300,7 +300,7 @@ config GPIO_GRGPIO
config GPIO_HISI
tristate "HiSilicon GPIO controller driver"
- depends on (ARM64 || COMPILE_TEST) && ACPI
+ depends on (ARM64 && ACPI) || COMPILE_TEST
select GPIO_GENERIC
select GPIOLIB_IRQCHIP
help