xref: /openbmc/linux/drivers/soc/aspeed/Kconfig (revision 524feb79)
1524feb79SPatrick Venturemenu "Aspeed SoC drivers"
2524feb79SPatrick Venture
3524feb79SPatrick Ventureconfig ASPEED_LPC_CTRL
4524feb79SPatrick Venture	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
5524feb79SPatrick Venture	tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control"
6524feb79SPatrick Venture	---help---
7524feb79SPatrick Venture	  Control Aspeed ast2400/2500 HOST LPC to BMC mappings through
8524feb79SPatrick Venture	  ioctl()s, the driver also provides a read/write interface to a BMC ram
9524feb79SPatrick Venture	  region where the host LPC read/write region can be buffered.
10524feb79SPatrick Venture
11524feb79SPatrick Ventureconfig ASPEED_LPC_SNOOP
12524feb79SPatrick Venture	tristate "Aspeed ast2500 HOST LPC snoop support"
13524feb79SPatrick Venture	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
14524feb79SPatrick Venture	help
15524feb79SPatrick Venture	  Provides a driver to control the LPC snoop interface which
16524feb79SPatrick Venture	  allows the BMC to listen on and save the data written by
17524feb79SPatrick Venture	  the host to an arbitrary LPC I/O port.
18524feb79SPatrick Venture
19524feb79SPatrick Venture
20