blob: 80a45ad2852fdf1e331f0a90935adbe9a88154c9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Paul Mundt32351a22007-03-12 14:38:59 +09002source "arch/sh/drivers/dma/Kconfig"
3source "arch/sh/cchips/Kconfig"
4
Paul Mundt9f5e8ee2006-11-24 11:22:57 +09005menu "Additional SuperH Device Drivers"
6
Paul Mundt32351a22007-03-12 14:38:59 +09007config HEARTBEAT
8 bool "Heartbeat LED"
9 help
10 Use the power-on LED on your machine as a load meter. The exact
11 behavior is platform-dependent, but normally the flash frequency is
12 a hyperbolic function of the 5-minute load average.
13
Paul Mundt9f5e8ee2006-11-24 11:22:57 +090014config PUSH_SWITCH
15 tristate "Push switch support"
16 help
17 This enables support for the push switch framework, a simple
18 framework that allows for sysfs driven switch status reporting.
19
20endmenu