Kconfig 634 B

12345678910111213141516
  1. config CUSTOM_KERNEL_STEP_COUNTER
  2. bool "CUSTOM_KERNEL_STEP_COUNTER"
  3. help
  4. Kernel space step counter driver.
  5. A pedometer is a device, usually portable and electronic
  6. or electromechanical, that counts each step a person takes
  7. by detecting the motion of the person's hands or hips.
  8. config CUSTOM_KERNEL_SIGNIFICANT_MOTION_SENSOR
  9. bool "CUSTOM_KERNEL_SIGNIFICANT_MOTION_SENSOR"
  10. help
  11. Kernel space sigificant motion sensor driver.
  12. A motion detector is often integrated as a component
  13. of a system that automatically performs a task or alerts
  14. a user of motion in an area.