Files
poky/meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg
Darren Hart 95ba9b7d30 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 <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03 12:14:28 +00:00

8 lines
182 B
INI

# e1000 PCI network card support (qemu default)
# FIXME: This appears in dmesg, but a probe fails
# bzImage +31k
CONFIG_PCI=y
CONFIG_NETDEVICES=y
CONFIG_NETDEV_1000=y
CONFIG_E1000=y