lib/systems/platforms: remove TI_CPTS override
Forcing the module to be builtin breaks 5.10, which wants to compile it as a module (probably due to dependencies). There doesn't seem to be a need to have it builtin anymore, so we can just remove the override.
This commit is contained in:
parent
1e1588898b
commit
7b573e8051
@ -309,9 +309,6 @@ rec {
|
|||||||
SERIAL_8250_EXTENDED y
|
SERIAL_8250_EXTENDED y
|
||||||
SERIAL_8250_SHARE_IRQ y
|
SERIAL_8250_SHARE_IRQ y
|
||||||
|
|
||||||
# Fix broken sunxi-sid nvmem driver.
|
|
||||||
TI_CPTS y
|
|
||||||
|
|
||||||
# Hangs ODROID-XU4
|
# Hangs ODROID-XU4
|
||||||
ARM_BIG_LITTLE_CPUIDLE n
|
ARM_BIG_LITTLE_CPUIDLE n
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user