diff options
author | Vinod Koul <[email protected]> | 2021-05-10 12:37:25 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-05-31 10:46:21 -0500 |
commit | e353049e12c1eb933b143771b62617a0dabfc7d8 (patch) | |
tree | 40206295134ad26d0b73bc593e075bf8cc35b1f2 | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
arm64: defconfig: qcom: enable interconnect for SM8350
Enable the interconnect for SM8350 as a module
Reviewed-by: Bhupesh Sharma <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 08c6f769df9a..05b8f350c084 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1148,6 +1148,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m CONFIG_INTERCONNECT_QCOM_SDM845=y CONFIG_INTERCONNECT_QCOM_SM8150=m CONFIG_INTERCONNECT_QCOM_SM8250=m +CONFIG_INTERCONNECT_QCOM_SM8350=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_POSIX_ACL=y |