summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-10-06 16:17:48 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-10-06 16:17:48 +0200
commite1ea11fbc4f96e98ba86916169bc1b514153618e (patch)
treee0d5cab3f33c93812b9cfe81db4f33488b3a9a99 /platforms
parent3598b7e22c76394e6071bc88359539f163d9f4f7 (diff)
downloadptxdist-e1ea11fbc4f96e98ba86916169bc1b514153618e.tar.gz
ptxdist-e1ea11fbc4f96e98ba86916169bc1b514153618e.tar.xz
barebox: add dependencies for btcs
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 5e9e1bf2f..0d6846601 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -2,6 +2,7 @@
menuconfig BAREBOX
select BOOTLOADER
+ select KERNEL if BAREBOX_BTCS
prompt "barebox "
bool
help
@@ -22,6 +23,13 @@ config BAREBOX_CONFIG
This entry specifies the .config file used to compile
barebox.
+config BAREBOX_BTCS
+ depends on BTCS
+ bool "extra dependencies for BTCS"
+ help
+ Select this to enable some extra dependencies for btcs,
+ which means "boot time critical service".
+
config BAREBOX_ARCH_STRING
string
default "arm" if ARCH_ARM