/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

  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