summaryrefslogtreecommitdiffstats
path: root/package/bcm2835/Config.in
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-12-08 22:23:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-29 22:54:15 +0100
commitd856fc15c083876e2f96d5f8e0763e6c04be6c19 (patch)
tree57d84f6f8f7962bd3598a22064d60fd9bb0e04b9 /package/bcm2835/Config.in
parent9860746ff98a886dbdbccf769d89d73a0d5ad636 (diff)
downloadbuildroot-d856fc15c083876e2f96d5f8e0763e6c04be6c19.tar.gz
buildroot-d856fc15c083876e2f96d5f8e0763e6c04be6c19.zip
bcm2835: new package
[Thomas: - addition of 'depends on BR2_arm' as suggested by Yann. - addition of a comment in the Config.in help text that says that this library is a pure abomination. - fix the hash, since apparently upstream changes the released tarballs after they are published. - fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bcm2835/Config.in')
-rw-r--r--package/bcm2835/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/bcm2835/Config.in b/package/bcm2835/Config.in
new file mode 100644
index 0000000000..4c3eb2cbfc
--- /dev/null
+++ b/package/bcm2835/Config.in
@@ -0,0 +1,19 @@
+config BR2_PACKAGE_BCM2835
+ bool "bcm2835"
+ depends on BR2_arm
+ help
+ C library for Broadcom BCM 2835 as used in Raspberry Pi.
+ It provides access to GPIO and other IO functions on the
+ Broadcom BCM 2835 chip, allowing access to the GPIO pins
+ on the 26 pin IDE plug on the RPi board so you can control
+ and interface with various external devices.
+
+ WARNING: the opinion of the Buildroot developers is that
+ such library is a complete abomination as it entirely works
+ around the standard Linux interfaces to access GPIOs, I2C,
+ SPI busses or other IOs. The library directly remaps the
+ hardware registers in user-space, completely bypassing what
+ the kernel drivers are doing, and potentially conflicting
+ with them.
+
+ http://www.airspayce.com/mikem/bcm2835
OpenPOWER on IntegriCloud