The CL updates the Kconfig: 1. Replace the USE_NULL_ISA with BUILD_ISA 2. The USE_XXX_ISAs are depends on BUILD_ISA 3. If the BUILD_ISA is set, at least one of USE_XXX_ISAs must be set 4. Refactor the USE_KVM option Change-Id: I2a600dea9fb671263b0191c46c5790ebbe91a7b8
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
RUBY=y
|
|
RUBY_PROTOCOL_MOESI_AMD_BASE=y
|
|
BUILD_ISA=y
|
|
USE_X86_ISA=y
|