aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-02-27 12:51:54 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:32:38 -0400
commit1b149bbe9156d2eb2afd5a072bd61ad0d4bfaca7 (patch)
treefe1ea88a2f20d7b00f09a5bfc29ed29153527022 /drivers/media
parent0522921c0f89f274a99d5084ca0a6fd370749cc8 (diff)
[media] media/radio/wl1273: fix build errors
RADIO_WL1273 needs to make sure that the mfd core is built to avoid build errors: ERROR: "mfd_add_devices" [drivers/mfd/wl1273-core.ko] undefined! ERROR: "mfd_remove_devices" [drivers/mfd/wl1273-core.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Matti Aaltonen <matti.j.aaltonen@nokia.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/radio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index f75cdad2df59..299994c3aa74 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -441,6 +441,7 @@ config RADIO_TIMBERDALE
441config RADIO_WL1273 441config RADIO_WL1273
442 tristate "Texas Instruments WL1273 I2C FM Radio" 442 tristate "Texas Instruments WL1273 I2C FM Radio"
443 depends on I2C && VIDEO_V4L2 443 depends on I2C && VIDEO_V4L2
444 select MFD_CORE
444 select MFD_WL1273_CORE 445 select MFD_WL1273_CORE
445 select FW_LOADER 446 select FW_LOADER
446 ---help--- 447 ---help---