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