board: siemens: Add support for SIMATIC IOT2050 devices
[platform/kernel/u-boot.git] / board / siemens / iot2050 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) Siemens AG, 2018-2021
4 #
5 # Authors:
6 #   Le Jin <le.jin@siemens.com>
7 #   Jan Kiszka <jan.kiszka@siemens.com>
8
9 config TARGET_IOT2050_A53
10         bool "IOT2050 running on A53"
11         select ARM64
12         select SOC_K3_AM6
13         select BOARD_LATE_INIT
14         select SYS_DISABLE_DCACHE_OPS
15         select BINMAN
16
17 if TARGET_IOT2050_A53
18
19 config SYS_BOARD
20         default "iot2050"
21
22 config SYS_VENDOR
23         default "siemens"
24
25 config SYS_CONFIG_NAME
26         default "iot2050"
27
28 config IOT2050_BOOT_SWITCH
29         bool "Disable eMMC boot via USER button (Advanced version only)"
30         default y
31
32 endif