1
0
Fork 0

reset: Kconfig: use 'ARCH_MXC' for reset dispmix

Use 'ARCH_MXC' config to replace 'ARCH_FSL_IMX8MM' and
'ARCH_FSL_IMX8MN' configs which are not defined for
dispmix reset kconfig entry.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Fancy Fang 2019-11-04 11:37:54 +08:00 committed by Dong Aisheng
parent 7a139f7c25
commit 4ec8c81845
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ config RESET_DISPMIX
tristate "IMX Display Mix reset support"
default y
select REGMAP_MMIO
depends on ARCH_FSL_IMX8MM || ARCH_FSL_IMX8MN
depends on ARCH_MXC
help
This driver provides support for Display Mix reset that is controlled
by dispmix GPR registers.