forked from Openwrt/openwrt
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
697 B
Diff
21 lines
697 B
Diff
From 478a7080c1a8a54b9e77c03f924fbaa17bef7c5b Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Mon, 17 Sep 2018 17:31:18 +0100
|
|
Subject: [PATCH 0128/1085] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880
|
|
with MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
---
|
|
drivers/media/spi/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/media/spi/Kconfig
|
|
+++ b/drivers/media/spi/Kconfig
|
|
@@ -9,6 +9,7 @@ menu "Media SPI Adapters"
|
|
config CXD2880_SPI_DRV
|
|
tristate "Sony CXD2880 SPI support"
|
|
depends on DVB_CORE && SPI
|
|
+ select DVB_CXD2880 if MEDIA_SUBDRV_AUTOSELECT
|
|
default m if !MEDIA_SUBDRV_AUTOSELECT
|
|
help
|
|
Choose if you would like to have SPI interface support for Sony CXD2880.
|