Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: aspeed: Enable drivers with ARCH_ASPEED

Default the drivers to on as most configurations will use them.

Signed-off-by: Joel Stanley <joel@jms.id.au>

+4
+4
drivers/soc/aspeed/Kconfig
··· 8 8 tristate "ASPEED LPC firmware cycle control" 9 9 select REGMAP 10 10 select MFD_SYSCON 11 + default ARCH_ASPEED 11 12 help 12 13 Control LPC firmware cycle mappings through ioctl()s. The driver 13 14 also provides a read/write interface to a BMC ram region where the ··· 18 17 tristate "ASPEED LPC snoop support" 19 18 select REGMAP 20 19 select MFD_SYSCON 20 + default ARCH_ASPEED 21 21 help 22 22 Provides a driver to control the LPC snoop interface which 23 23 allows the BMC to listen on and save the data written by ··· 28 26 tristate "ASPEED P2A (VGA MMIO to BMC) bridge control" 29 27 select REGMAP 30 28 select MFD_SYSCON 29 + default ARCH_ASPEED 31 30 help 32 31 Control ASPEED P2A VGA MMIO to BMC mappings through ioctl()s. The 33 32 driver also provides an interface for userspace mappings to a ··· 38 35 bool "ASPEED SoC Information driver" 39 36 default ARCH_ASPEED 40 37 select SOC_BUS 38 + default ARCH_ASPEED 41 39 help 42 40 Say yes to support decoding of ASPEED BMC information. 43 41