From f2381395d4125ec2a0ee9c6e6462332bdb2ab9d8 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Thu, 21 Jan 2010 23:23:37 +0100 Subject: linux-2.6.32: added eee701 support Here how it was configured: *All internal hardware support was built-in *All external hardware which could be possibly attached was compiled as module *All hardware which can't be attached such as other pci cards than the builtin ones are removed(note that the eeepc 701 doesn't have pc-card) *The net filtering parts (needed for iptables) were compiled as modules when possible Hardware details: *The sd-card controler uses the mass storage driver *The synaptics driver was built as evdev and would need the synaptics xorg driver for working,Also note that it can also function as a basic mouse but it wouldn't benefit from the synaptics features *The webcam is uvc *the network card needs the atl2 driver to work *the wifi driver is ath5k *there is an eeepc driver for hotkeys in the kernel named eeepc-laptop *the graphic card is an intel i915 card --- recipes/linux/linux_2.6.32.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/linux/linux_2.6.32.bb') diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index cbcf0614a6..46413713e6 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -8,6 +8,7 @@ S = "${WORKDIR}/linux-${PV}" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_ion = "1" DEFAULT_PREFERENCE_simone = "1" +DEFAULT_PREFERENCE_eee701 = "1" DEFAULT_PREFERENCE_at91sam9g45ek = "1" DEFAULT_PREFERENCE_akita = "-1" -- cgit v1.2.3