@ -10,7 +10,7 @@ BLOCK_MENU:=Block Devices
d e f i n e K e r n e l P a c k a g e / a t a - c o r e
SUBMENU:= $( BLOCK_MENU)
TITLE:= Serial and Parallel ATA support
DEPENDS:= @PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core @( !TARGET_ubicom32|| !TARGET_etrax)
DEPENDS:= @PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core @( !TARGET_ubicom32|| !TARGET_etrax|| !TARGET_x86)
KCONFIG:= CONFIG_ATA
FILES:= $( LINUX_DIR) /drivers/ata/libata.$( LINUX_KMOD_SUFFIX)
AUTOLOAD:= $( call AutoLoad,21,libata,1)
@ -21,7 +21,7 @@ $(eval $(call KernelPackage,ata-core))
d e f i n e K e r n e l P a c k a g e / a t a / D e p e n d s
SUBMENU:= $( BLOCK_MENU)
DEPENDS:= kmod-ata-core $( 1)
DEPENDS:= !TARGET_x86: kmod-ata-core $( 1)
e n d e f
@ -302,6 +302,7 @@ $(eval $(call KernelPackage,ide-it821x))
d e f i n e K e r n e l P a c k a g e / s c s i - c o r e
SUBMENU:= $( BLOCK_MENU)
TITLE:= SCSI device support
DEPENDS:= @!TARGET_x86
KCONFIG:= \
CONFIG_SCSI \
CONFIG_BLK_DEV_SD
@ -451,7 +452,7 @@ $(eval $(call KernelPackage,axonram))
d e f i n e K e r n e l P a c k a g e / l i b s a s
SUBMENU:= $( BLOCK_MENU)
TITLE:= SAS Domain Transport Attributes
DEPENDS:= +kmod-scsi-core @TARGET_x86
DEPENDS:= @TARGET_x86
KCONFIG:= CONFIG_SCSI_SAS_LIBSAS \
CONFIG_SCSI_SAS_ATTRS \
CONFIG_SCSI_SAS_ATA = y \