M7350/oe-core/meta-msm/conf/machine/9615-cdp.conf
2024-09-09 08:52:07 +00:00

23 lines
715 B
Plaintext

#@TYPE: Machine
#@NAME: MDM9615 CDP
#@DESCRIPTION: Machine configuration for Qualcomm MDM9615 CDP
# Uncomment the following line to enable the hard floating point abi. Note that
# this breaks some binary libraries and 3D (neither of which ship with
# meta-yocto). For maximum compatibility, leave this disabled.
#DEFAULTTUNE ?= "cortexa8hf-neon"
# Set it for the A8 tunings for now which should work for the A5 we've got in the
# 9615-cdp...
include conf/machine/include/tune-cortexa8.inc
MACHINE_DISPLAY_WIDTH_PIXELS = "480"
MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
SERIAL_CONSOLE = "115200 ttyO2"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-quic"
MACHINE_FEATURES += "kernel26"
MACHINE_FEATURES += "keyboard"