misc: Kconfig: change the SPL_ROCKCHIP_HW_DECOMPRESS dependent's attribute

Change "depends on MISC" to "depends on SPL_MISC".

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I1b6c2296d5e88e4e2c0cbafb9bb31790d6f25e66
This commit is contained in:
Jason Zhu 2020-04-08 09:15:31 +08:00 committed by Jianhong Chen
parent dd99ea93f4
commit 3422369e61
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ config ROCKCHIP_HW_DECOMPRESS
config SPL_ROCKCHIP_HW_DECOMPRESS
bool "Rockchip HardWare Decompress Support"
depends on MISC
depends on SPL_MISC
help
This driver support Decompress IP built-in Rockchip SoC, support
LZ4, GZIP, PNG, ZLIB.