Commit 924f456
committed
machines: replace Intel-SCH config-aggregator kernel patches with direct configs
Nine x86 platforms (the Dell C2xxx/S-series family + agema_ag7648c) each
carried a kernel patch whose sole purpose was to add a platform Kconfig
symbol that select()ed a fixed set of standard Intel SoC options
(I2C_ISCH, I2C_ISMT, GPIO_SCH, MFD_CORE, LPC_SCH) with no driver code.
Replace each with those CONFIG_* set directly in the machine kernel
config and drop the patch.
The aggregator was each platform's only kernel patch, so with it gone they
carry no version-bound kernel code: drop their LINUX_VERSION pins too and
let them ride the default kernel (6.18 LTS, which builds under GCC 14).
The five options were verified to survive `make olddefconfig` against the
6.18 base config.
Signed-off-by: Brad House <bhouse@nexthop.ai>1 parent aa49ba8 commit 924f456
36 files changed
Lines changed: 45 additions & 277 deletions
File tree
- machine
- agema/agema_ag7648c
- kernel
- dell
- dell_s3000_c2338
- kernel
- dell_s4000_c2338
- kernel
- dell_s4048t_c2338
- kernel
- dell_s6010_c2538
- kernel
- dell_s6100_c2538
- kernel
- dell_z9100_c2538
- kernel
- dellemc_s4100_c2338
- kernel
- dellemc_s5100_c2538
- kernel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 24 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 24 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 24 deletions
This file was deleted.
0 commit comments