mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
25 lines
816 B
Diff
25 lines
816 B
Diff
From ed04ee9c0e556777e016e0c26f7b2d0e0b3d61b5 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Mon, 17 Sep 2018 17:31:18 +0100
|
|
Subject: [PATCH 086/552] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880
|
|
with MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
---
|
|
drivers/media/spi/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/media/spi/Kconfig b/drivers/media/spi/Kconfig
|
|
index 857ef4ace6e9..deae75ea3c44 100644
|
|
--- 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.
|
|
--
|
|
2.33.0
|
|
|