diff mbox series

[4/9] kernel/x86: move SCx200 support from generic to geode

Message ID 6815f18570a695a9045d63facc8b1ab1070b3221.1682539911.git.ehem+openwrt@m5p.com
State New
Headers show
Series (mostly) x86 kernel configuration adjustments | expand

Commit Message

Elliott Mitchell April 14, 2023, 12:07 a.m. UTC
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>
---
 target/linux/x86/config-5.10       | 5 +----
 target/linux/x86/config-5.15       | 5 +----
 target/linux/x86/geode/config-5.10 | 3 +++
 target/linux/x86/geode/config-5.15 | 3 +++
 4 files changed, 8 insertions(+), 8 deletions(-)

Comments

Philip Prindeville April 28, 2023, 4:31 p.m. UTC | #1
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>


> On Apr 13, 2023, at 6:07 PM, Elliott Mitchell <ehem+openwrt@m5p.com> wrote:
> 
> 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>
> ---
> target/linux/x86/config-5.10       | 5 +----
> target/linux/x86/config-5.15       | 5 +----
> target/linux/x86/geode/config-5.10 | 3 +++
> target/linux/x86/geode/config-5.15 | 3 +++
> 4 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10
> index cfd580b282..f6c5400e73 100644
> --- a/target/linux/x86/config-5.10
> +++ b/target/linux/x86/config-5.10
> @@ -305,10 +305,7 @@ CONFIG_SATA_HOST=y
> # CONFIG_SC1200_WDT is not set
> CONFIG_SCSI=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-5.15 b/target/linux/x86/config-5.15
> index acfaa0e4b7..f572a62e85 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/geode/config-5.10 b/target/linux/x86/geode/config-5.10
> index dc2ac4454b..4c661cdf19 100644
> --- a/target/linux/x86/geode/config-5.10
> +++ b/target/linux/x86/geode/config-5.10
> @@ -112,7 +112,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_AMD_ENERGY is not set
> CONFIG_SENSORS_LM90=y
> diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15
> index 2a8db278b3..ca4e0abc28 100644
> --- a/target/linux/x86/geode/config-5.15
> +++ b/target/linux/x86/geode/config-5.15
> @@ -122,7 +122,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
> -- 
> (\___(\___(\______          --=> 8-) EHM <=--          ______/)___/)___/)
> \BS (    |       ehem+openwrt@m5p.com     PGP 87145445       |    )   /
>  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
> 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445
> 
> 
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/x86/config-5.10 b/target/linux/x86/config-5.10
index cfd580b282..f6c5400e73 100644
--- a/target/linux/x86/config-5.10
+++ b/target/linux/x86/config-5.10
@@ -305,10 +305,7 @@  CONFIG_SATA_HOST=y
 # CONFIG_SC1200_WDT is not set
 CONFIG_SCSI=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-5.15 b/target/linux/x86/config-5.15
index acfaa0e4b7..f572a62e85 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/geode/config-5.10 b/target/linux/x86/geode/config-5.10
index dc2ac4454b..4c661cdf19 100644
--- a/target/linux/x86/geode/config-5.10
+++ b/target/linux/x86/geode/config-5.10
@@ -112,7 +112,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_AMD_ENERGY is not set
 CONFIG_SENSORS_LM90=y
diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15
index 2a8db278b3..ca4e0abc28 100644
--- a/target/linux/x86/geode/config-5.15
+++ b/target/linux/x86/geode/config-5.15
@@ -122,7 +122,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