Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Linux
/
scripts
/
kconfig
/
tests
/
choice
/ (
Open Source Betriebssystem
Version 6.17.9
©
) Datei vom 24.10.2025 mit Größe 177 B
Quelle Kconfig Sprache: unbekannt
# SPDX-License-Identifier: GPL-2.0
choice
prompt "boolean choice"
default BOOL_CHOICE1
config BOOL_CHOICE0
bool "choice 0"
config BOOL_CHOICE1
bool "choice 1"
endchoice
[ Dauer der Verarbeitung: 0.11 Sekunden (vorverarbeitet)
]
2026-04-02