diff options
author | Georgi Djakov <georgi.djakov@linaro.org> | 2016-02-25 11:46:31 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-03-13 01:16:15 +0100 |
commit | d1be05ab23a67876b7e6a64734fd617978fa6f0c (patch) | |
tree | 15ee41c34cb91bfd7ffc10f884315b9f151b6c6e /arch/arm64/configs | |
parent | Merge tag 'samsung-defconfig-4.6-2' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-d1be05ab23a67876b7e6a64734fd617978fa6f0c.tar.xz linux-d1be05ab23a67876b7e6a64734fd617978fa6f0c.zip |
arm64: defconfig: Add Qualcomm sdhci and restart functionality
Enable sdhci and restart functionality for devices based on msm8916 platform.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b81cdf94c89d..542d22e609af 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -161,6 +161,7 @@ CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_XGENE=y +CONFIG_POWER_RESET_MSM=y CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y # CONFIG_HWMON is not set @@ -208,6 +209,7 @@ CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_TEGRA=y +CONFIG_MMC_SDHCI_MSM=y CONFIG_MMC_SPI=y CONFIG_MMC_SUNXI=y CONFIG_MMC_DW=y |