Skip to content

Commit 6dcfd72

Browse files
Julien Grossholtzlinusw
authored andcommitted
gpio: ts4800: Add IMX51 dependency
The TS-4800 is an i.MX515 board. Its GPIO driver should only be compiled for this CPU or for test builds. Signed-off-by: Julien Grossholtz <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 016bf20 commit 6dcfd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ config GPIO_TB10X
395395
config GPIO_TS4800
396396
tristate "TS-4800 DIO blocks and compatibles"
397397
depends on OF_GPIO
398+
depends on SOC_IMX51 || COMPILE_TEST
398399
select GPIO_GENERIC
399400
help
400401
This driver support TS-4800 FPGA GPIO controllers.

0 commit comments

Comments
 (0)