1# Copyright (c) 2019 Lexmark International, Inc.
2# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
3# SPDX-License-Identifier: Apache-2.0
4
5config SOC_XILINX_ZYNQMP
6	bool
7
8config SOC_XILINX_ZYNQMP_RPU
9	bool
10	select SOC_XILINX_ZYNQMP
11	help
12	  Xilinx ZynqMP RPU
13
14config SOC_FAMILY
15	default "xilinx_zynqmp" if SOC_XILINX_ZYNQMP
16
17config SOC
18	default "zynqmp_rpu" if SOC_XILINX_ZYNQMP_RPU
19