diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:12:51 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-17 22:12:51 +0000 |
commit | 6ada1e24b04359d24f56a405ad73789fe0ec61e8 (patch) | |
tree | eaaf1792498bd267b8bbd1c9453874498bd0048a /conf/machine/h4000.conf | |
parent | 7e2ba1265db15c029422ad4ef2021863ae23eb5d (diff) |
conf/machine/: Add new screen parameter variables for a bunch of machines.
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r-- | conf/machine/h4000.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index f48f560d0f..c28e651b47 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" -GUI_MACHINE_CLASS = "smallscreen" +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen" # @@ -24,6 +26,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware ${PCMCIA_MANAGER}" MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \ + kernel-module-h4000-pcmcia \ kernel-module-i2c-pxa \ kernel-module-acx \ " |