diff options
author | Patrick Venture <venture@google.com> | 2019-04-22 19:54:19 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-29 18:36:34 +0200 |
commit | 524feb799408e5d45c6aa82763a9f52489d1e19f (patch) | |
tree | f47cc1b266c661f288a07652bcda77de93026d3e /drivers/misc/Kconfig | |
parent | Merge tag 'imx-drivers-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-524feb799408e5d45c6aa82763a9f52489d1e19f.tar.xz linux-524feb799408e5d45c6aa82763a9f52489d1e19f.zip |
soc: add aspeed folder and misc drivers
Create a SoC folder for the ASPEED parts and place the misc drivers
currently present into this folder. These drivers are not generic part
drivers, but rather only apply to the ASPEED SoCs.
Signed-off-by: Patrick Venture <venture@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 42ab8ec92a04..b80cb6af0cb4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -496,22 +496,6 @@ config VEXPRESS_SYSCFG bus. System Configuration interface is one of the possible means of generating transactions on this bus. -config ASPEED_LPC_CTRL - depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON - tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control" - ---help--- - Control Aspeed ast2400/2500 HOST LPC to BMC mappings through - ioctl()s, the driver also provides a read/write interface to a BMC ram - region where the host LPC read/write region can be buffered. - -config ASPEED_LPC_SNOOP - tristate "Aspeed ast2500 HOST LPC snoop support" - depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON - help - Provides a driver to control the LPC snoop interface which - allows the BMC to listen on and save the data written by - the host to an arbitrary LPC I/O port. - config PCI_ENDPOINT_TEST depends on PCI select CRC32 |