6be2a0cacc
This sets up the U300 I2C subdevices so that the AB3100 analog baseband ASIC is properly detected and also the camera devices in the U335 reference design get properly registered. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
356 B
Makefile
15 lines
356 B
Makefile
#
|
|
# Makefile for the linux kernel, U300 machine.
|
|
#
|
|
|
|
obj-y := core.o clock.o timer.o gpio.o padmux.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_U300) += u300.o
|
|
obj-$(CONFIG_MMC) += mmc.o
|
|
obj-$(CONFIG_SPI_PL022) += spi.o
|
|
obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o
|
|
obj-$(CONFIG_I2C_STU300) += i2c.o
|