mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-04 06:22:35 -05:00
Setup i2c_board_info based on device tree contents. This has to be a device_initcall since we need PCI to be probed by the time we run it, but before the actual driver is initialized. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
4 lines
165 B
Makefile
4 lines
165 B
Makefile
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
|
|
obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o
|
|
obj-$(CONFIG_PPC_PASEMI_CPUFREQ) += cpufreq.o
|