diff options
author | Antti Palosaari <crope@iki.fi> | 2014-07-17 21:42:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-21 21:01:54 -0300 |
commit | f3e775962ccbc62bd93f2200b82db88af05d0137 (patch) | |
tree | 02b661fadf96abf7168f7110e4e9be5170af4b12 /drivers/media/usb/Kconfig | |
parent | eb83eab7fec5a5137e95717188e57310a0ebc051 (diff) | |
download | linux-f3e775962ccbc62bd93f2200b82db88af05d0137.tar.gz linux-f3e775962ccbc62bd93f2200b82db88af05d0137.tar.xz |
[media] airspy: move out of staging into drivers/media/usb
Move it out of staging into media like all the other SDR drivers
too. There is no good reasons to keep these SDR drivers in staging.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index f8c1099f5ee8..38b6fe108fcf 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -54,6 +54,7 @@ endif if MEDIA_SDR_SUPPORT comment "Software defined radio USB devices" +source "drivers/media/usb/airspy/Kconfig" endif endif #MEDIA_USB_SUPPORT |