From 33be7d06e74971c0972cef4515e843ba5eb2fc5d Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Wed, 11 Jul 2012 17:11:23 +0800 Subject: [PATCH] Set GPS hardware to huawei This is for WeTab. Original tegav2 doesn't have GPS hardware. So it should not be affected. --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index d3abc7a..062fb94 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -2,6 +2,7 @@ TARGET_ARCH_VARIANT := x86-atom TARGET_HAS_THIRD_PARTY_APPS := true BOARD_USES_TSLIB := false BOARD_GPU_DRIVERS := i915 +BOARD_GPS_HARDWARE := huawei BOARD_USES_KBDSENSOR := true include $(GENERIC_X86_CONFIG_MK) -- 2.11.0