mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
gpio: gpiolib-of: Allow compile testing
Lower dependencies for compile testing. Signed-off-by: Alexander Stein <alexanders83@web.de>
This commit is contained in:
parent
190ea4344b
commit
1e4a806403
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ config GPIO_DEVRES
|
||||||
|
|
||||||
config OF_GPIO
|
config OF_GPIO
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on OF
|
depends on OF || COMPILE_TEST
|
||||||
|
|
||||||
config GPIO_ACPI
|
config GPIO_ACPI
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue