payloads/libpayload: Remove ARCH_SPECIFIC_OPTIONS
Remove dummy ARCH_SPECIFIC_OPTIONS. Change-Id: Ia71021b8597b1d6a227292b6568351e994ad62b0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76940 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Martin L Roth
parent
0ace876a74
commit
5a303b2194
@@ -26,13 +26,12 @@
|
||||
## SUCH DAMAGE.
|
||||
##
|
||||
|
||||
if ARCH_X86
|
||||
|
||||
config ARCH_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
config ARCH_X86
|
||||
select LITTLE_ENDIAN
|
||||
select IO_ADDRESS_SPACE
|
||||
|
||||
if ARCH_X86
|
||||
|
||||
config ENABLE_APIC
|
||||
bool "Enables the Local APIC"
|
||||
|
||||
|
Reference in New Issue
Block a user