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