diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 17:37:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 17:37:13 +0000 |
commit | 9f5607c486dcd53be6a3d91b31e54f85a91a0290 (patch) | |
tree | 4661b0a55cd45a18bbcd3483b4b4d4e86d92d440 /conf/machine/include | |
parent | 986507841e95432a199ac368984ff147a2716f4f (diff) |
conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 87571c0db0..da88b1494f 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -11,8 +11,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" #mtd2: 00580000 00020000 "VFM_Filesystem" #mtd3: 00020000 00020000 "Logo" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" -MACHINE_FEATURES += "iwmmxt" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen phone" +MACHINE_FEATURES += " iwmmxt" MACHINE_DISPLAY_WIDTH_PIXELS = "240" |