drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2
No longer fallback to UDELAY_IO as default. Since these are not cpu properties or features, move the Kconfig location. Change-Id: I9809cdc285c7bf741aa391ddb5755390bbfc2909 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
af15d040e1
commit
f8c3442df0
2 changed files with 13 additions and 11 deletions
|
|
@ -17,11 +17,6 @@ config PARALLEL_MP_AP_WORK
|
|||
Allow APs to do other work after initialization instead of going
|
||||
to sleep.
|
||||
|
||||
config UDELAY_IO
|
||||
bool
|
||||
default y if !UDELAY_LAPIC && !UDELAY_TSC && !UDELAY_TIMER2 && !GENERIC_UDELAY
|
||||
default n
|
||||
|
||||
config UDELAY_LAPIC
|
||||
bool
|
||||
default n
|
||||
|
|
@ -54,11 +49,6 @@ config TSC_MONOTONIC_TIMER
|
|||
help
|
||||
Expose monotonic time using the TSC.
|
||||
|
||||
# This option is used in code but never selected.
|
||||
config UDELAY_TIMER2
|
||||
bool
|
||||
default n
|
||||
|
||||
config TSC_SYNC_LFENCE
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue