X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Kconfig;h=00d3d9bdd5fcde52e4ba137d38b42b808e0d8b5e;hp=dd5a1541f0da79b18f34fb51aa6e7b54fe26ed94;hb=051d39a706ccd24493cc3a0a1558a071f5673ab5;hpb=2304917404cd287c4741d9f85ff8a280e248c7d0 diff --git a/Kconfig b/Kconfig index dd5a154..00d3d9b 100644 --- a/Kconfig +++ b/Kconfig @@ -169,10 +169,19 @@ config BUILT_IN_STRPBRK This enables Palacios' internal implementation of strpbrk +config BUILT_IN_STDIO + bool "Enable Built in versions of stdio functions" + default n + help + Not all host OSes provide link targets for stdio functions + Palacios provides internal implementations of these functions, that you can select from this list + + + config BUILT_IN_SPRINTF bool "sprintf()" default n - depends on BUILT_IN_STDLIB + depends on BUILT_IN_STDIO help This enables Palacios' internal implementation of sprintf @@ -180,7 +189,7 @@ config BUILT_IN_SPRINTF config BUILT_IN_SNPRINTF bool "snprintf()" default n - depends on BUILT_IN_STDLIB + depends on BUILT_IN_STDIO help This enables Palacios' internal implementation of snprintf @@ -188,21 +197,21 @@ config BUILT_IN_SNPRINTF config BUILT_IN_VSPRINTF bool "vsprintf()" default n - depends on BUILT_IN_STDLIB + depends on BUILT_IN_STDIO help This enables Palacios' internal implementation of vsprintf config BUILT_IN_VSNPRINTF bool "vsnprintf()" default n - depends on BUILT_IN_STDLIB + depends on BUILT_IN_STDIO help This enables Palacios' internal implementation of vsnprintf config BUILT_IN_VSNRPRINTF bool "vsnrprintf()" default n - depends on BUILT_IN_STDLIB + depends on BUILT_IN_STDIO help This enables Palacios' internal implementation of vsnrprintf