Skip to content

Commit

Permalink
examples/amg88xx: fix kconfig
Browse files Browse the repository at this point in the history
fix amg88xx kconfig EXAMPLES_AMG88XX_STACKSIZE option name

add depends on SENSORS_AMG88XX to hide the example is the driver is not enabled
  • Loading branch information
LuchianMihai authored and anchao committed Feb 5, 2025
1 parent 43439a6 commit 5d7ff30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/amg88xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config EXAMPLES_AMG88XX
tristate "AMG88xx sensor example"
default n
depends on SENSORS_AMG88XX
---help---
Enable the AMG88xx sensor example

Expand All @@ -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

Expand Down

0 comments on commit 5d7ff30

Please sign in to comment.