sandbox: Introduce Kconfig option for 32/64 bit host
authorBin Meng <bmeng.cn@gmail.com>
Tue, 1 Aug 2017 23:33:33 +0000 (16:33 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 12 Sep 2017 03:43:58 +0000 (21:43 -0600)
commit98cff66027c44e6e15eb48dbb2300f388bcc172c
treecb4efb55f65c3248153cddf4ee0293c3497f186a
parent5fe7702eccf1bae5b10f0309cef03e02bfdfa6ef
sandbox: Introduce Kconfig option for 32/64 bit host

It seems most of the time we are building and running sandbox on 64-bit host.
But we do support 32-bit host as well. Introduce Kconfig option for this.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/Kconfig