mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Useful for testing buttons bound to a gpio-key, e.g. a factory reset button.
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
config BR2_PACKAGE_KEYACK
|
|
bool "keyack"
|
|
help
|
|
Blocks until a specific key is pressed and released. Useful
|
|
when you want a user to confirm some action by physically
|
|
pressing a button.
|