mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-20 15:18:02 +02:00
17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config A
|
|
bool "A"
|
|
|
|
choice
|
|
prompt "Choice ?"
|
|
depends on A
|
|
|
|
config CHOICE_B
|
|
bool "Choice B"
|
|
|
|
config CHOICE_C
|
|
bool "Choice C"
|
|
|
|
endchoice
|