input: touchscreen: add touch screen of gslx680 for rk3399-firefly-edp
[firefly-linux-kernel-4.4.55.git] / drivers / input / magnetometer / Kconfig
1 #
2 # Magnetometer sensors
3 #
4
5 menuconfig MAG_SENSORS
6         bool "Magnetometer sensors"
7         help
8           Say Y here, and a list of Magnetometer sensors drivers will be displayed.
9           Everything that didn't fit into the other categories is here. This option
10           doesn't affect the kernel.
11
12           If unsure, say Y.
13
14 if MAG_SENSORS
15
16 config COMPASS_AK8975
17   tristate "Asahi Kasei AK8975 3-Axis Magnetometer"
18   depends on I2C
19   help
20   Say yes here to build support for Asahi Kasei AK8975 3-Axis
21   Magnetometer.
22
23   To compile this driver as a module, choose M here: the module
24   will be called ak8975.
25
26 config COMPASS_AK8973
27   tristate "Asahi Kasei AK8973 3-Axis Magnetometer"
28   depends on I2C
29   help
30   Say yes here to build support for Asahi Kasei AK8973 3-Axis
31   Magnetometer.
32
33   To compile this driver as a module, choose M here: the module
34   will be called ak8973.
35
36  config COMPASS_MMC328X
37   tristate "Mmc328x 3-Axis Magnetometer"
38   depends on I2C
39   help
40   Say yes here to build support for mmc3280 3-Axis
41   Magnetometer.
42
43   To compile this driver as a module, choose M here: the module
44   will be called mmc3280. 
45
46 endif
47