# Copyright Statement:
#
#  Read-Copy Update mechanism for mutual exclusion
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  Copyright MediaTek Corporation, 2010
#
#  Authors: Hua Fu <Hua.Fu@mediatek.com>
#         Yongqing Han <yongqing.han@mediatek.com>





menuconfig GPS
	tristate "GPS drivers"
	default y
	---help---
	  Say Y here for supporting GPS.

if GPS

config MTK_GPS
	tristate "MT3332 GPS driver"
	depends on GPS=y
	default y
	---help---
	  MT6620 internal GPS driver

endif # GPS
