diff options
Diffstat (limited to 'arch/sh/drivers/Kconfig')
-rw-r--r-- | arch/sh/drivers/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/drivers/Kconfig b/arch/sh/drivers/Kconfig index c54c758e6243..420c6b2f33a5 100644 --- a/arch/sh/drivers/Kconfig +++ b/arch/sh/drivers/Kconfig | |||
@@ -1,5 +1,15 @@ | |||
1 | source "arch/sh/drivers/dma/Kconfig" | ||
2 | source "arch/sh/cchips/Kconfig" | ||
3 | |||
1 | menu "Additional SuperH Device Drivers" | 4 | menu "Additional SuperH Device Drivers" |
2 | 5 | ||
6 | config 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 | |||
3 | config PUSH_SWITCH | 13 | config PUSH_SWITCH |
4 | tristate "Push switch support" | 14 | tristate "Push switch support" |
5 | help | 15 | help |