[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 commit347f7a3763
Reverts commite4462ffc16
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>
This commit is contained in:
Родитель
6a03dc92cc
Коммит
7d24c514e8
|
@ -182,7 +182,6 @@ config MEDIA_SUBDRV_AUTOSELECT
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
select I2C
|
select I2C
|
||||||
select I2C_MUX
|
select I2C_MUX
|
||||||
select SPI
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
By default, a media driver auto-selects all possible ancillary
|
By default, a media driver auto-selects all possible ancillary
|
||||||
|
|
Загрузка…
Ссылка в новой задаче