diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 16:39:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 16:39:52 -0400 |
commit | 49b1e3ea19b1c95c2f012b8331ffb3b169e4c042 (patch) | |
tree | 4ccf519a20c9b5bb3701c8b4d38b01af8bef854e /drivers/ide | |
parent | ce38cac48209d270d07fd6d1a8e94446b37abcd5 (diff) | |
parent | 8d950cb8896fc95a9444d190885779438bb9d01c (diff) |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
[POWERPC] Minor comment fix for misc_64.S
[POWERPC] Use H_CEDE on non-SMT
[POWERPC] force 64bit mode in fwnmi handlers to workaround firmware bugs
[POWERPC] PMAC_APM_EMU should depend on ADB_PMU
[POWERPC] Fix new interrupt code (MPIC detection)
[POWERPC] Fix new interrupt code (MPIC endianness)
[POWERPC] Add cpufreq support for Xserve G5
[POWERPC] Xserve G5 thermal control fixes
[POWERPC] Fix mem= handling when the memory limit is > RMO size
[POWERPC] More offb/bootx fixes
[POWERPC] Fix legacy_serial.c error handling on 32 bits
[POWERPC] Fix default clock for udbg_16550
[POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP set
[POWERPC] Fix 32 bits warning in prom_init.c
[POWERPC] Workaround Pegasos incorrect ISA "ranges"
[POWERPC] fix up front-LED Kconfig
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 556958ebbf03..b6fb167e20f6 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -774,20 +774,6 @@ config BLK_DEV_IDEDMA_PMAC | |||
774 | to transfer data to and from memory. Saying Y is safe and improves | 774 | to transfer data to and from memory. Saying Y is safe and improves |
775 | performance. | 775 | performance. |
776 | 776 | ||
777 | config BLK_DEV_IDE_PMAC_BLINK | ||
778 | bool "Blink laptop LED on drive activity (DEPRECATED)" | ||
779 | depends on BLK_DEV_IDE_PMAC && ADB_PMU | ||
780 | select ADB_PMU_LED | ||
781 | select LEDS_TRIGGERS | ||
782 | select LEDS_TRIGGER_IDE_DISK | ||
783 | help | ||
784 | This option enables the use of the sleep LED as a hard drive | ||
785 | activity LED. | ||
786 | This option is deprecated, it only selects ADB_PMU_LED and | ||
787 | LEDS_TRIGGER_IDE_DISK and changes the code in the new led class | ||
788 | device to default to the ide-disk trigger (which should be set | ||
789 | from userspace via sysfs). | ||
790 | |||
791 | config BLK_DEV_IDE_SWARM | 777 | config BLK_DEV_IDE_SWARM |
792 | tristate "IDE for Sibyte evaluation boards" | 778 | tristate "IDE for Sibyte evaluation boards" |
793 | depends on SIBYTE_SB1xxx_SOC | 779 | depends on SIBYTE_SB1xxx_SOC |