1 menu "Sandbox architecture"
14 bool "Use 64-bit addresses"
18 config SANDBOX_RAM_SIZE_MB
21 range 64 4095 if !SANDBOX64
22 range 64 268435456 if SANDBOX64
24 Memory size of the sandbox in MiB. The default value is 128 MiB.
25 The minimum value is 64 MiB. The maximum value is 4095 MiB for the
29 bool "Enable SPL for sandbox"
32 config SYS_CONFIG_NAME
33 default "sandbox_spl" if SANDBOX_SPL
34 default "sandbox" if !SANDBOX_SPL
37 prompt "Run sandbox on 32/64-bit host"
40 Sandbox can be built on 32-bit and 64-bit hosts.
41 The default is to build on a 64-bit host and run
42 on a 64-bit host. If you want to run sandbox on
43 a 32-bit host, change it here.
47 depends on !PHYS_64BIT
54 config SANDBOX_BITS_PER_LONG
56 default 32 if HOST_32BIT
57 default 64 if HOST_64BIT