diff options
Diffstat (limited to 'src/mainboard/a-trend/atc-6240/Kconfig')
-rw-r--r-- | src/mainboard/a-trend/atc-6240/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/a-trend/atc-6240/Kconfig b/src/mainboard/a-trend/atc-6240/Kconfig index 9f6c9e3988..ae488ad9bc 100644 --- a/src/mainboard/a-trend/atc-6240/Kconfig +++ b/src/mainboard/a-trend/atc-6240/Kconfig @@ -26,7 +26,8 @@ config BOARD_A_TREND_ATC_6240 select SOUTHBRIDGE_INTEL_I82371EB select SUPERIO_WINBOND_W83627HF select HAVE_PIRQ_TABLE - select UDELAY_IO + select UDELAY_TSC + select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 config MAINBOARD_DIR string |