Kconfig 364 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. if MACH_LOONGSON64
  3. config RS780_HPET
  4. bool "RS780/SBX00 HPET Timer"
  5. depends on MACH_LOONGSON64
  6. depends on BROKEN
  7. select MIPS_EXTERNAL_TIMER
  8. help
  9. This option enables the hpet timer of AMD RS780/SBX00.
  10. Note: This driver is doing some dangerous hack. Please only enable
  11. it on RS780E systems.
  12. endif # MACH_LOONGSON64