drivers: video: Remove dedicated sensor dir
Keep flat video driver directory for now. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
40bae2ec8e
commit
14a0def31e
6 changed files with 2 additions and 21 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_subdirectory(sensor)
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources(video_common.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_VIDEO_MCUX_CSI video_mcux_csi.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_VIDEO_SW_GENERATOR video_sw_generator.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_VIDEO_MT9M114 mt9m114.c)
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ source "drivers/video/Kconfig.mcux_csi"
|
|||
|
||||
source "drivers/video/Kconfig.sw_generator"
|
||||
|
||||
source "drivers/video/sensor/Kconfig"
|
||||
source "drivers/video/Kconfig.mt9m114"
|
||||
|
||||
endif # VIDEO
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_VIDEO_MT9M114 mt9m114.c)
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# Kconfig - VIDEO driver configuration options
|
||||
|
||||
#
|
||||
# Copyright (c) 2019 Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
#
|
||||
# VIDEO Sensor Drivers
|
||||
#
|
||||
|
||||
source "drivers/video/sensor/Kconfig.mt9m114"
|
||||
Loading…
Reference in a new issue