diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-07-03 12:28:14 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-07 10:19:15 (GMT) |
commit | 3a09aa4730f021ad917a66a0c6d2ff6d616a7e4f (patch) | |
tree | 8eae9bdc1cd249ba4455537df3fcdb502da0eee0 /drivers/ide | |
parent | fda7ffd25fc5bbe1b4209dfafb854c7ad7308c93 (diff) | |
download | linux-fsl-qoriq-3a09aa4730f021ad917a66a0c6d2ff6d616a7e4f.tar.xz |
[POWERPC] fix up front-LED Kconfig
Rather long patch, apparently no one has updated the pmac32_defconfig in
a while.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index d1266fe..53bba41 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -773,20 +773,6 @@ config BLK_DEV_IDEDMA_PMAC to transfer data to and from memory. Saying Y is safe and improves performance. -config BLK_DEV_IDE_PMAC_BLINK - bool "Blink laptop LED on drive activity (DEPRECATED)" - depends on BLK_DEV_IDE_PMAC && ADB_PMU - select ADB_PMU_LED - select LEDS_TRIGGERS - select LEDS_TRIGGER_IDE_DISK - help - This option enables the use of the sleep LED as a hard drive - activity LED. - This option is deprecated, it only selects ADB_PMU_LED and - LEDS_TRIGGER_IDE_DISK and changes the code in the new led class - device to default to the ide-disk trigger (which should be set - from userspace via sysfs). - config BLK_DEV_IDE_SWARM tristate "IDE for Sibyte evaluation boards" depends on SIBYTE_SB1xxx_SOC |