From: gaoyusong gaoyusong1@huawei.com
euleros inclusion category: bugfix bugzilla: 46915
-------------------
Change openeuler defconfig file, set CONFIG_SPI_PL022 to dynamic loading the SPI_PL022 module, on this way can reduce kernel boot time.
Review-by: wanghongzhe wanghongzhe@huawei.com Signed-off-by: gaoyusong gaoyusong1@huawei.com Reviewed-by: Xie XiuQi xiexiuqi@huawei.com Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- arch/arm64/configs/openeuler_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index f306336b7059..14ad41841d17 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -3196,7 +3196,7 @@ CONFIG_SPI_DW_MMIO=m # CONFIG_SPI_GPIO is not set # CONFIG_SPI_FSL_SPI is not set # CONFIG_SPI_OC_TINY is not set -CONFIG_SPI_PL022=y +CONFIG_SPI_PL022=m # CONFIG_SPI_PXA2XX is not set # CONFIG_SPI_ROCKCHIP is not set CONFIG_SPI_QUP=y