aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-11-19 22:47:04 +1030
committerJoel Stanley <joel@jms.id.au>2020-11-19 23:01:36 +1030
commit4da595ddc06909d9ba8fcedcce0c4e1e0a4c3244 (patch)
treeca6490aa1ad6d380c9b6f28baf4b042201174b8d
parent0f0c9c702241d839dbb1d355b77e5712a5a5793f (diff)
downloadaspeed-soc-for-v5.11.tar.gz
soc: aspeed: Enable drivers with ARCH_ASPEEDaspeed-5.11-socsoc-for-v5.11
Default the drivers to on as most configurations will use them. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--drivers/soc/aspeed/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soc/aspeed/Kconfig b/drivers/soc/aspeed/Kconfig
index 7ece0675b1faf2..243ca196e6ad74 100644
--- a/drivers/soc/aspeed/Kconfig
+++ b/drivers/soc/aspeed/Kconfig
@@ -8,6 +8,7 @@ config ASPEED_LPC_CTRL
tristate "ASPEED LPC firmware cycle control"
select REGMAP
select MFD_SYSCON
+ default ARCH_ASPEED
help
Control LPC firmware cycle mappings through ioctl()s. The driver
also provides a read/write interface to a BMC ram region where the
@@ -17,6 +18,7 @@ config ASPEED_LPC_SNOOP
tristate "ASPEED LPC snoop support"
select REGMAP
select MFD_SYSCON
+ default ARCH_ASPEED
help
Provides a driver to control the LPC snoop interface which
allows the BMC to listen on and save the data written by
@@ -26,6 +28,7 @@ config ASPEED_P2A_CTRL
tristate "ASPEED P2A (VGA MMIO to BMC) bridge control"
select REGMAP
select MFD_SYSCON
+ default ARCH_ASPEED
help
Control ASPEED P2A VGA MMIO to BMC mappings through ioctl()s. The
driver also provides an interface for userspace mappings to a
@@ -35,6 +38,7 @@ config ASPEED_SOCINFO
bool "ASPEED SoC Information driver"
default ARCH_ASPEED
select SOC_BUS
+ default ARCH_ASPEED
help
Say yes to support decoding of ASPEED BMC information.