diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-07 09:54:50 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 09:55:21 -0500 |
commit | fa364fc41cd3c7fd47fb7be7b4d0722c25ebad4b (patch) | |
tree | 23529cdec83ff172e8dd147d5f09b1fc09898357 /drivers/media/radio/Kconfig | |
parent | 5303a0fe8ce8c7493025a3b60a403439edb4159a (diff) |
drivers/media: add missing GENERIC_HARDIRQS dependency
Texas Instruments WL1273 I2C FM Radio (RADIO_WL1273) selects
MFD_CORE, which itself depends on GENERIC_HARDIRQS.
So add the dependency to the TI driver as well.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 8090b87b3066..9e580166161a 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -180,7 +180,7 @@ config RADIO_TIMBERDALE | |||
180 | 180 | ||
181 | config RADIO_WL1273 | 181 | config RADIO_WL1273 |
182 | tristate "Texas Instruments WL1273 I2C FM Radio" | 182 | tristate "Texas Instruments WL1273 I2C FM Radio" |
183 | depends on I2C && VIDEO_V4L2 | 183 | depends on I2C && VIDEO_V4L2 && GENERIC_HARDIRQS |
184 | select MFD_CORE | 184 | select MFD_CORE |
185 | select MFD_WL1273_CORE | 185 | select MFD_WL1273_CORE |
186 | select FW_LOADER | 186 | select FW_LOADER |