diff mbox

Removed dependency on IDE_GD_ATA if ADB_PMU_LED_DISK is selected.

Message ID 20160918110845.akvr46gdpuubo2q2@aragorn.home.lxtec.de (mailing list archive)
State Accepted
Headers show

Commit Message

Elimar Riesebieter Sept. 18, 2016, 11:08 a.m. UTC
We can use the front led of powerbooks/ibooks as a disk activitiy imagination
without the deprecated IDE_GD_ATA.

Signed-off-by: Elimar Riesebieter <riesebie@lxtec.de>
---
 drivers/macintosh/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Ellerman Nov. 14, 2016, 12:17 p.m. UTC | #1
On Sun, 2016-18-09 at 11:08:45 UTC, Elimar Riesebieter wrote:
> We can use the front led of powerbooks/ibooks as a disk activitiy imagination
> without the deprecated IDE_GD_ATA.
> 
> Signed-off-by: Elimar Riesebieter <riesebie@lxtec.de>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/0e865a80c1358db9311c411c4763b9

cheers
diff mbox

Patch

diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig
index d28690f..5d80810 100644
--- a/drivers/macintosh/Kconfig
+++ b/drivers/macintosh/Kconfig
@@ -102,7 +102,6 @@  config ADB_PMU_LED_DISK
 	bool "Use front LED as DISK LED by default"
 	depends on ADB_PMU_LED
 	depends on LEDS_CLASS
-	depends on IDE_GD_ATA
 	select LEDS_TRIGGERS
 	select LEDS_TRIGGER_DISK
 	help