diff options
Diffstat (limited to 'src/superio/ite/it8716f/Kconfig')
-rw-r--r-- | src/superio/ite/it8716f/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/ite/it8716f/Kconfig b/src/superio/ite/it8716f/Kconfig index 6b0b79d864..969e7882d9 100644 --- a/src/superio/ite/it8716f/Kconfig +++ b/src/superio/ite/it8716f/Kconfig @@ -16,10 +16,10 @@ config SUPERIO_ITE_IT8716F bool - select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_COMMON_PRE_RAM config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL bool depends on SUPERIO_ITE_IT8716F default n - select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_COMMON_PRE_RAM |