kernel: make libsas depend on x86
It is only used by one driver that already depends on x86. Disabling it prevents a few kilobytes of bloat from leaking into all targets via CONFIG_BLK_DEV_BSG Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37254
This commit is contained in:
parent
19e3ec0570
commit
c38b7b3913
1 changed files with 1 additions and 0 deletions
|
@ -491,6 +491,7 @@ $(eval $(call KernelPackage,ide-it821x))
|
||||||
|
|
||||||
define KernelPackage/libsas
|
define KernelPackage/libsas
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
DEPENDS:=@TARGET_x86
|
||||||
TITLE:=SAS Domain Transport Attributes
|
TITLE:=SAS Domain Transport Attributes
|
||||||
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
|
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
|
||||||
CONFIG_SCSI_SAS_ATTRS \
|
CONFIG_SCSI_SAS_ATTRS \
|
||||||
|
|
Loading…
Reference in a new issue