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
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 0000000..8851c79
--- /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 903ae72..d0d1c6f 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_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 758494e..54f4f9b 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"