diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-10-17 21:57:44 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-10-17 21:57:44 +0200 |
commit | 93c24bba37e27d6e54e6238bef464f9f43a8562f (patch) | |
tree | 5aaef5efcda8b76d9160cc86b4cff7812b8f136b /conf/machine/htcdream.conf | |
parent | bbb1745865d07ec6be151a0c3ab0f40c6fc2112b (diff) |
htcdream: added machine configuration
Note that we require conf/machine/include/htc-msm7.inc
and that the use of kdrive is hardcoded into conf/machine/include/htc-msm7.inc
Diffstat (limited to 'conf/machine/htcdream.conf')
-rw-r--r-- | conf/machine/htcdream.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf new file mode 100644 index 0000000000..7f7680a732 --- /dev/null +++ b/conf/machine/htcdream.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: HTC Dream +#@DESCRIPTION: Machine configuration for HTC Dream smartphone + +require conf/machine/include/htc-msm7.inc + +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" + +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth keyboard ext2" + +PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" + |