brcm2708: update to latest patches from RPi foundation
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0139-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch
1 From c9c6842ecc6ac834d51b6368548fc9364ddc8465 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Mon, 17 Sep 2018 17:31:18 +0100
4 Subject: [PATCH 139/773] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880
5 with MEDIA_SUBDRV_AUTOSELECT
6
7 ---
8 drivers/media/spi/Kconfig | 1 +
9 1 file changed, 1 insertion(+)
10
11 --- a/drivers/media/spi/Kconfig
12 +++ b/drivers/media/spi/Kconfig
13 @@ -19,6 +19,7 @@ menu "Media SPI Adapters"
14 config CXD2880_SPI_DRV
15 tristate "Sony CXD2880 SPI support"
16 depends on DVB_CORE && SPI
17 + select DVB_CXD2880 if MEDIA_SUBDRV_AUTOSELECT
18 default m if !MEDIA_SUBDRV_AUTOSELECT
19 help
20 Choose if you would like to have SPI interface support for Sony CXD2880.