summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari2014-08-22 18:45:05 +0200
committerMauro Carvalho Chehab2014-09-04 17:18:49 +0200
commit7d24c514e8e06c0a2d90f0735fdf8810016a6fea (patch)
tree39e0cb231f3f871fc8e59d13418aa9e04894754a /drivers/media/Kconfig
parent[media] cx18: fix kernel oops with tda8290 tuner (diff)
downloadkernel-qcow2-linux-7d24c514e8e06c0a2d90f0735fdf8810016a6fea.tar.gz
kernel-qcow2-linux-7d24c514e8e06c0a2d90f0735fdf8810016a6fea.tar.xz
kernel-qcow2-linux-7d24c514e8e06c0a2d90f0735fdf8810016a6fea.zip
[media] Kconfig: do not select SPI bus on sub-driver auto-select
We should not select SPI bus when sub-driver auto-select is selected. That option is meant for auto-selecting all possible ancillary drivers used for selected board driver. Ancillary drivers should define needed dependencies itself. I2C and I2C_MUX are still selected here for a reason described on commit 347f7a3763601d7b466898d1f10080b7083ac4a3 Reverts commit e4462ffc1602d9df21c00a0381dca9080474e27a Reported-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index f60bad491eb6..3c89fcbc621e 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -182,7 +182,6 @@ config MEDIA_SUBDRV_AUTOSELECT
depends on HAS_IOMEM
select I2C
select I2C_MUX
- select SPI
default y
help
By default, a media driver auto-selects all possible ancillary