From 1cea86cc3736ea795c01af38926f7cbef5ddb90c Mon Sep 17 00:00:00 2001 From: fengsheng Date: Fri, 9 Aug 2019 10:18:46 +0800 Subject: [PATCH] drivers : sfc change driver name driver inclusion category: feature bugzilla: NA CVE: NA sfc: 1. chang driver name to hi-sfc.ko 2. kconfig remove dependence on lbc Signed-off-by: fengsheng Reviewed-by: zhangmu Reviewed-by: Yang Yingliang Signed-off-by: Yang Yingliang --- drivers/mtd/hisilicon/sfc/Kconfig | 1 - drivers/mtd/hisilicon/sfc/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/hisilicon/sfc/Kconfig b/drivers/mtd/hisilicon/sfc/Kconfig index 1e54243c1f72..5bead1f871b6 100644 --- a/drivers/mtd/hisilicon/sfc/Kconfig +++ b/drivers/mtd/hisilicon/sfc/Kconfig @@ -1,4 +1,3 @@ config MTD_HISILICON_SFC tristate -depends on SOC_HISILICON_LBC default m diff --git a/drivers/mtd/hisilicon/sfc/Makefile b/drivers/mtd/hisilicon/sfc/Makefile index 0d5fb3dd3c56..41c9893a805e 100644 --- a/drivers/mtd/hisilicon/sfc/Makefile +++ b/drivers/mtd/hisilicon/sfc/Makefile @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 -sfc-objs := hrd_sfc_driver.o hrd_sflash_driver.o hrd_sflash_hal.o -obj-$(CONFIG_MTD_HISILICON_SFC) += sfc.o +hi-sfc-objs := hrd_sfc_driver.o hrd_sflash_driver.o hrd_sflash_hal.o +obj-$(CONFIG_MTD_HISILICON_SFC) += hi-sfc.o -- GitLab