Kconfig 583 B

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