mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
40 lines
872 B
Plaintext
40 lines
872 B
Plaintext
#
|
|
# gsensor drivers configuration
|
|
#
|
|
|
|
menuconfig G_SENSOR_DEVICE
|
|
bool "g_sensor device support"
|
|
default n
|
|
help
|
|
Enable this to be able to choose the drivers for controlling the
|
|
g_sensor on some platforms, for example on PDAs.
|
|
|
|
if G_SENSOR_DEVICE
|
|
|
|
config GS_MMA7660
|
|
bool "gs_mma7660"
|
|
depends on G_SENSOR_DEVICE
|
|
default y
|
|
help
|
|
To have support for your specific gsesnor you will have to
|
|
select the proper drivers which depend on this option.
|
|
|
|
config GS_MMA8452
|
|
bool "gs_mma8452"
|
|
depends on G_SENSOR_DEVICE
|
|
default y
|
|
help
|
|
To have support for your specific gsesnor you will have to
|
|
select the proper drivers which depend on this option.
|
|
|
|
config GS_FIH
|
|
bool "gs_fih"
|
|
depends on G_SENSOR_DEVICE
|
|
default y
|
|
help
|
|
To have support for your specific gsesnor you will have to
|
|
select the proper drivers which depend on this option.
|
|
|
|
|
|
endif
|