diff options
author | 2016-04-02 19:47:52 +0800 | |
---|---|---|
committer | 2016-04-26 10:30:28 +0100 | |
commit | d3098f224fd3492f4234ab2014c8579425b1d6fc (patch) | |
tree | 10e01aec17f9f38d379c6426faf154f145bf2228 | |
parent | arm64: defconfig: Enable the PMIC and regulator for Hi6220 and 96boards HiKey (diff) | |
download | wireguard-linux-d3098f224fd3492f4234ab2014c8579425b1d6fc.tar.xz wireguard-linux-d3098f224fd3492f4234ab2014c8579425b1d6fc.zip |
arm64: defconfig: add CONFIG_SPI_SPIDEV as module
add CONFIG_SPI_SPIDEV as module, for arm64.
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e6bf527cbb35..37999b712aa5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -155,6 +155,7 @@ CONFIG_I2C_RCAR=y CONFIG_SPI=y CONFIG_SPI_PL022=y CONFIG_SPI_QUP=y +CONFIG_SPI_SPIDEV=m CONFIG_SPMI=y CONFIG_PINCTRL_SINGLE=y CONFIG_PINCTRL_MSM8916=y |