Kconfig 548 B

12345678910111213141516171819
  1. source "arch/sh/drivers/dma/Kconfig"
  2. source "arch/sh/cchips/Kconfig"
  3. menu "Additional SuperH Device Drivers"
  4. config HEARTBEAT
  5. bool "Heartbeat LED"
  6. help
  7. Use the power-on LED on your machine as a load meter. The exact
  8. behavior is platform-dependent, but normally the flash frequency is
  9. a hyperbolic function of the 5-minute load average.
  10. config PUSH_SWITCH
  11. tristate "Push switch support"
  12. help
  13. This enables support for the push switch framework, a simple
  14. framework that allows for sysfs driven switch status reporting.
  15. endmenu