Skip to content

Commit 044be2c

Browse files
author
chrisw2
committed
Change to add SCSI tape support as loadable modules to kernel config
after line 264 add these two lines: CONFIG_CHR_DEV_ST=m CONFIG_CHR_DEV_OSST=m
1 parent fc48dbc commit 044be2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/bcmrpi_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ CONFIG_MISC_DEVICES=y
262262
CONFIG_SCSI=y
263263
# CONFIG_SCSI_PROC_FS is not set
264264
CONFIG_BLK_DEV_SD=y
265+
CONFIG_CHR_DEV_ST=m
266+
CONFIG_CHR_DEV_OSST=m
265267
CONFIG_BLK_DEV_SR=m
266268
CONFIG_SCSI_MULTI_LUN=y
267269
# CONFIG_SCSI_LOWLEVEL is not set

0 commit comments

Comments
 (0)