x86/64: enable Intel PINCTRL in 64bit target
authorXiaopo Zhang <xiaopoz@proton.me>
Thu, 17 Nov 2022 13:17:36 +0000 (21:17 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Nov 2022 15:31:10 +0000 (16:31 +0100)
commit34615250a9c38b131a853166184ae094238333e2
tree03dee5a2e1626fefc8b26e17593d5fd9ef91203d
parent288b0004bfa981e3dbb8678ee3289509c3930217
x86/64: enable Intel PINCTRL in 64bit target

Intel PINCTRL is not enable in the 64bit build, while it is enabled in
the x86/general target, which disables the ability of controlling GPIO
in the 64 bit build.

This commit copies the corresponding part of x86/general config, since
it is already there, so it should be fine to enable the same settings
here.

Signed-off-by: Xiaopo Zhang <xiaopoz@proton.me>
target/linux/x86/64/config-5.10
target/linux/x86/64/config-5.15