mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
7d7aa2fd92
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
689 B
Diff
21 lines
689 B
Diff
From a54bad2a438d7c67b1e012cf31fd2a112bc90e2a 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
|
|
@@ -19,6 +19,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.
|