projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e493d
)
gpio: hisi: Do not require ACPI for COMPILE_TEST
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Mon, 14 Dec 2020 16:55:23 +0000
(18:55 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 16 Dec 2020 20:57:46 +0000
(21:57 +0100)
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>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 5358e9720e8ce8775c4f73beab931bdf0f3e4f1f..c70f46e80a3b72ea828ddfdb526f8a7632d38030 100644
(file)
--- 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