diff options
Diffstat (limited to 'src/drivers/pc80/Kconfig')
-rw-r--r-- | src/drivers/pc80/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index 5fad3a5433..f8ac5c5a6a 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -22,3 +22,7 @@ config LPC_TPM Enable this option to enable TPM support in coreboot. If unsure, say N. + +config DRIVERS_MC146818 + bool + default y if ARCH_X86 |