Home
last modified time | relevance | path

Searched hist:c39d57044a253a22b5cfc129d1f1f04be6199341 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/
H A DKconfigdiff c39d57044a253a22b5cfc129d1f1f04be6199341 Tue Mar 24 04:25:09 CDT 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: use a sub-menu to select supported devices

The media subsystem has hundreds of driver-specific options.
The *_SUPPORT config options work as a sort of filter,
allowing to reduce its complexity for users that won't
want to dig into thousands of options they don't need.

Yet, it the filtering options are becoming large. So, let's
place it on a sub-menu.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>