coreboot-kgpe-d16/payloads/libpayload/arch/mock/Kconfig

16 lines
316 B
Plaintext

# 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