examples/amg88xx: fix kconfig

fix amg88xx kconfig EXAMPLES_AMG88XX_STACKSIZE option name

add depends on SENSORS_AMG88XX to hide the example is the driver is not enabled
This commit is contained in:
Luchian Mihai 2025-02-03 12:31:53 +02:00 committed by archer
parent 43439a6b16
commit 5d7ff307c2

View file

@ -1,6 +1,7 @@
config EXAMPLES_AMG88XX
tristate "AMG88xx sensor example"
default n
depends on SENSORS_AMG88XX
---help---
Enable the AMG88xx sensor example
@ -17,7 +18,7 @@ config EXAMPLES_AMG88XX_PRIORITY
int "AMG88xx task priority"
default 100
config EXAMPLES_DHTXX_STACKSIZE
config EXAMPLES_AMG88XX_STACKSIZE
int "AMG88xx stack size"
default DEFAULT_TASK_STACKSIZE