summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_am68x/Kconfig
blob: 37912fb4ed32d2dbe16ba57bc1ba094ae8de342b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-License-Identifier: GPL-2.0-only OR MIT
#
# Copyright (C) 2025 PHYTEC Messtechnik GmbH
# Author: Dominik Haller <d.haller@phytec.de>

if TARGET_PHYCORE_AM68X_A72

config SYS_BOARD
       default "phycore_am68x"

config SYS_VENDOR
       default "phytec"

config SYS_CONFIG_NAME
       default "phycore_am68x"

config ENV_SOURCE_FILE
       default "phycore_am68x"

source "board/phytec/common/Kconfig"

endif

if TARGET_PHYCORE_AM68X_R5

config SYS_BOARD
       default "phycore_am68x"

config SYS_VENDOR
       default "phytec"

config SYS_CONFIG_NAME
       default "phycore_am68x"

config ENV_SOURCE_FILE
       default "phycore_am68x"

source "board/phytec/common/Kconfig"
source "board/phytec/common/k3/Kconfig"

endif