]> asedeno.scripts.mit.edu Git - linux.git/commit
media: Don't default-enable "ancillary driver autoselect" if EMBEDDED
authorEzequiel Garcia <ezequiel@collabora.com>
Mon, 15 Jul 2019 21:23:15 +0000 (17:23 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 25 Jul 2019 15:48:22 +0000 (11:48 -0400)
commit24f6f93a19e86779da94d97f4adccf3ab2662a77
tree0228491a1843c6932729c926d2e49779bcc5eafe
parent6b4633310ae8a10f8ffacdc3eb6272b013c2adef
media: Don't default-enable "ancillary driver autoselect" if EMBEDDED

Admittedly, it's not easy to say what CONFIG_EMBEDDED really should be
doing, just as it's not easy to say what is "embedded".

In any case, the very description of MEDIA_SUBDRV_AUTOSELECT
specifies that embedded systems usually don't want
to enable this autoselect option.

Therefore, drop the default-yes, when the CONFIG_EMBEDDED is chosen.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/Kconfig