Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 5 additions & 76 deletions drivers/sensor/apds9960/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,81 +58,10 @@ config APDS9960_ENABLE_ALS
help
Enable Ambient Light Sense (ALS).

choice
prompt "Proximity Gain"
default APDS9960_PGAIN_4X

config APDS9960_PGAIN_1X
bool "1x"

config APDS9960_PGAIN_2X
bool "2x"

config APDS9960_PGAIN_4X
bool "4x"

config APDS9960_PGAIN_8X
bool "8x"

endchoice

choice
prompt "ALS and Color Gain"
default APDS9960_AGAIN_4X

config APDS9960_AGAIN_1X
bool "1x"

config APDS9960_AGAIN_4X
bool "4x"

config APDS9960_AGAIN_16X
bool "16x"

config APDS9960_AGAIN_64X
bool "64x"

endchoice

choice
prompt "Proximity Pulse Length"
default APDS9960_PPULSE_LENGTH_8US

config APDS9960_PPULSE_LENGTH_4US
bool "4us"

config APDS9960_PPULSE_LENGTH_8US
bool "8us"

config APDS9960_PPULSE_LENGTH_16US
bool "16us"

config APDS9960_PPULSE_LENGTH_32US
bool "32us"

endchoice

choice
prompt "Proximity LED boost current"
default APDS9960_PLED_BOOST_100PCT

config APDS9960_PLED_BOOST_300PCT
bool "300%"

config APDS9960_PLED_BOOST_200PCT
bool "200%"

config APDS9960_PLED_BOOST_150PCT
bool "150%"

config APDS9960_PLED_BOOST_100PCT
bool "100%"

endchoice

config APDS9960_PPULSE_COUNT
int "Proximity Pulse Count"
range 1 64
default 8
config APDS9960_ENABLE_GESTURE
bool "Gesture Sense"
default n
help
Enable Gesture Sense.

endif # APDS9960
Loading