diff options
author | Dimitar Dimitrov <dimitar@dinux.eu> | 2021-01-15 20:19:25 +0200 |
---|---|---|
committer | Dimitar Dimitrov <dimitar@dinux.eu> | 2021-01-19 21:18:55 +0200 |
commit | c800bc8c82710757d347d1a1b5cf3359d3f71433 (patch) | |
tree | 99f3e4c6123d6a9890be9274753f986ae51ad559 /config | |
parent | fcf323336eab38aa8d0fffe75c11062d3e049caa (diff) | |
download | crosstool-ng-c800bc8c82710757d347d1a1b5cf3359d3f71433.tar.gz crosstool-ng-c800bc8c82710757d347d1a1b5cf3359d3f71433.tar.bz2 crosstool-ng-c800bc8c82710757d347d1a1b5cf3359d3f71433.zip |
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 <dimitar@dinux.eu>
Diffstat (limited to 'config')
-rw-r--r-- | config/arch/pru.in | 8 | ||||
-rw-r--r-- | config/kernel/linux.in | 2 |
2 files changed, 9 insertions, 1 deletions
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 diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 2602b53d..6ff81924 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -1,6 +1,6 @@ # Linux kernel options -## depends on !ARCH_AVR && !ARCH_MSP430 && !ARCH_MOXIE +## depends on !ARCH_AVR && !ARCH_MSP430 && !ARCH_MOXIE && !ARCH_PRU ## select KERNEL_SUPPORTS_SHARED_LIBS ## help Build a toolchain targeting systems running Linux as a kernel. |