summaryrefslogtreecommitdiff
path: root/recipes/linux/linux_2.6.32.bb
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-21 23:23:37 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-23 19:43:20 +0100
commitf2381395d4125ec2a0ee9c6e6462332bdb2ab9d8 (patch)
treecc30ac38081d0f0e01541b481d541c18357dceb1 /recipes/linux/linux_2.6.32.bb
parent1168df31be1d359c93b464e961f7a19806949db4 (diff)
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
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r--recipes/linux/linux_2.6.32.bb1
1 files changed, 1 insertions, 0 deletions
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"