From 95ba9b7d3003dfa99a2b866979189d1075227868 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 14 Dec 2011 15:13:57 -0800 Subject: linux-yocto-tiny: New kernel recipe for tiny distros linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. (From OE-Core rev: 8a76f80cabb8df5959707ee708f2c00b28a784e7) Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg new file mode 100644 index 0000000000..97e4d00ad0 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg @@ -0,0 +1,9 @@ +# IDE disk support +# Dependencies +CONFIG_PCI=y +CONFIG_BLOCK=y +CONFIG_BLK_DEV_SD=y +CONFIG_ATA=y +CONFIG_ATA_SFF=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_PIIX=y -- cgit v1.2.3-54-g00ecf