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:
parent
dd99ea93f4
commit
3422369e61
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue