enable ATA_SFF (PATA support) in the generic configs
SVN-Revision: 17993
This commit is contained in:
parent
167d52386e
commit
d57b766c2f
3 changed files with 3 additions and 5 deletions
|
@ -117,9 +117,7 @@ define KernelPackage/ata-magicbox-cf
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=Magicbox v2/OpenRB Compact flash support (ATA)
|
TITLE:=Magicbox v2/OpenRB Compact flash support (ATA)
|
||||||
DEPENDS:=@TARGET_ppc40x +kmod-ata-core
|
DEPENDS:=@TARGET_ppc40x +kmod-ata-core
|
||||||
KCONFIG:=\
|
KCONFIG:=CONFIG_PATA_MAGICBOX_CF
|
||||||
CONFIG_PATA_MAGICBOX_CF \
|
|
||||||
CONFIG_ATA_SFF=y
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf)
|
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf)
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -86,7 +86,7 @@ CONFIG_ASK_IP_FIB_HASH=y
|
||||||
# CONFIG_ATALK is not set
|
# CONFIG_ATALK is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_ATARI_PARTITION is not set
|
# CONFIG_ATARI_PARTITION is not set
|
||||||
# CONFIG_ATA_SFF is not set
|
CONFIG_ATA_SFF=y
|
||||||
# CONFIG_ATH5K is not set
|
# CONFIG_ATH5K is not set
|
||||||
# CONFIG_ATH9K is not set
|
# CONFIG_ATH9K is not set
|
||||||
# CONFIG_ATL1C is not set
|
# CONFIG_ATL1C is not set
|
||||||
|
|
|
@ -94,7 +94,7 @@ CONFIG_ASK_IP_FIB_HASH=y
|
||||||
# CONFIG_ATA_ACPI is not set
|
# CONFIG_ATA_ACPI is not set
|
||||||
# CONFIG_ATA_GENERIC is not set
|
# CONFIG_ATA_GENERIC is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_ATA_SFF is not set
|
CONFIG_ATA_SFF=y
|
||||||
# CONFIG_ATH5K is not set
|
# CONFIG_ATH5K is not set
|
||||||
# CONFIG_ATH9K is not set
|
# CONFIG_ATH9K is not set
|
||||||
# CONFIG_ATL1 is not set
|
# CONFIG_ATL1 is not set
|
||||||
|
|
Loading…
Reference in a new issue