diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-24 15:41:57 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 11:29:05 +0300 |
commit | f1991411257bdb68d96ef8c8c5b35f412b480375 (patch) | |
tree | 3948a498ebdb179ff84741e46e2cf3d6a3b60f18 /drivers/media/Kconfig | |
parent | ce971d957015d5ea8c7369114e701bc66d866c25 (diff) | |
download | linux-f1991411257bdb68d96ef8c8c5b35f412b480375.tar.xz |
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>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 79aa83a966db..9cc528e0b120 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -3,15 +3,6 @@ # Multimedia device configuration # -config CEC_CORE - tristate - -config CEC_NOTIFIER - bool - -config CEC_PIN - bool - source "drivers/media/rc/Kconfig" menuconfig MEDIA_SUPPORT |