mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
43439a6b16
commit
5d7ff307c2
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
config EXAMPLES_AMG88XX
|
config EXAMPLES_AMG88XX
|
||||||
tristate "AMG88xx sensor example"
|
tristate "AMG88xx sensor example"
|
||||||
default n
|
default n
|
||||||
|
depends on SENSORS_AMG88XX
|
||||||
---help---
|
---help---
|
||||||
Enable the AMG88xx sensor example
|
Enable the AMG88xx sensor example
|
||||||
|
|
||||||
|
|
@ -17,7 +18,7 @@ config EXAMPLES_AMG88XX_PRIORITY
|
||||||
int "AMG88xx task priority"
|
int "AMG88xx task priority"
|
||||||
default 100
|
default 100
|
||||||
|
|
||||||
config EXAMPLES_DHTXX_STACKSIZE
|
config EXAMPLES_AMG88XX_STACKSIZE
|
||||||
int "AMG88xx stack size"
|
int "AMG88xx stack size"
|
||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue