make libsas depend on x86, over targets using it may unmask it later
SVN-Revision: 16953
This commit is contained in:
parent
1c9e660cc7
commit
b483359d38
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ $(eval $(call KernelPackage,axonram))
|
||||||
define KernelPackage/libsas
|
define KernelPackage/libsas
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=SAS Domain Transport Attributes
|
TITLE:=SAS Domain Transport Attributes
|
||||||
DEPENDS:=+kmod-scsi-core
|
DEPENDS:=+kmod-scsi-core @TARGET_x86
|
||||||
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
|
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
|
||||||
CONFIG_SCSI_SAS_HOST_SMP=y \
|
CONFIG_SCSI_SAS_HOST_SMP=y \
|
||||||
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
|
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
|
||||||
|
|
Loading…
Reference in a new issue