5a303b2194
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>
15 lines
316 B
Text
15 lines
316 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config ARCH_MOCK
|
|
select LITTLE_ENDIAN if !ARCH_MOCK_BIG_ENDIAN
|
|
select BIG_ENDIAN if ARCH_MOCK_BIG_ENDIAN
|
|
|
|
if ARCH_MOCK
|
|
|
|
config ARCH_MOCK_BIG_ENDIAN
|
|
bool "Use big-endian for mock architecture"
|
|
default n
|
|
help
|
|
This option enables big-endinan support in the code.
|
|
|
|
endif
|