Skip to content
Snippets Groups Projects
Commit e556d3d6 authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

x86: Enable pinctrl in SPL and TPL


If these phases are used we typically want to enable pinctrl in then, so
that pad setup and GPIO access are possible.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 4806fcea
No related branches found
No related tags found
No related merge requests found
...@@ -193,6 +193,7 @@ config X86 ...@@ -193,6 +193,7 @@ config X86
imply SPL_OF_LIBFDT imply SPL_OF_LIBFDT
imply SPL_DRIVERS_MISC_SUPPORT imply SPL_DRIVERS_MISC_SUPPORT
imply SPL_GPIO_SUPPORT imply SPL_GPIO_SUPPORT
imply SPL_PINCTRL
imply SPL_LIBCOMMON_SUPPORT imply SPL_LIBCOMMON_SUPPORT
imply SPL_LIBGENERIC_SUPPORT imply SPL_LIBGENERIC_SUPPORT
imply SPL_SERIAL_SUPPORT imply SPL_SERIAL_SUPPORT
...@@ -206,6 +207,7 @@ config X86 ...@@ -206,6 +207,7 @@ config X86
imply TPL_DM imply TPL_DM
imply TPL_DRIVERS_MISC_SUPPORT imply TPL_DRIVERS_MISC_SUPPORT
imply TPL_GPIO_SUPPORT imply TPL_GPIO_SUPPORT
imply TPL_PINCTRL
imply TPL_LIBCOMMON_SUPPORT imply TPL_LIBCOMMON_SUPPORT
imply TPL_LIBGENERIC_SUPPORT imply TPL_LIBGENERIC_SUPPORT
imply TPL_SERIAL_SUPPORT imply TPL_SERIAL_SUPPORT
......
...@@ -72,6 +72,8 @@ CONFIG_SYS_I2C_DW=y ...@@ -72,6 +72,8 @@ CONFIG_SYS_I2C_DW=y
CONFIG_TPL_MISC=y CONFIG_TPL_MISC=y
CONFIG_CROS_EC=y CONFIG_CROS_EC=y
CONFIG_CROS_EC_LPC=y CONFIG_CROS_EC_LPC=y
# CONFIG_SPL_PINCTRL is not set
# CONFIG_TPL_PINCTRL is not set
CONFIG_SYS_NS16550=y CONFIG_SYS_NS16550=y
CONFIG_SOUND=y CONFIG_SOUND=y
CONFIG_SOUND_I8254=y CONFIG_SOUND_I8254=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment