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

2023-04-28 Thread Philip Prindeville
Reviewed-by: Philip Prindeville > On Apr 13, 2023, at 6:07 PM, Elliott Mitchell 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 > --- > target/linux/x86/config-5.10 | 5 + > targ

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

2023-04-26 Thread Elliott Mitchell
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 --- 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/geo