mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
29 lines
626 B
Text
29 lines
626 B
Text
CONFIG_X86=y
|
|
CONFIG_VENDOR_COREBOOT=y
|
|
CONFIG_TARGET_COREBOOT=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_BOOTSTAGE=y
|
|
CONFIG_BOOTSTAGE_REPORT=y
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_CMD_TPM=y
|
|
CONFIG_CMD_TPM_TEST=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
|
CONFIG_SPI_FLASH_MACRONIX=y
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
CONFIG_DM_ETH=y
|
|
CONFIG_E1000=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_DM_RTC=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_TPM_TIS_LPC=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_SYS_VSNPRINTF=y
|
|
CONFIG_TPM=y
|