diff options
author | John Garry <john.garry@huawei.com> | 2018-04-30 11:15:40 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2018-05-25 11:58:51 -0400 |
commit | 30480a849820d728c409e90bd6715d11f4071416 (patch) | |
tree | ee71129e4634666e760a6078b15c206af319ea2b | |
parent | de3628fff91d51a7d3eb4aea21c005ac65f52cde (diff) |
arm64: defconfig: Enable HISILICON_LPC
Now that the driver has been merged for the HiSilicon
LPC host, enable the relevant config.
Turning on this config will also enable config
INDIRECT_PIO, which would have not been enabled
previously - see config info for more details.
Signed-off-by: John Garry <john.garry@huawei.com>
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 08a5c3475854..d9472e12ab14 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -170,6 +170,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
170 | CONFIG_DEVTMPFS=y | 170 | CONFIG_DEVTMPFS=y |
171 | CONFIG_DEVTMPFS_MOUNT=y | 171 | CONFIG_DEVTMPFS_MOUNT=y |
172 | CONFIG_DMA_CMA=y | 172 | CONFIG_DMA_CMA=y |
173 | CONFIG_HISILICON_LPC=y | ||
173 | CONFIG_MTD=y | 174 | CONFIG_MTD=y |
174 | CONFIG_MTD_BLOCK=y | 175 | CONFIG_MTD_BLOCK=y |
175 | CONFIG_MTD_M25P80=y | 176 | CONFIG_MTD_M25P80=y |