Kconfig 455 B

12345678910111213141516171819
  1. config RT_SOC_ROCKCHIP_FIQ_DEBUGGER
  2. bool "FIQ Debugger"
  3. depends on RT_USING_OFW
  4. default y
  5. config RT_SOC_ROCKCHIP_GRF
  6. bool "General Register Files support"
  7. depends on RT_MFD_SYSCON
  8. default y
  9. config RT_SOC_ROCKCHIP_HW_DECOMPRESS
  10. bool "HardWare Decompress (LZ4, GZIP, ZLIB)"
  11. default n
  12. config RT_SOC_ROCKCHIP_IODOMAIN
  13. bool "IO domain support"
  14. depends on RT_MFD_SYSCON
  15. depends on RT_USING_REGULATOR
  16. default y