defconfig: msm8953-batcam: Enable performance optimizations

Enable perfomance optimizations for msm8953-batcam.
CONFIG_ARCH_MSM8953_BOOT_ORDERING causes devices to be added at
late_initcall, with the result that probe order is controlled by
the placement of a device in devicetree.

Disabling CONFIG_OF_KOBJ causes no sysfs entries to be created for
devicetree nodes or properties.

Enabling HIBERNATION_SKIP_CRC improves decompression throughput.

Change-Id: I0b6202fc34c0dd4685c7ba432af3b2608b94e5d7
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
2 files changed