23 lines
627 B
Diff
23 lines
627 B
Diff
|
From 5451ebbfc7e8ba51bceb12ee5409364000e6475b Mon Sep 17 00:00:00 2001
|
||
|
From: Yangbo Lu <yangbo.lu@nxp.com>
|
||
|
Date: Thu, 9 Apr 2020 18:24:07 +0800
|
||
|
Subject: [PATCH] soc: fsl: select MFD_CORE for qixis driver
|
||
|
|
||
|
The QIXIS driver should select MFD_CORE option.
|
||
|
|
||
|
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||
|
---
|
||
|
drivers/soc/fsl/Kconfig | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/drivers/soc/fsl/Kconfig
|
||
|
+++ b/drivers/soc/fsl/Kconfig
|
||
|
@@ -46,6 +46,7 @@ config FSL_QIXIS
|
||
|
depends on OF
|
||
|
select REGMAP_I2C
|
||
|
select REGMAP_MMIO
|
||
|
+ select MFD_CORE
|
||
|
default n
|
||
|
help
|
||
|
Say y here to enable QIXIS system controller api. The qixis driver
|