#
# Copyright © 2017-2021 The Crust Firmware Authors.
# SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
#

choice
	bool "SoC"

config SOC_A64
	bool "A64"
	select HAVE_RSB
	select HAVE_UART4

config SOC_H5
	bool "H5"

endchoice
