From c800bc8c82710757d347d1a1b5cf3359d3f71433 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Fri, 15 Jan 2021 20:19:25 +0200 Subject: Add PRU cross tool target Add sample configuration for building cross toolchain for the TI PRU. PRU cores are present in many of the BeagleBone single board computers. More information about the PRU can be found in https://bbb.io/pru Signed-off-by: Dimitar Dimitrov --- config/arch/pru.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/arch/pru.in (limited to 'config/arch') diff --git a/config/arch/pru.in b/config/arch/pru.in new file mode 100644 index 00000000..f26dc7a5 --- /dev/null +++ b/config/arch/pru.in @@ -0,0 +1,8 @@ +# PRU specific config options + +## no-package +## select ARCH_SUPPORTS_8 +## select ARCH_DEFAULT_8 +## +## help The TI PRU core, as defined by: +## help http://bbb.io/pru -- cgit v1.2.3