From f3f0370f1054f4e49aa8f5ea70485d673e8e94b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2019 13:09:43 +0200 Subject: build: Alternative build system based on waf Update #3818. --- spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml (limited to 'spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml') diff --git a/spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml b/spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml new file mode 100644 index 0000000000..7c7f563d00 --- /dev/null +++ b/spec/build/bsps/powerpc/tqm8xx/optconsmc1.yml @@ -0,0 +1,22 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-string: null +- define-unquoted: null +build-type: option +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +default: CONS_MODE_UNUSED +default-by-variant: +- value: CONS_MODE_POLLED + variants: + - powerpc/tqm8xx_stk8xx +- value: CONS_MODE_IRQ + variants: + - powerpc/pghplus +description: | + (BSP--SMC1 UART IF mode) Must be defined if SMC1 is used as a tty (UART) channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used +enabled-by: true +format: '{}' +links: [] +name: CONS_SMC1_MODE +type: build -- cgit v1.2.3