diff options
author | Andreas Konopik <andreas.konopik@efs-auto.de> | 2020-11-09 17:50:55 +0100 |
---|---|---|
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2021-03-14 14:41:55 +0100 |
commit | 34602f9904aaea163e63a157a568ccc70d38397c (patch) | |
tree | 2be62d75de0781f0e9feec9f23ed8a69d55de6f1 /hw/tricore/Kconfig | |
parent | 8e6bc6cdc82d45f203bc9fc4342c0452214c74fe (diff) |
tricore: added triboard with tc27x_soc
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Andreas Konopik <andreas.konopik@efs-auto.de>
Signed-off-by: David Brenken <david.brenken@efs-auto.de>
Signed-off-by: Georg Hofstetter <georg.hofstetter@efs-auto.de>
Signed-off-by: Robert Rasche <robert.rasche@efs-auto.de>
Signed-off-by: Lars Biermanski <lars.biermanski@efs-auto.de>
Message-Id: <20201109165055.10508-2-david.brenken@efs-auto.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Diffstat (limited to 'hw/tricore/Kconfig')
-rw-r--r-- | hw/tricore/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/tricore/Kconfig b/hw/tricore/Kconfig index 9313409309..506e6183c1 100644 --- a/hw/tricore/Kconfig +++ b/hw/tricore/Kconfig @@ -1,2 +1,10 @@ config TRICORE bool + +config TRIBOARD + bool + select TRICORE + select TC27X_SOC + +config TC27X_SOC + bool |