瀏覽代碼

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 年之前
父節點
當前提交
d85669f4d6
共有 1 個文件被更改,包括 0 次插入4 次删除
  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)
 ##
 
-CONFIG_SERIAL_8250_DW=y
-CONFIG_MFD_INTEL_LPSS=y
-CONFIG_MFD_INTEL_LPSS_PCI=y
-
 CONFIG_PINCTRL_INTEL=y
 CONFIG_PINCTRL_ALDERLAKE=y
 CONFIG_PINCTRL_CANNONLAKE=y