mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-27 03:22:56 +00:00
gpio: ich: enable building with COMPILE_TEST=y
Extend the build coverage by allowing to build the module with COMPILE_TEST enabled. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250407-gpiochip-set-rv-gpio-part1-v1-11-78399683ca38@linaro.org Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
8416e1c971
commit
f3592d252f
@ -380,8 +380,7 @@ config GPIO_HLWD
|
|||||||
|
|
||||||
config GPIO_ICH
|
config GPIO_ICH
|
||||||
tristate "Intel ICH GPIO"
|
tristate "Intel ICH GPIO"
|
||||||
depends on X86
|
depends on (X86 && LPC_ICH) || COMPILE_TEST
|
||||||
depends on LPC_ICH
|
|
||||||
help
|
help
|
||||||
Say yes here to support the GPIO functionality of a number of Intel
|
Say yes here to support the GPIO functionality of a number of Intel
|
||||||
ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
|
ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
|
||||||
|
Loading…
Reference in New Issue
Block a user