Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 3d1957f | 2015-08-03 08:19:21 -0600 | [diff] [blame] | 2 | # |
| 3 | # Copyright (c) 2015 Google, Inc |
Simon Glass | b725dc4 | 2015-08-03 08:19:22 -0600 | [diff] [blame] | 4 | obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o |
Trommel, Kees (Contractor) | 6606060 | 2020-08-03 14:49:47 +0000 | [diff] [blame] | 5 | obj-$(CONFIG_I2C_MUX) += i2c-mux-uclass.o |
Michal Simek | d79ac32 | 2016-04-25 10:50:42 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o |
Peng Fan | a430556 | 2017-08-14 18:00:05 +0800 | [diff] [blame] | 7 | obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o |