[PATCH] mailbox: Fix a typo in Kconfig

From: Christophe JAILLET
Date: Sun Feb 16 2020 - 11:20:11 EST


There is an extra 'r' in 'Intergrated'

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
drivers/mailbox/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index ab4eb750bbdd..af42fd0c9e0a 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -71,7 +71,7 @@ config OMAP_MBOX_KFIFO_SIZE
module parameter).

config ROCKCHIP_MBOX
- bool "Rockchip Soc Intergrated Mailbox Support"
+ bool "Rockchip Soc Integrated Mailbox Support"
depends on ARCH_ROCKCHIP || COMPILE_TEST
help
This driver provides support for inter-processor communication
--
2.20.1