lkml.org 
[lkml]   [2023]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/9] scsi: Update Kconfig and Makefile for supporting Bayhub's SD/MMC Card interface driver
Date
From: Charl Liu <liuchang_125125@163.com>

1.update Kconfig for loading Bayhub's Kconfig
2.update Makefile for compiling Bayhub's module

Signed-off-by: Charl Liu <liuchang_125125@163.com>
---
Change in V1:
Update Kconfig and Makefile for supporting Bayhub's SD/MMC Card
interface driver.
---
drivers/scsi/Kconfig | 1 +
drivers/scsi/Makefile | 2 ++
2 files changed, 3 insertions(+)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 695a57d894cd..15e94b5fdb25 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -490,6 +490,7 @@ source "drivers/scsi/megaraid/Kconfig.megaraid"
source "drivers/scsi/mpt3sas/Kconfig"
source "drivers/scsi/mpi3mr/Kconfig"
source "drivers/scsi/smartpqi/Kconfig"
+source "drivers/scsi/bht/Kconfig"

config SCSI_HPTIOP
tristate "HighPoint RocketRAID 3xxx/4xxx Controller support"
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index f055bfd54a68..80f1987a9770 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -152,6 +152,8 @@ obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o

obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas/

+obj-$(CONFIG_SCSI_BHT) += bht/
+
# This goes last, so that "real" scsi devices probe earlier
obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o
scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
--
2.34.1
\
 
 \ /
  Last update: 2023-10-13 10:34    [W:0.076 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site