aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-05-22 14:07:38 +0200
committerTom Rini <trini@konsulko.com>2020-05-25 11:54:53 -0400
commitefc0644802a2c9c1747539e017562aabde1f54ec (patch)
tree19a90e91b62dec0f1098a8585e795e9480792898 /arch/Kconfig
parent2843444a6eaf1bf287aa00ad46ccfac54fac26b0 (diff)
downloadu-boot-efc0644802a2c9c1747539e017562aabde1f54ec.zip
u-boot-efc0644802a2c9c1747539e017562aabde1f54ec.tar.gz
u-boot-efc0644802a2c9c1747539e017562aabde1f54ec.tar.bz2
sandbox: move compression option to Kconfig
CONFIG_BZIP2 and CONFIG_GZIP_COMPRESSED are Kconfig options. Select them by CONFIG_SANDBOX instead of setting them in configs/sandbox.h. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 91e049b..a11f872 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -86,6 +86,7 @@ config RISCV
config SANDBOX
bool "Sandbox"
select BOARD_LATE_INIT
+ select BZIP2
select DM
select DM_GPIO
select DM_I2C
@@ -94,6 +95,7 @@ config SANDBOX
select DM_SERIAL
select DM_SPI
select DM_SPI_FLASH
+ select GZIP_COMPRESSED
select HAVE_BLOCK_DEVICE
select LZO
select OF_BOARD_SETUP