summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-rpi2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
commit49292bd74f73a260927b7f3f42548e4ee4407237 (patch)
tree3e89c3b02b9d8d9e1114f8f860afb9a1109cc373 /configs/platform-v7a/platforms/barebox-rpi2.in
parentdd2c39349c6e0358cb5dc463cd02e63b0902bcf2 (diff)
downloadDistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.gz
DistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.xz
platform-beaglebone: rename to platform-v7a
In the meantime, in addition to beaglebone, this platform supports the other ARMv7 based boards (rpi2, vexpress), so rename it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platforms/barebox-rpi2.in')
-rw-r--r--configs/platform-v7a/platforms/barebox-rpi2.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/platform-v7a/platforms/barebox-rpi2.in b/configs/platform-v7a/platforms/barebox-rpi2.in
new file mode 100644
index 0000000..c72762c
--- /dev/null
+++ b/configs/platform-v7a/platforms/barebox-rpi2.in
@@ -0,0 +1,20 @@
+## SECTION=bootloader
+
+menuconfig BAREBOX_RPI2
+ tristate
+ prompt "Barebox (rpi2)"
+ select HOST_LZOP if BAREBOX_RPI2_NEEDS_HOST_LZOP
+ help
+ Raspberry Pi 2 support for barebox.
+
+if BAREBOX_RPI2
+
+config BAREBOX_RPI2_NEEDS_HOST_LZOP
+ prompt "barebox rpi2 needs lzop"
+ bool
+ help
+ The barebox rpi2 can be compressed. Select this if lzop
+ is used in order to compile lzop for your development
+ host.
+
+endif