diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-12-29 20:00:31 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-01-04 22:23:50 +0100 |
commit | 3bd9e50b4297b0d85bb86a8f2ade941c0f9c21fd (patch) | |
tree | 667866692751fd4841a047e6a968407db0835438 /arch/m68k | |
parent | 176f2934d118f82a033ba69c235b21af151dc576 (diff) | |
download | talos-obmc-linux-3bd9e50b4297b0d85bb86a8f2ade941c0f9c21fd.tar.gz talos-obmc-linux-3bd9e50b4297b0d85bb86a8f2ade941c0f9c21fd.zip |
m68k/mac: Make CONFIG_HEARTBEAT unavailable on Mac
mac_heartbeat() was never really implemented.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.devices | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices index 052cb647b307..04a3d9be90e9 100644 --- a/arch/m68k/Kconfig.devices +++ b/arch/m68k/Kconfig.devices @@ -8,8 +8,8 @@ config ARCH_MAY_HAVE_PC_FDC menu "Platform devices" config HEARTBEAT - bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40 - default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300 + bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40 + default y if !AMIGA && !APOLLO && !ATARI && !Q40 && HP300 help Use the power-on LED on your machine as a load meter. The exact behavior is platform-dependent, but normally the flash frequency is |