aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2020-07-06 15:23:22 +0200
committerMaxime Ripard <maxime@cerno.tech>2020-07-07 12:52:44 +0200
commit80dcf024929788f155aaff3d2cffb4975ce1e3fd (patch)
tree94ec29275c42f16b42c5095fcb86b39333dabd19
parentARM: configs: sunxi: Enable the PS/2 controller (diff)
downloadlinux-dev-80dcf024929788f155aaff3d2cffb4975ce1e3fd.tar.xz
linux-dev-80dcf024929788f155aaff3d2cffb4975ce1e3fd.zip
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 <maxime@cerno.tech> Acked-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20200706132323.147562-2-maxime@cerno.tech
Diffstat (limited to '')
-rw-r--r--arch/arm/configs/sunxi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index f15c5fffa050..305bbe971474 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