commit | 4f3b9d1538ddfad630c046e9ce2a3dd69a0e37f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 06 13:19:02 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:37 2015 -0600 |
tree | 33e7167c76f9e81f4ce0052652cee3de16a0c734 | |
parent | 084a3fecfbbb31a34721ae5bfea552a829c5d82b [diff] [blame] |
sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b44f709..3f1401a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig
@@ -7,6 +7,9 @@ config USE_PRIVATE_LIBGCC default y +config SYS_VSNPRINTF + default y + choice prompt "Target select"