PageRenderTime 34ms CodeModel.GetById 23ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/sh/drivers/Kconfig

https://bitbucket.org/cresqo/cm7-p500-kernel
#! | 19 lines | 15 code | 4 blank | 0 comment | 0 complexity | 59d93a9b104535c3ae2bf9c195ff5fcc MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
 1source "arch/sh/drivers/dma/Kconfig"
 2source "arch/sh/cchips/Kconfig"
 3
 4menu "Additional SuperH Device Drivers"
 5
 6config HEARTBEAT
 7	bool "Heartbeat LED"
 8	help
 9	  Use the power-on LED on your machine as a load meter.  The exact
10	  behavior is platform-dependent, but normally the flash frequency is
11	  a hyperbolic function of the 5-minute load average.
12
13config PUSH_SWITCH
14	tristate "Push switch support"
15	help
16	  This enables support for the push switch framework, a simple
17	  framework that allows for sysfs driven switch status reporting.
18
19endmenu