diff options
Diffstat (limited to 'src/superio/ite/it8671f')
-rw-r--r-- | src/superio/ite/it8671f/Kconfig | 2 | ||||
-rw-r--r-- | src/superio/ite/it8671f/Makefile.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/ite/it8671f/Kconfig b/src/superio/ite/it8671f/Kconfig index 4ec94ce142..ba632243af 100644 --- a/src/superio/ite/it8671f/Kconfig +++ b/src/superio/ite/it8671f/Kconfig @@ -16,4 +16,4 @@ config SUPERIO_ITE_IT8671F bool - select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_COMMON_PRE_RAM diff --git a/src/superio/ite/it8671f/Makefile.inc b/src/superio/ite/it8671f/Makefile.inc index 339f9627ca..f625bc19a6 100644 --- a/src/superio/ite/it8671f/Makefile.inc +++ b/src/superio/ite/it8671f/Makefile.inc @@ -14,5 +14,6 @@ ## GNU General Public License for more details. ## +bootblock-$(CONFIG_SUPERIO_ITE_IT8671F) += early_serial.c romstage-$(CONFIG_SUPERIO_ITE_IT8671F) += early_serial.c ramstage-$(CONFIG_SUPERIO_ITE_IT8671F) += superio.c |