diff options
author | Emil Velikov <[email protected]> | 2021-03-11 15:40:55 +0000 |
---|---|---|
committer | Nicolas Ferre <[email protected]> | 2021-03-29 11:27:02 +0200 |
commit | a0e6830c95b79c865b4195e4f0a14672c6023ce5 (patch) | |
tree | f85816593c4372a1bb4c706972a25c659bc393d8 | |
parent | 7e53ba4e13c287bdb04bb99771bddafa72067dc3 (diff) |
ARM: configs: at91: sama5: enable the Hantro G1 engine
The SoC features a Hantro G1 compatible engine. Enable it by default, so
people can make use of it.
Keep it a module, as suggested by Nicolas
Cc: Alexandre Belloni <[email protected]>
Cc: Ludovic Desroches <[email protected]>
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index a5f274e39753..5bcf16aecf2f 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -200,6 +200,9 @@ CONFIG_RTC_DRV_AT91RM9200=y CONFIG_DMADEVICES=y CONFIG_AT_HDMAC=y CONFIG_AT_XDMAC=y +CONFIG_STAGING=y +CONFIG_STAGING_MEDIA=y +CONFIG_VIDEO_HANTRO=m # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y CONFIG_AT91_ADC=y |