blob: 7d942066ccad88a32d8cbb1ef00a78c8923713e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
menuconfig GPS
bool "Gps Adapters"
default n
---help---
Say Y here to enable selecting GPS adapters.
if GPS
# TI's ST based wl128x GPS
source "drivers/gps/wl128x/Kconfig"
endif # GPS
|