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:
Elyes Haouas
2023-08-12 08:01:10 +02:00
committed by Martin L Roth
parent 0ace876a74
commit 5a303b2194
4 changed files with 11 additions and 19 deletions

View File

@@ -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"