summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-10-06 03:44:31 +0300
committerJoel Stanley <joel@jms.id.au>2022-11-22 04:54:19 +0300
commitfea29db58918be79200d4a10773d2e276ec09501 (patch)
tree835f5c8b65a070478c49d75422eb7e5c206e4419
parent7c381a2d29c146f8271d37b24663ae786d0fbdf5 (diff)
downloadopenbmc-fea29db58918be79200d4a10773d2e276ec09501.tar.xz
meta-ibm: Remove tacoma-specific options from witherspoon
The KCS device is only used on Tacoma, so move them out to their own file. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I157a597c753440220b1e92b60191a0c5191e4aec
-rw-r--r--meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg3
-rw-r--r--meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg6
-rw-r--r--meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend1
3 files changed, 7 insertions, 3 deletions
diff --git a/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg b/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg
new file mode 100644
index 0000000000..8851c79e9d
--- /dev/null
+++ b/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon-tacoma.cfg
@@ -0,0 +1,3 @@
+CONFIG_IPMI_KCS_BMC=y
+CONFIG_IPMI_KCS_BMC_CDEV_RAW=y
+CONFIG_ASPEED_KCS_IPMI_BMC=y
diff --git a/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg b/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg
index 903ae72823..d0d1c6f65e 100644
--- a/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg
+++ b/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg
@@ -6,13 +6,13 @@ CONFIG_SENSORS_IR35221=y
CONFIG_RTC_DRV_RV8803=y
CONFIG_IIO=y
CONFIG_BMP280=y
-CONFIG_IPMI_KCS_BMC=y
-CONFIG_IPMI_KCS_BMC_CDEV_RAW=y
-CONFIG_ASPEED_KCS_IPMI_BMC=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_BROADCOM_PHY is not set
# CONFIG_REALTEK_PHY is not set
+# CONFIG_IPMI_KCS_BMC is not set
+# CONFIG_IPMI_KCS_BMC_CDEV_RAW is not set
+# CONFIG_ASPEED_KCS_IPMI_BMC is not set
# CONFIG_W1 is not set
# CONFIG_W1_MASTER_GPIO is not set
# CONFIG_W1_SLAVE_THERM is not set
diff --git a/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend
index 758494efca..54f4f9b94a 100644
--- a/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend
+++ b/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -1,3 +1,4 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI:append:ibm-ac-server = " file://witherspoon.cfg"
+SRC_URI:append:witherspoon-tacoma = " file://witherspoon-tacoma.cfg"
SRC_URI:append:p10bmc = " file://p10bmc.cfg"