Skip to content

Commit 14a0def

Browse files
Loic PoulainMaureenHelm
authored andcommitted
drivers: video: Remove dedicated sensor dir
Keep flat video driver directory for now. Signed-off-by: Loic Poulain <[email protected]>
1 parent 40bae2e commit 14a0def

File tree

6 files changed

+2
-21
lines changed

6 files changed

+2
-21
lines changed

drivers/video/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
add_subdirectory(sensor)
4-
53
zephyr_library()
64

75
zephyr_library_sources(video_common.c)
86

97
zephyr_library_sources_ifdef(CONFIG_VIDEO_MCUX_CSI video_mcux_csi.c)
108
zephyr_library_sources_ifdef(CONFIG_VIDEO_SW_GENERATOR video_sw_generator.c)
9+
zephyr_library_sources_ifdef(CONFIG_VIDEO_MT9M114 mt9m114.c)

drivers/video/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ source "drivers/video/Kconfig.mcux_csi"
3232

3333
source "drivers/video/Kconfig.sw_generator"
3434

35-
source "drivers/video/sensor/Kconfig"
35+
source "drivers/video/Kconfig.mt9m114"
3636

3737
endif # VIDEO
File renamed without changes.
File renamed without changes.

drivers/video/sensor/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

drivers/video/sensor/Kconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)