summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
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