Browse Source

pkg/arch: Do not build in serial drivers

Since [1] we should not require the serial drivers to be built in any
more. In essence, the PR causes the SAM driver to return EPROBE_DEFER
when the serial device is not ready.

Specifics on how to best handle this (i.e., which function should
actually return EPROBE_DEFER) are still to be discussed, but for now
this should provide a better workaround that hopefully fixes this
problem as well. So let's test it.

[1]: https://github.com/linux-surface/kernel/pull/152
Maximilian Luz 1 year ago
parent
commit
d85669f4d6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pkg/arch/kernel/arch.config

+ 0 - 4
pkg/arch/kernel/arch.config

@@ -30,10 +30,6 @@ CONFIG_ANDROID_BINDER_DEVICES=""
 ## relying on them (like soc-button-array, SAM)
 ## relying on them (like soc-button-array, SAM)
 ##
 ##
 
 
-CONFIG_SERIAL_8250_DW=y
-CONFIG_MFD_INTEL_LPSS=y
-CONFIG_MFD_INTEL_LPSS_PCI=y
-
 CONFIG_PINCTRL_INTEL=y
 CONFIG_PINCTRL_INTEL=y
 CONFIG_PINCTRL_ALDERLAKE=y
 CONFIG_PINCTRL_ALDERLAKE=y
 CONFIG_PINCTRL_CANNONLAKE=y
 CONFIG_PINCTRL_CANNONLAKE=y