blob: b690821199f95e50ee04799d85bd29bee505403c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass3d1957f2015-08-03 08:19:21 -06002#
3# Copyright (c) 2015 Google, Inc
Simon Glassb725dc42015-08-03 08:19:22 -06004obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o
Trommel, Kees (Contractor)66060602020-08-03 14:49:47 +00005obj-$(CONFIG_I2C_MUX) += i2c-mux-uclass.o
Michal Simekd79ac322016-04-25 10:50:42 +02006obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
Peng Fana4305562017-08-14 18:00:05 +08007obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o