kconfig check: disable CONFIG_KINETO_GAN (!1762)

Related to a proprietary "T-Mobile's WiFi-Calling" feature. It should
not affect normal calls, so it should be safe to disable it. Having it
enabled causes sudo, ip and other commands to hang.
This commit is contained in:
Oliver Smith 2019-03-01 10:34:13 +01:00
parent fa40873de2
commit 008b1761a7
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ necessary_kconfig_options = {
"DEVTMPFS": True,
"DM_CRYPT": True,
"EXT4_FS": True,
"KINETO_GAN": False,
"PFT": False,
"SYSVIPC": True,
"VT": True,