Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[linux-block.git] / arch / sh / drivers / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
32351a28
PM
2source "arch/sh/drivers/dma/Kconfig"
3source "arch/sh/cchips/Kconfig"
4
9f5e8eee
PM
5menu "Additional SuperH Device Drivers"
6
32351a28
PM
7config 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
9f5e8eee
PM
14config 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