Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Aspeed SoC drivers"
  3. config SOC_ASPEED
  4. def_bool y
  5. depends on ARCH_ASPEED || COMPILE_TEST
  6. config ASPEED_LPC_CTRL
  7. depends on SOC_ASPEED && REGMAP && MFD_SYSCON
  8. tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control"
  9. help
  10. Control Aspeed ast2400/2500 HOST LPC to BMC mappings through
  11. ioctl()s, the driver also provides a read/write interface to a BMC ram
  12. region where the host LPC read/write region can be buffered.
  13. config ASPEED_LPC_SNOOP
  14. tristate "Aspeed ast2500 HOST LPC snoop support"
  15. depends on SOC_ASPEED && REGMAP && MFD_SYSCON
  16. help
  17. Provides a driver to control the LPC snoop interface which
  18. allows the BMC to listen on and save the data written by
  19. the host to an arbitrary LPC I/O port.
  20. config ASPEED_P2A_CTRL
  21. depends on SOC_ASPEED && REGMAP && MFD_SYSCON
  22. tristate "Aspeed ast2400/2500 HOST P2A VGA MMIO to BMC bridge control"
  23. help
  24. Control Aspeed ast2400/2500 HOST P2A VGA MMIO to BMC mappings through
  25. ioctl()s, the driver also provides an interface for userspace mappings to
  26. a pre-defined region.
  27. endmenu