diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-12 20:21:09 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-12 20:21:09 +0000 |
commit | ddc8ec814972a51f1c9805647636217d4493761c (patch) | |
tree | 24646f5a87b4c128cc343f9f6ebb626b4bec2481 | |
parent | 6f41469dd2143114330cc25090d59bb2e369d819 (diff) |
aximx50.conf, aximx50v.conf: Split up configs for QVGA vs VGA aximx50 models.
-rw-r--r-- | conf/machine/aximx50.conf | 6 | ||||
-rw-r--r-- | conf/machine/aximx50v.conf | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf index 0d7e12e3cc..1bd08e13ab 100644 --- a/conf/machine/aximx50.conf +++ b/conf/machine/aximx50.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Axim x50/x50v/x51/x51v -#@DESCRIPTION: Machine configuration for the Dell Axim x50/51(v) with a pxa27x CPU +#@NAME: Axim x50/x51 +#@DESCRIPTION: Machine configuration for the Dell Axim x50/x51 with a pxa27x CPU # # Hardware-based properties @@ -16,7 +16,7 @@ require conf/machine/include/tune-xscale.conf ROOT_FLASH_SIZE = "256" VOLATILE_STORAGE_SIZE = "64" -GUI_MACHINE_CLASS = "bigscreen" # caveat: only "v" models are VGA +GUI_MACHINE_CLASS ?= "smallscreen" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen" # diff --git a/conf/machine/aximx50v.conf b/conf/machine/aximx50v.conf new file mode 100644 index 0000000000..9b38da782e --- /dev/null +++ b/conf/machine/aximx50v.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: Axim x50v/x51v +#@DESCRIPTION: Machine configuration for the Dell Axim x50v/x51v with a pxa27x CPU + +require conf/machine/aximx50.conf + +GUI_MACHINE_CLASS = "bigscreen" |