summaryrefslogtreecommitdiff
path: root/src/drivers/pc80/pc/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-01 10:45:51 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-05 14:38:52 +0000
commit00f0de3e145c34f524ab5ae403b65bfcc9493c30 (patch)
treea5aa273deebef915a99ff098e075472581eec8da /src/drivers/pc80/pc/Kconfig
parent385ea8219d2f09d3f9d2d194392cf696d4e2aed7 (diff)
downloadcoreboot-00f0de3e145c34f524ab5ae403b65bfcc9493c30.tar.xz
drivers/pc80: Remove UDELAY_TIMER2
Change-Id: Ibc0a5f6e7be78be15f56b252be45a288b925183a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36534 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/pc80/pc/Kconfig')
-rw-r--r--src/drivers/pc80/pc/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/pc80/pc/Kconfig b/src/drivers/pc80/pc/Kconfig
index 06e6568f71..68138575ba 100644
--- a/src/drivers/pc80/pc/Kconfig
+++ b/src/drivers/pc80/pc/Kconfig
@@ -18,9 +18,4 @@ config DRIVERS_PS2_KEYBOARD
this option, then you can say N here to speed up boot time.
Otherwise say Y.
-# This option is used in code but never selected.
-config UDELAY_TIMER2
- bool
- default n
-
endif