mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
1d4c83c248
Now that we have converted all x86 boards to use driver model timer, remove these legacy timer codes in the tsc driver. Note this also removes the TSC_CALIBRATION_BYPASS Kconfig option, as it is not needed with driver model. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
18 lines
390 B
Text
18 lines
390 B
Text
CONFIG_X86=y
|
|
CONFIG_VENDOR_EFI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="efi"
|
|
CONFIG_TARGET_EFI=y
|
|
# CONFIG_CMD_BOOTM is not set
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_NET is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DEBUG_EFI_CONSOLE=y
|
|
CONFIG_DEBUG_UART_BASE=0
|
|
CONFIG_DEBUG_UART_CLOCK=0
|
|
CONFIG_ICH_SPI=y
|
|
# CONFIG_X86_SERIAL is not set
|
|
CONFIG_TIMER=y
|
|
CONFIG_EFI=y
|