Rename CONFIG_VIDEO_DEVICES to CONFIG_DRIVERS_VIDEO to conform better to the evolving configuration naming standard.
This commit is contained in:
parent
107866c00e
commit
831ee3bb72
@ -58,6 +58,6 @@ CONFIG_START_YEAR=2013
|
||||
CONFIG_SYMTAB_ORDEREDBYNAME=y
|
||||
CONFIG_USART1_SERIAL_CONSOLE=y
|
||||
CONFIG_USER_ENTRYPOINT="ov2640_main"
|
||||
CONFIG_VIDEO_DEVICES=y
|
||||
CONFIG_DRIVERS_VIDEO=y
|
||||
CONFIG_VIDEO_OV2640=y
|
||||
CONFIG_WDOG_INTRESERVE=0
|
||||
|
@ -471,7 +471,7 @@ CONFIG_RTC_DATETIME=y
|
||||
# CONFIG_TIMER is not set
|
||||
# CONFIG_ANALOG is not set
|
||||
# CONFIG_AUDIO_DEVICES is not set
|
||||
# CONFIG_VIDEO_DEVICES is not set
|
||||
# CONFIG_DRIVERS_VIDEO is not set
|
||||
# CONFIG_BCH is not set
|
||||
# CONFIG_INPUT is not set
|
||||
# CONFIG_LCD is not set
|
||||
|
@ -26,5 +26,5 @@ CONFIG_START_MONTH=11
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_USER_ENTRYPOINT="fb_main"
|
||||
CONFIG_USERMAIN_STACKSIZE=4096
|
||||
CONFIG_VIDEO_DEVICES=y
|
||||
CONFIG_DRIVERS_VIDEO=y
|
||||
CONFIG_VIDEO_FB=y
|
||||
|
@ -270,15 +270,15 @@ if AUDIO_DEVICES
|
||||
source drivers/audio/Kconfig
|
||||
endif # AUDIO_DEVICES
|
||||
|
||||
menuconfig VIDEO_DEVICES
|
||||
menuconfig DRIVERS_VIDEO
|
||||
bool "Video Device Support"
|
||||
default n
|
||||
---help---
|
||||
Enable support for video device drivers.
|
||||
|
||||
if VIDEO_DEVICES
|
||||
if DRIVERS_VIDEO
|
||||
source drivers/video/Kconfig
|
||||
endif # VIDEO_DEVICES
|
||||
endif # DRIVERS_VIDEO
|
||||
|
||||
menuconfig BCH
|
||||
bool "Block-to-Character (BCH) Support"
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
# Include video drivers
|
||||
|
||||
ifeq ($(CONFIG_VIDEO_DEVICES),y)
|
||||
ifeq ($(CONFIG_DRIVERS_VIDEO),y)
|
||||
|
||||
ifeq ($(CONFIG_VIDEO_FB),y)
|
||||
CSRCS += fb.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user