diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-24 15:19:29 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-29 10:27:15 +0200 |
commit | cf9bb4e374c13c05382c3619b7290eb31f093e57 (patch) | |
tree | ad8c022d141a3823babcb79b5d0ee35e979c9570 /arch/arm/configs/shmobile_defconfig | |
parent | 5139cb0b04d97fdcca24ee66c71e9f2c7d24f461 (diff) | |
download | lwn-cf9bb4e374c13c05382c3619b7290eb31f093e57.tar.gz lwn-cf9bb4e374c13c05382c3619b7290eb31f093e57.zip |
ARM: shmobile: defconfig: Enable RZ/A1 CEU support
Enable support for the RZ/A1H Capture Engine Unit, which is used on the
GR-Peach audiocamera shield expansion board.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200624131931.3686-6-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 84e5b54514b4..345685a52ffc 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -114,6 +114,7 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_PLATFORM_SUPPORT=y CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_VIDEO_RENESAS_CEU=y CONFIG_VIDEO_RCAR_VIN=y CONFIG_V4L_MEM2MEM_DRIVERS=y CONFIG_VIDEO_RENESAS_FDP1=y |