projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a03dc9
)
[media] Kconfig: do not select SPI bus on sub-driver auto-select
author
Antti Palosaari
<
[email protected]
>
Fri, 22 Aug 2014 16:45:05 +0000
(13:45 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 4 Sep 2014 15:18:49 +0000
(12:18 -0300)
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 <
[email protected]
>
Signed-off-by: Antti Palosaari <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/Kconfig
b/drivers/media/Kconfig
index f60bad491eb693f501f3abd652c9c2ab5b48e146..3c89fcbc621efe8ab78c865cc00fd84af81dd018 100644
(file)
--- 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