commit | 2cf08ca1ec486928a6175a079a9bc5fb23c51599 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Feb 13 08:29:45 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 13 10:10:50 2020 -0500 |
tree | 83a49c53668d7222bfd05bfc1d7e369e1d39a83b | |
parent | f044eb3d12635624082804cc58c4ee5b1c67ed20 [diff] |
ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG There is no reason to show RAM_ROCKCHIP_DEBUG entry in other .config files as I see it for Xilinx ZynqMP. \# CONFIG_U_QE is not set \# CONFIG_RAM is not set CONFIG_RAM_ROCKCHIP_DEBUG=y Add missing dependency on RAM_ROCKCHIP driver. Signed-off-by: Michal Simek <michal.simek@xilinx.com>