projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f923efb
)
macintosh: Remove dependency on IDE_GD_ATA if ADB_PMU_LED_DISK is selected
author
Elimar Riesebieter
<riesebie@lxtec.de>
Sun, 18 Sep 2016 11:08:45 +0000
(13:08 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 14 Nov 2016 00:11:51 +0000
(11:11 +1100)
We can use the front led of powerbooks/ibooks to visualize disk activity
without the deprecated IDE_GD_ATA.
Signed-off-by: Elimar Riesebieter <riesebie@lxtec.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/macintosh/Kconfig
b/drivers/macintosh/Kconfig
index d28690f6e26219c3c00185db8d6b6af9dcba48ae..5d80810934df3ed9bbe9eb895d23416550a17509 100644
(file)
--- 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