summaryrefslogtreecommitdiff
path: root/packages/development/boost/boost.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/development/boost/boost.kconfig')
-rw-r--r--packages/development/boost/boost.kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/development/boost/boost.kconfig b/packages/development/boost/boost.kconfig
index 2caff61..af2bd6e 100644
--- a/packages/development/boost/boost.kconfig
+++ b/packages/development/boost/boost.kconfig
@@ -25,6 +25,9 @@
config EMBTK_HAVE_BOOST
bool "Have boost"
+ select EMBTK_HAVE_GETTEXT
+ select EMBTK_HAVE_BZIP2
+ select EMBTK_HAVE_ZLIB
select EMBTK_GCC_LANGUAGE_CPP
select KEMBTK_UCLIBC_UCLIBC_HAS_LOCALE if EMBTK_CLIB_UCLIBC
select KEMBTK_UCLIBC_UCLIBC_HAS_XLOCALE if EMBTK_CLIB_UCLIBC
@@ -44,6 +47,18 @@ choice
bool "boost-1.55.0"
endchoice
+if EMBTK_HAVE_BOOST
+comment "Boost options"
+config EMBTK_BOOST_WITH_ICU
+ bool "Build boot with icu support"
+config EMBTK_BOOST_WITH_ATOMIC
+ bool "Build boot with atomic support"
+config EMBTK_BOOST_WITH_COROUTINE
+ bool "Build boot with coroutine support"
+config EMBTK_BOOST_WITH_LOG
+ bool "Build boot with log support"
+endif
+
config EMBTK_BOOST_VERSION_STRING
string
default "1_55_0" if EMBTK_BOOST_VERSION_1_55_0