zephyr/scripts/kconfig
Tomasz Gorochowik 7f84001fd3 menuconfig: Fix searching for nonexistent objects
This commit fixes an issue when user searches for a nonexistent object
(e.g. adsdsaasda) and presses enter.

Having all the key checks in one continuous if statement makes sure that
the very last 'else' statement does not get executed when enter is
pressed.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2018-06-12 20:27:20 -04:00
..
checkconfig.py kconfig: Mention that checkconfig.py lacks Kconfiglib 2 support 2018-05-07 21:53:37 +02:00
diffconfig scripts: move kconfig related scripts to scripts/kconfig 2017-09-11 08:53:56 -07:00
kconfig.py scripts: kconfig: Turn most warnings into errors 2018-06-12 20:18:14 -04:00
kconfiglib.py kconfiglib: Update to add list of choices 2018-06-11 14:40:48 -04:00
menuconfig.py menuconfig: Fix searching for nonexistent objects 2018-06-12 20:27:20 -04:00