Home | History | Annotate | Line # | Download | only in i2c
      1  1.3  riastrad # SPDX-License-Identifier: GPL-2.0
      2  1.1  riastrad ch7006-y := ch7006_drv.o ch7006_mode.o
      3  1.1  riastrad obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o
      4  1.1  riastrad 
      5  1.1  riastrad sil164-y := sil164_drv.o
      6  1.1  riastrad obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o
      7  1.3  riastrad 
      8  1.3  riastrad tda998x-y := tda998x_drv.o
      9  1.3  riastrad obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
     10  1.3  riastrad obj-$(CONFIG_DRM_I2C_NXP_TDA9950) += tda9950.o
     11