aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorHumberto Borba <humberos@gmail.com>2013-09-23 14:45:56 -0300
committerHumberto Borba <humberos@gmail.com>2013-09-23 15:21:35 -0300
commitbc8f4c9aa1c02267ce9642e6f18e6de5106bba37 (patch)
treed4367431496c2b3daed0a002c691b6f7785aff7a /arch/arm/mach-exynos
parentd5b001b42ba995e3015423539d00add44d79a509 (diff)
downloadkernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.zip
kernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.tar.gz
kernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.tar.bz2
arm: mach-exynos: fix gps for n8000 and n801x devices definately
Signed-off-by: Humberto Borba <humberos@gmail.com> Change-Id: I73e4f237c5cf67643f96930b3862155966bbf8bc
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/Kconfig5
-rw-r--r--arch/arm/mach-exynos/Makefile11
2 files changed, 12 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 2c177ec..93bb58c 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -1726,6 +1726,11 @@ endchoice
endif
+comment "Connectivity Feature"
+config GPS_BRCM_475X
+ bool "BRCM_475X_CHIPSET"
+ default n
+
if BT
config BT_CSR8811
bool "Enable CSR8811 driver"
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile
index 932ca75..a73a49f 100644
--- a/arch/arm/mach-exynos/Makefile
+++ b/arch/arm/mach-exynos/Makefile
@@ -159,18 +159,22 @@ obj-$(CONFIG_MIDAS_COMMON) += sec-common.o \
midas-mhl.o midas-lcd.o t0-sound.o
obj-$(CONFIG_SEC_MODEM) += board-gps-bcm475x.o
else
+ifeq ($(CONFIG_MACH_P4NOTE),y)
ifeq ($(CONFIG_MACH_P4NOTELTE_USA_VZW),y)
obj-$(CONFIG_MIDAS_COMMON) += sec-common.o\
midas-tsp.o board-midas-wlan.o \
midas-camera.o midas-thermistor.o \
midas-mhl.o midas-lcd.o midas-sound.o
+
+obj-$(CONFIG_GPS_BRCM_475X) += board-gps-bcm475x.o
else
-ifeq ($(CONFIG_MACH_P4NOTE),y)
obj-$(CONFIG_MIDAS_COMMON) += sec-common.o\
midas-tsp.o board-midas-wlan.o \
midas-camera.o midas-thermistor.o \
- midas-mhl.o midas-lcd.o midas-sound.o \
- board-gps-bcm475x.o
+ midas-mhl.o midas-lcd.o midas-sound.o
+
+obj-$(CONFIG_GPS_BRCM_475X) += board-gps-bcm475x.o
+endif #CONFIG_MACH_P4NOTELTE_USA_VZW
else
ifeq ($(CONFIG_MACH_SLP_T0_LTE),y)
obj-$(CONFIG_MIDAS_COMMON) += sec-common.o \
@@ -195,7 +199,6 @@ endif
endif
endif
endif
-endif
obj-$(CONFIG_IRON_BD) += board-iron-gpio.o board-grande-power.o
obj-$(CONFIG_GRANDE_BD) += board-grande-gpio.o board-grande-power.o
obj-$(CONFIG_P4NOTE_00_BD) += p4note-gpio.o p4note-power.o