summaryrefslogtreecommitdiffstats
path: root/package/perl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/perl/Config.in')
-rw-r--r--package/perl/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/perl/Config.in b/package/perl/Config.in
new file mode 100644
index 000000000..0a41a97c3
--- /dev/null
+++ b/package/perl/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_PERL
+ bool "perl"
+ depends on !BR2_avr32
+ depends on !BR2_bfin
+ depends on !BR2_sh2
+ depends on !BR2_sh2a
+ depends on !BR2_sh3
+ depends on !BR2_sh3eb
+ depends on !BR2_sh64
+ help
+ Larry Wall's Practical Extraction and Report Language
+ An interpreted scripting language, known among some as "Unix's Swiss
+ Army Chainsaw".
+
+ http://www.perl.org/
+
+comment "perl requires an architecture supported by qemu"
+ depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64