commit | c39d57044a253a22b5cfc129d1f1f04be6199341 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Mar 24 10:25:09 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Apr 14 10:29:05 2020 +0200 |
tree | 2eeab281ecb5545ddd22c107151eb483dd28c1ad | |
parent | 7d5bc6930db43b737ef29e67b11b32624727802c [diff] |
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>