Commit cca01f5
committed
corsair-hydro-platinum: Add CONFIG_CRC8=y to CI kernel config
This is to avoid having an alternate implementation in the driver in case it causes issues later down the line when upstreaming.
For mainline builds due to: torvalds/linux@aa09b32 we need to trick the
kernel into enabling CRC8 via:
CONFIG_COMPILE_TEST=y (Allows I2C to be enabled without platform support)
CONFIG_I2C=y (Required for PMBus)
CONFIG_PMBUS=y (Required for ADM1266)
CONFIG_SENSORS_ADM1266=y (The driver that actually selects CRC8)
Seems like a lot of leap frogging, but this should do the trick..
Signed-off-by: Jack Greiner <[email protected]>1 parent a194878 commit cca01f5
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
0 commit comments