diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2013-04-18 20:46:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-18 21:20:34 -0300 |
commit | b879a9c2a755d4ddf9e685258de6435710fd2f03 (patch) | |
tree | 8d4bd6c9df347b7d92dfd2523cb2987e78868108 /drivers/media/radio/Makefile | |
parent | 6695be6863b75620ffa6d422965680ce785cb7c8 (diff) |
[media] v4l2: Add a V4L2 driver for SI476X MFD
This commit adds a driver that exposes all the radio related
functionality of the Si476x series of chips via the V4L2 subsystem.
[mchehab@redhat.com: change it to depends on MFD_SI476X_CORE instead of
selecting it; vidioc_s_register now uses const struct]
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Makefile')
-rw-r--r-- | drivers/media/radio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile index 303eaebdb85..0dcdb320cfc 100644 --- a/drivers/media/radio/Makefile +++ b/drivers/media/radio/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o obj-$(CONFIG_RADIO_TRUST) += radio-trust.o obj-$(CONFIG_I2C_SI4713) += si4713-i2c.o obj-$(CONFIG_RADIO_SI4713) += radio-si4713.o +obj-$(CONFIG_RADIO_SI476X) += radio-si476x.o obj-$(CONFIG_RADIO_MIROPCM20) += radio-miropcm20.o obj-$(CONFIG_USB_DSBR) += dsbr100.o obj-$(CONFIG_RADIO_SI470X) += si470x/ |