Skip to content

Commit c948fee

Browse files
author
Bartosz Golaszewski
committed
gpio: bt8xx: allow to build the module with COMPILE_TEST=y
Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent fe7667f commit c948fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ config GPIO_AMD8111
16711671

16721672
config GPIO_BT8XX
16731673
tristate "BT8XX GPIO abuser"
1674-
depends on VIDEO_BT848=n
1674+
depends on VIDEO_BT848=n || COMPILE_TEST
16751675
help
16761676
The BT8xx frame grabber chip has 24 GPIO pins that can be abused
16771677
as a cheap PCI GPIO card.

0 commit comments

Comments
 (0)