]> git.baikalelectronics.ru Git - kernel.git/commit
media: Kconfig: use a sub-menu to select supported devices
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 24 Mar 2020 09:25:09 +0000 (10:25 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 08:29:05 +0000 (10:29 +0200)
commitbfd08e0cd3c795f1cb38a3c0661386add6f23db0
tree2eeab281ecb5545ddd22c107151eb483dd28c1ad
parent024834fdfa57c242730423de42a807dfbcf71f2c
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>
drivers/media/Kconfig