mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-18 05:21:47 +03:00
26 lines
749 B
Diff
26 lines
749 B
Diff
|
From adfef6057807b0a5e2bd73de0464c43aa3df6f2c Mon Sep 17 00:00:00 2001
|
||
|
From: Samuel Dionne-Riel <samuel@dionne-riel.com>
|
||
|
Date: Wed, 4 Dec 2019 02:57:08 -0500
|
||
|
Subject: [PATCH 1/6] Allow building WCD9335_CODEC without
|
||
|
REGMAP_ALLOW_WRITE_DEBUGFS
|
||
|
|
||
|
---
|
||
|
drivers/mfd/Kconfig | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
|
||
|
index 0b747ae632b7..15089ab8a9aa 100644
|
||
|
--- a/drivers/mfd/Kconfig
|
||
|
+++ b/drivers/mfd/Kconfig
|
||
|
@@ -1424,7 +1424,6 @@ config WCD9335_CODEC
|
||
|
depends on SLIMBUS
|
||
|
select SOUNDWIRE_WCD_CTRL
|
||
|
select MFD_CORE
|
||
|
- select REGMAP_ALLOW_WRITE_DEBUGFS
|
||
|
help
|
||
|
Enables the WCD9xxx codec core driver. The core driver provides
|
||
|
read/write capability to registers which are part of the
|
||
|
--
|
||
|
2.23.0
|
||
|
|