xref: /linux/drivers/soc/aspeed/Kconfig (revision 524feb799408e5d45c6aa82763a9f52489d1e19f)
1*524feb79SPatrick Venturemenu "Aspeed SoC drivers"
2*524feb79SPatrick Venture
3*524feb79SPatrick Ventureconfig ASPEED_LPC_CTRL
4*524feb79SPatrick Venture	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
5*524feb79SPatrick Venture	tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control"
6*524feb79SPatrick Venture	---help---
7*524feb79SPatrick Venture	  Control Aspeed ast2400/2500 HOST LPC to BMC mappings through
8*524feb79SPatrick Venture	  ioctl()s, the driver also provides a read/write interface to a BMC ram
9*524feb79SPatrick Venture	  region where the host LPC read/write region can be buffered.
10*524feb79SPatrick Venture
11*524feb79SPatrick Ventureconfig ASPEED_LPC_SNOOP
12*524feb79SPatrick Venture	tristate "Aspeed ast2500 HOST LPC snoop support"
13*524feb79SPatrick Venture	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
14*524feb79SPatrick Venture	help
15*524feb79SPatrick Venture	  Provides a driver to control the LPC snoop interface which
16*524feb79SPatrick Venture	  allows the BMC to listen on and save the data written by
17*524feb79SPatrick Venture	  the host to an arbitrary LPC I/O port.
18*524feb79SPatrick Venture
19*524feb79SPatrick Venture
20