tests: build_all: video: remove unnecessary Kconfig symbols
Kconfig will default to enable the drivers based on devicetree so we don't need to explicitly set the Kconfig symbols. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
f6013818ec
commit
9cb707b814
|
@ -3,6 +3,3 @@ CONFIG_TEST_USERSPACE=y
|
|||
CONFIG_GPIO=y
|
||||
CONFIG_I2C=y
|
||||
CONFIG_VIDEO=y
|
||||
CONFIG_VIDEO_MT9M114=y
|
||||
CONFIG_VIDEO_OV7725=y
|
||||
CONFIG_VIDEO_OV2640=y
|
||||
|
|
|
@ -8,5 +8,3 @@ tests:
|
|||
depends_on: gpio i2c
|
||||
drivers.video.mcux_csi.build:
|
||||
platform_allow: mimxrt1064_evk
|
||||
extra_configs:
|
||||
- CONFIG_VIDEO_MCUX_CSI=y
|
||||
|
|
Loading…
Reference in a new issue