kconfig check: disallow USE_VFB (!1723)

Weston and Plasma Mobile might choose to draw on this virtual frame
buffer, just like it happened for the samsung-jflte. Disabling the
USE_VFB option fixed this, so let's make sure we don't have that option
enabled for any kernel.
This commit is contained in:
Oliver Smith 2018-12-06 07:36:39 +01:00
parent a5a64158e9
commit 9cb27e5d22
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ necessary_kconfig_options = {
"EXT4_FS": True,
"PFT": False,
"SYSVIPC": True,
"VT": True
"VT": True,
"USE_VFB": False,
},
"armhf x86": {
"LBDAF": True