mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
20ea6adbf1
Build system: x86_64 Build-tested: bcm2708, bcm2709, bcm2710, bcm2711 Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B Signed-off-by: Marty Jones <mj8263788@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
689 B
Diff
21 lines
689 B
Diff
From 3aa0b266280659ad55100d4c5275471e1a02d22a Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Mon, 17 Sep 2018 17:31:18 +0100
|
|
Subject: [PATCH] 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
|
|
@@ -25,6 +25,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.
|