[ 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.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
scripts
/
kconfig
/
tests
/
inter_choice
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 Kconfig
257 B
SET
[ EDIT ]
|
[ DEL ]
📄 __init__.py
439 B
SET
[ EDIT ]
|
[ DEL ]
📄 defconfig
21 B
SET
[ EDIT ]
|
[ DEL ]
📄 expected_config
85 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: __init__.py
""" Do not affect user-assigned choice value by another choice. Handling of state flags for choices is complecated. In old days, the defconfig result of a choice could be affected by another choice if those choices interact by 'depends on', 'select', etc. Related Linux commit: fbe98bb9ed3dae23e320c6b113e35f129538d14a """ def test(conf): assert conf.defconfig('defconfig') == 0 assert conf.config_contains('expected_config')