[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
scripts
/
kconfig
/
tests
/
new_choice_with_dep
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 Kconfig
473 B
SET
[ EDIT ]
|
[ DEL ]
📄 __init__.py
410 B
SET
[ EDIT ]
|
[ DEL ]
📄 config
65 B
SET
[ EDIT ]
|
[ DEL ]
📄 expected_stdout
216 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Kconfig
config A bool "A" help This is a new symbol. choice prompt "Choice ?" depends on A help "depends on A" has been newly added. config CHOICE_B bool "Choice B" config CHOICE_C bool "Choice C" help This is a new symbol, so should be asked. endchoice choice prompt "Choice2 ?" config CHOICE_D bool "Choice D" config CHOICE_E bool "Choice E" config CHOICE_F bool "Choice F" depends on A help This is a new symbol, so should be asked. endchoice