pkg/arch: Build-in pinctrl and serial drivers
This commit is contained in:
parent
44d15ab270
commit
e5c2f49c1e
1 changed files with 17 additions and 0 deletions
|
@ -24,3 +24,20 @@ CONFIG_ANDROID=y
|
|||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_BINDER_DEVICES=""
|
||||
|
||||
##
|
||||
## Build-in basic pinctrl/serial modules to prevent race-conditions in drivers
|
||||
## 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
|
||||
CONFIG_PINCTRL_ICELAKE=y
|
||||
CONFIG_PINCTRL_METEORLAKE=y
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=y
|
||||
CONFIG_PINCTRL_TIGERLAKE=y
|
||||
|
|
Loading…
Reference in a new issue