Commit 860874bd authored by zhaolichang's avatar zhaolichang
Browse files

PINCTRL: Fix the issue that CONFIG_PINCTRL_AMD do not support m option

huawei inclusion
category: bugfix
bugzilla: https://gitee.com/src-openeuler/calamares/issues/IBS0LG


CVE: NA

--------------------------------------

Fix the issue that the CONFIG_PINCTRL_ADM configuration do not
support the 'm' (module) option, and change it to 'y' (built-in).

Fixes: cbba3eb0 ("PINCTRL:ENABLE_CONFIG_PINCTRL_AMD")
Signed-off-by: default avatarzhaolichang <zhaolichang@huawei.com>
parent 3e001e96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3945,7 +3945,7 @@ CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=m
CONFIG_PINCTRL_AMD=y
# CONFIG_PINCTRL_CY8C95X0 is not set
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set
+1 −1
Original line number Diff line number Diff line
@@ -4157,7 +4157,7 @@ CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=m
CONFIG_PINCTRL_AMD=y
# CONFIG_PINCTRL_CY8C95X0 is not set
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_SX150X is not set