Skip to content

Commit 1fcca89

Browse files
arndbdtor
authored andcommitted
Input: sis-i2c - select CONFIG_CRC_ITU_T
The newly added sis_i2c driver fails to link without the CRC_ITU_T driver enabled: drivers/input/touchscreen/sis_i2c.o: In function `sis_ts_irq_handler': sis_i2c.c:(.text+0xc0): undefined reference to `crc_itu_t' This adds a Kconfig select statement. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: a485cb0 ("Input: add driver for SiS 9200 family I2C touchscreen controllers") Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 326a50f commit 1fcca89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/touchscreen/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ config TOUCHSCREEN_SILEAD
10741074
config TOUCHSCREEN_SIS_I2C
10751075
tristate "SiS 9200 family I2C touchscreen"
10761076
depends on I2C
1077+
select CRC_ITU_T
10771078
depends on GPIOLIB || COMPILE_TEST
10781079
help
10791080
This enables support for SiS 9200 family over I2C based touchscreens.

0 commit comments

Comments
 (0)