]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/soc/aspeed/Kconfig
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[mirror_ubuntu-hirsute-kernel.git] / drivers / soc / aspeed / Kconfig
1 menu "Aspeed SoC drivers"
2
3 config SOC_ASPEED
4 def_bool y
5 depends on ARCH_ASPEED || COMPILE_TEST
6
7 config 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
15 config 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
23 config 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
31 endmenu