diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-06-21 12:11:16 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 11:51:12 +1000 |
commit | 70c3967d4f8029f3d53323a9f0490df61d8cb77d (patch) | |
tree | 378a2f245db566c5197792c8be11e60deccf82dc /drivers/macintosh/Makefile | |
parent | 266bee88699ddbde42ab303bbc426a105cc49809 (diff) | |
download | op-kernel-dev-70c3967d4f8029f3d53323a9f0490df61d8cb77d.zip op-kernel-dev-70c3967d4f8029f3d53323a9f0490df61d8cb77d.tar.gz |
[POWERPC] Convert powermac ide blink to new led infrastructure
This patch removes the old pmac ide led blink code and
adds generic LED subsystem support for the LED.
It maintains backward compatibility with the old
BLK_DEV_IDE_PMAC_BLINK Kconfig option which now
simply selects the new code and influences the
default trigger.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/Makefile')
-rw-r--r-- | drivers/macintosh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile index 45a268f..b53d45f 100644 --- a/drivers/macintosh/Makefile +++ b/drivers/macintosh/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_INPUT_ADBHID) += adbhid.o obj-$(CONFIG_ANSLCD) += ans-lcd.o obj-$(CONFIG_ADB_PMU) += via-pmu.o via-pmu-event.o +obj-$(CONFIG_ADB_PMU_LED) += via-pmu-led.o obj-$(CONFIG_PMAC_BACKLIGHT) += via-pmu-backlight.o obj-$(CONFIG_ADB_CUDA) += via-cuda.o obj-$(CONFIG_PMAC_APM_EMU) += apm_emu.o |