Kconfig 383 B

12345678910111213141516171819202122232425
  1. menuconfig AM_SENSORS
  2. bool "Amlogic Sensors support"
  3. default n
  4. if AM_SENSORS
  5. config MPU3050
  6. bool "InvenSense MPU-3050 6-axis sensor"
  7. depends on MISC_DEVICES
  8. default n
  9. help
  10. Invensense mpu3050 sensors
  11. source "drivers/amlogic/sensors/mpu3050/Kconfig"
  12. config LIGHT_SENSOR
  13. bool "LightSensor"
  14. depends on INPUT
  15. default n
  16. help
  17. GL3526 Light Sensor
  18. endif # AM_SENSORS