[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1606901543-8957-4-git-send-email-luojiaxing@huawei.com>
Date: Wed, 2 Dec 2020 17:32:23 +0800
From: Luo Jiaxing <luojiaxing@...wei.com>
To: <linus.walleij@...aro.org>, <bgolaszewski@...libre.com>,
<catalin.marinas@....com>, <will@...nel.org>
CC: <andy.shevchenko@...il.com>, <andriy.shevchenko@...ux.intel.com>,
<linux-gpio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linuxarm@...wei.com>
Subject: [PATCH v1 3/3] arm64: defconfig: enable GPIO_HISI
Enable GPIO controller for HiSilicon's ARM SoC.
GPIO is common driver for HiSilicon's ARM SoC and it provide support for
some function of I2C and SPI.
Signed-off-by: Luo Jiaxing <luojiaxing@...wei.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5cfe3cf..b5cdf5e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -498,6 +498,7 @@ CONFIG_PINCTRL_SM8150=y
CONFIG_PINCTRL_SM8250=y
CONFIG_GPIO_ALTERA=m
CONFIG_GPIO_DWAPB=y
+CONFIG_GPIO_HISI=y
CONFIG_GPIO_MB86S7X=y
CONFIG_GPIO_MPC8XXX=y
CONFIG_GPIO_MXC=y
--
2.7.4
Powered by blists - more mailing lists