]> git.baikalelectronics.ru Git - kernel.git/commit
media: Kconfig: move CEC-specific options to cec/Kconfig
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 24 Mar 2020 12:41:57 +0000 (13:41 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 08:29:05 +0000 (10:29 +0200)
commita2246e3dff4ae9480e84cd6dbf7a431c40ee83f2
tree3948a498ebdb179ff84741e46e2cf3d6a3b60f18
parent5b44fe315e441f295b2ab818000c3c6e4eecb6cf
media: Kconfig: move CEC-specific options to cec/Kconfig

There's no need to have the CEC definitions inside the
media Kconfig, as the Kconfig parser doesn't require
symbols to be declared before their usages.

With that, the main Kconfig menu becomes cleaner.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/Kconfig
drivers/media/cec/Kconfig