From: Maxime Ripard Date: Mon, 6 Jul 2020 13:23:22 +0000 (+0200) Subject: ARM: sunxi: configs: Enable the Mailbox driver X-Git-Tag: v5.10.7~1994^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80dcf024929788f155aaff3d2cffb4975ce1e3fd;p=platform%2Fkernel%2Flinux-rpi.git ARM: sunxi: configs: Enable the Mailbox driver The mailbox found on the A31 and later SoCs have recently gained some support in Linux. Since it's going to be useful for crust, let's enable it in our defconfig. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai Link: https://lore.kernel.org/r/20200706132323.147562-2-maxime@cerno.tech --- diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index f15c5ff..305bbe9 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -149,6 +149,7 @@ CONFIG_STAGING=y CONFIG_STAGING_MEDIA=y CONFIG_VIDEO_SUNXI=y CONFIG_VIDEO_SUNXI_CEDRUS=y +CONFIG_MAILBOX=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y CONFIG_AXP20X_ADC=y