diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2021-02-05 14:52:06 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2021-02-05 14:52:11 +0100 |
commit | 94b3db5a55cb05d81a8308823d9cd6ea0bd87d63 (patch) | |
tree | cee87b7876f984885ed432c35cf2786cc44242eb /arch/arm/configs | |
parent | bde65033a829ae6d2067ae656389054a11f605e9 (diff) | |
download | linux-stable-94b3db5a55cb05d81a8308823d9cd6ea0bd87d63.tar.gz linux-stable-94b3db5a55cb05d81a8308823d9cd6ea0bd87d63.tar.bz2 linux-stable-94b3db5a55cb05d81a8308823d9cd6ea0bd87d63.zip |
ARM: configs: at91_dt_defconfig: add ov7740 module
Add OV7740 as a module as it's useful testing camera sensors on
sam9x60ek for instance. Unify with sama5_defconfig as well.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 690c0c158a94..6403b064e8dc 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -134,6 +134,7 @@ CONFIG_MEDIA_PLATFORM_SUPPORT=y CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_VIDEO_ATMEL_ISI=y CONFIG_VIDEO_OV2640=m +CONFIG_VIDEO_OV7740=m CONFIG_VIDEO_MT9V032=m CONFIG_DRM=y CONFIG_DRM_ATMEL_HLCDC=y |