Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658832 > unrolled thread
| Started by | Keerthy <j-keerthy@ti.com> |
|---|---|
| First post | 2017-06-06 16:50 +0200 |
| Last post | 2017-06-06 16:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/5] mfd: tps65218: Add a dependency on OF Keerthy <j-keerthy@ti.com> - 2017-06-06 16:50 +0200
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Date | 2017-06-06 16:50 +0200 |
| Subject | [PATCH 2/5] mfd: tps65218: Add a dependency on OF |
| Message-ID | <tPnXX-1DX-1@gated-at.bofh.it> |
Currently the driver boots only via device tree hence add a dependency on OF. Signed-off-by: Keerthy <j-keerthy@ti.com> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b845d28..75b59f1 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1327,7 +1327,7 @@ config MFD_TI_LP873X config MFD_TPS65218 tristate "TI TPS65218 Power Management chips" - depends on I2C + depends on I2C && OF select MFD_CORE select REGMAP_I2C select REGMAP_IRQ -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web