diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-03 19:08:38 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-16 22:30:50 (GMT) |
commit | 52da219e9664e537a745877b0efa7cf2b1ff2996 (patch) | |
tree | 01550064abdc17da8904315d8d54a2e4557f1356 /arch/arm/plat-s3c/Makefile | |
parent | 9492b272820ac8f32a6ad4fcabd571d8305a6d47 (diff) | |
download | linux-52da219e9664e537a745877b0efa7cf2b1ff2996.tar.xz |
[ARM] S3C64XX: Provide device for IIS ports
This allows the S3C64XX IIS drivers to be converted to the standard
driver model and allows fixes there for problems with attempting to
acquire the clocks for the IIS blocks via the clock API.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 6106514..74bb7cb 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o obj-y += dev-i2c0.o obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o +obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o |