build.config: Enable DTB Overlay for Anorak

Enable DTB Overlay for Anorak.

Change-Id: I0ffb3dbe63841deddd06f96badb3c367cad98695
Signed-off-by: Sahitya Tummala <quic_stummala@quicinc.com>
This commit is contained in:
Sahitya Tummala 2022-03-16 08:27:03 +05:30
parent 4999ba5b02
commit 2c814d3bea

View File

@ -23,6 +23,8 @@ if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 earlycon msm_geni_serial.con_enabled=1'
fi
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
## Inheriting MSM configs
. ${KERNEL_DIR}/build.config.msm.common