diff mbox series

[RESEND,08/11] kernel/x86: move SCx200 support from generic to geode

Message ID ecea02d457fe6f5e7f2513adaa60d547b7770cc1.1702174575.git.ehem+openwrt@m5p.com
State New
Headers show
Series Misc kernel config cleanup and small adjustments | expand

Commit Message

Elliott Mitchell Dec. 10, 2023, 2:16 a.m. UTC
Date: Thu, 13 Apr 2023 17:07:20 -0700

The SCx200 is part of the Geode platform.  As such generic x86
doesn't need the driver, but Geode does.

Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com> 04/2023
---
 target/linux/x86/config-5.15       | 5 +----
 target/linux/x86/config-6.1        | 5 +----
 target/linux/x86/geode/config-5.15 | 3 +++
 target/linux/x86/geode/config-6.1  | 3 +++
 4 files changed, 8 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
index e1efc44fbe..e4ec6520e5 100644
--- a/target/linux/x86/config-5.15
+++ b/target/linux/x86/config-5.15
@@ -309,10 +309,7 @@  CONFIG_SATA_HOST=y
 CONFIG_SCSI=y
 CONFIG_SCSI_COMMON=y
 CONFIG_SCSI_SPI_ATTRS=y
-CONFIG_SCx200=y
-CONFIG_SCx200HR_TIMER=y
-# CONFIG_SCx200_GPIO is not set
-# CONFIG_SCx200_WDT is not set
+# CONFIG_SCx200 is not set
 CONFIG_SERIAL_8250_PCI=y
 # CONFIG_SERIAL_LANTIQ is not set
 CONFIG_SERIO=y
diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1
index b91575dcf5..1253e266a2 100644
--- a/target/linux/x86/config-6.1
+++ b/target/linux/x86/config-6.1
@@ -328,10 +328,7 @@  CONFIG_SATA_HOST=y
 CONFIG_SCSI=y
 CONFIG_SCSI_COMMON=y
 CONFIG_SCSI_SPI_ATTRS=y
-CONFIG_SCx200=y
-CONFIG_SCx200HR_TIMER=y
-# CONFIG_SCx200_GPIO is not set
-# CONFIG_SCx200_WDT is not set
+# CONFIG_SCx200 is not set
 CONFIG_SERIAL_8250_PCI=y
 # CONFIG_SERIAL_LANTIQ is not set
 CONFIG_SERIAL_MCTRL_GPIO=y
diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15
index 22c9c031e8..b5a1a641bb 100644
--- a/target/linux/x86/geode/config-5.15
+++ b/target/linux/x86/geode/config-5.15
@@ -104,7 +104,10 @@  CONFIG_RTC_I2C_AND_SPI=y
 # CONFIG_SAMSUNG_Q10 is not set
 CONFIG_SC1200_WDT=y
 # CONFIG_SCSI_FDOMAIN_ISA is not set
+CONFIG_SCx200=y
+CONFIG_SCx200HR_TIMER=y
 CONFIG_SCx200_ACB=y
+# CONFIG_SCx200_GPIO is not set
 CONFIG_SCx200_WDT=y
 CONFIG_SENSORS_LM90=y
 CONFIG_SERIAL_8250_PNP=y
diff --git a/target/linux/x86/geode/config-6.1 b/target/linux/x86/geode/config-6.1
index d45a2aa170..f459583c02 100644
--- a/target/linux/x86/geode/config-6.1
+++ b/target/linux/x86/geode/config-6.1
@@ -113,7 +113,10 @@  CONFIG_RTC_I2C_AND_SPI=y
 # CONFIG_SAMSUNG_Q10 is not set
 CONFIG_SC1200_WDT=y
 # CONFIG_SCSI_FDOMAIN_ISA is not set
+CONFIG_SCx200=y
+CONFIG_SCx200HR_TIMER=y
 CONFIG_SCx200_ACB=y
+# CONFIG_SCx200_GPIO is not set
 CONFIG_SCx200_WDT=y
 # CONFIG_SENSORS_ASUS_EC is not set
 # CONFIG_SENSORS_ASUS_WMI is not set