diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-05-28 05:58:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-04 15:23:35 -0300 |
commit | e94c32818d865b620c9bbd2656ab3199259ef9ec (patch) | |
tree | 13230e0861b1dd3df3e060d97169d92dc396032d /drivers/media/cec/Makefile | |
parent | 9177e51d1434076a91f9bfb693deae8b955d6d57 (diff) |
[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIER
This config option is strictly speaking independent of the
media subsystem since it can be used by drm as well.
Besides, it looks odd when drivers select CEC_CORE and
MEDIA_CEC_NOTIFIER, that's inconsistent naming.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/cec/Makefile')
-rw-r--r-- | drivers/media/cec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/cec/Makefile b/drivers/media/cec/Makefile index 402a6c62a3e8..eaf408e64669 100644 --- a/drivers/media/cec/Makefile +++ b/drivers/media/cec/Makefile @@ -1,6 +1,6 @@ cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o -ifeq ($(CONFIG_MEDIA_CEC_NOTIFIER),y) +ifeq ($(CONFIG_CEC_NOTIFIER),y) cec-objs += cec-notifier.o endif |