diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:02 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:37 -0600 |
commit | 8156345dfec385d3fd394acb7ef9f78aca35f003 (patch) | |
tree | 33e7167c76f9e81f4ce0052652cee3de16a0c734 /arch/x86 | |
parent | d79c50af26d1f083478340182b0220d2f019944d (diff) | |
download | u-boot-imx-8156345dfec385d3fd394acb7ef9f78aca35f003.zip u-boot-imx-8156345dfec385d3fd394acb7ef9f78aca35f003.tar.gz u-boot-imx-8156345dfec385d3fd394acb7ef9f78aca35f003.tar.bz2 |
sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 SYS_ARCH config USE_PRIVATE_LIBGCC default y +config SYS_VSNPRINTF + default y + choice prompt "Target select" |