Files
Linux_Drivers/scripts/kconfig/Kconfiglib/tests/Kexpr_items
2024-11-16 17:04:01 +08:00

12 lines
168 B
Plaintext

config TEST
bool
default A && (B || !C && D = "E") || F > G || !!!H
choice CHOICE
bool "choice"
config TEST_CHOICE
bool "test choice" if A
endchoice