From: Maxime Ripard Date: Mon, 6 Jul 2020 13:23:22 +0000 (+0200) Subject: ARM: sunxi: configs: Enable the Mailbox driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80dcf024929788f155aaff3d2cffb4975ce1e3fd;p=linux.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 f15c5fffa0502..305bbe9714744 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