Disable the BFA driver on ARM
It doesn't make much sense, and it fails to build because of a udelay(10000) in it resulting in: ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 + exit 1
This commit is contained in:
parent
7603bfc69d
commit
6fc2a34618
@ -179,6 +179,7 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
|
||||
# CONFIG_SCSI_IPS is not set
|
||||
# CONFIG_SCSI_CXGB3_ISCSI is not set
|
||||
# CONFIG_SCSI_CXGB4_ISCSI is not set
|
||||
# CONFIG_SCSI_BFA_FC is not set
|
||||
|
||||
# serial
|
||||
# CONFIG_SERIAL_SH_SCI is not set
|
||||
|
Loading…
Reference in New Issue
Block a user