ptp: clockmatrix: add I2C dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 10 Dec 2019 19:56:34 +0000 (20:56 +0100)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 13 Dec 2019 23:42:09 +0000 (15:42 -0800)
commit03b06e3f83523ded51aa822f58c083fbde08feb5
treee449008c5958d6c4ffa9dea1ab26462d547bb686
parent6adc4601c2a1ac87b4ab8ed0cb55db6efd0264e8
ptp: clockmatrix: add I2C dependency

Without I2C, we get a link failure:

drivers/ptp/ptp_clockmatrix.o: In function `idtcm_xfer.isra.3':
ptp_clockmatrix.c:(.text+0xcc): undefined reference to `i2c_transfer'
drivers/ptp/ptp_clockmatrix.o: In function `idtcm_driver_init':
ptp_clockmatrix.c:(.init.text+0x14): undefined reference to `i2c_register_driver'
drivers/ptp/ptp_clockmatrix.o: In function `idtcm_driver_exit':
ptp_clockmatrix.c:(.exit.text+0x10): undefined reference to `i2c_del_driver'

Fixes: 3a6ba7dc7799 ("ptp: Add a ptp clock driver for IDT ClockMatrix.")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
drivers/ptp/Kconfig