Skip to content
Snippets Groups Projects
Commit a7e6d549 authored by Simon Glass's avatar Simon Glass
Browse files

x86: Enable ICH6 GPIO controller for coreboot


Coreboot uses this controller to implement GPIO access.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 55ae10f8
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,9 @@
#undef CONFIG_VIDEO
#undef CONFIG_CFB_CONSOLE
/* x86 GPIOs are accessed through a PCI device */
#define CONFIG_INTEL_ICH6_GPIO
/*-----------------------------------------------------------------------
* Command line configuration.
*/
......@@ -150,6 +153,7 @@
#define CONFIG_CMD_ECHO
#undef CONFIG_CMD_FLASH
#define CONFIG_CMD_FPGA
#define CONFIG_CMD_GPIO
#define CONFIG_CMD_IMI
#undef CONFIG_CMD_IMLS
#define CONFIG_CMD_IRQ
......
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