x86: generic: disable CONFIG_EFI_VARS
CONFIG_EFI_VARS has been disabled in 
64bit x86 target in 2018 by the following commit
b0a51dab8c
the same reasons apply to Generic target, so
now it's disabled here too.
Leaving it enabled is also blocking compile as 
a new symbol was added
EFI_CUSTOM_SSDT_OVERLAYS 
that depends from CONFIG_EFI_VARS
and the build system stops and waits for
user input on what to do about it.
The Legacy and Geode targets never
had any EFI_xxx configs enabled so they 
don't have this issue
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
			
			
This commit is contained in:
		 Alberto Bursi
					Alberto Bursi
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							fba69a5a30
						
					
				
				
					commit
					ccddc3470c
				
			| @@ -126,7 +126,7 @@ CONFIG_EFI_RUNTIME_MAP=y | ||||
| CONFIG_EFI_RUNTIME_WRAPPERS=y | ||||
| CONFIG_EFI_STUB=y | ||||
| # CONFIG_EFI_TEST is not set | ||||
| CONFIG_EFI_VARS=y | ||||
| # CONFIG_EFI_VARS is not set | ||||
| # CONFIG_EISA is not set | ||||
| # CONFIG_EL3 is not set | ||||
| CONFIG_FAILOVER=y | ||||
|   | ||||
		Reference in New Issue
	
	Block a user