blob: 1a99c877ceab2fdfe333ca81ab7541f8e1876df6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#@TYPE: Machine
#@NAME: Motorola EZX ROKR E2
#@DESCRIPTION: Machine configuration for the Motorola GSM Phone ROKR E2
require conf/machine/include/motorola-ezx-base.inc
# there is no touchscreen
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost keyboard screen"
MACHINE_FEATURES += "iwmmxt"
|