summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-28 02:22:38 -0700
committerSimon Glass <sjg@chromium.org>2015-09-09 07:48:03 -0600
commit5bc60d5a44d8603923784b5cee400b6dbf2624c6 (patch)
tree640847f924ff0980b4e64a162002cba3308d67ef /configs
parent98c845f2d5fd99e4d5a31e15fd0c06fb45213f02 (diff)
downloadblackbird-obmc-uboot-5bc60d5a44d8603923784b5cee400b6dbf2624c6.tar.gz
blackbird-obmc-uboot-5bc60d5a44d8603923784b5cee400b6dbf2624c6.zip
x86: coreboot: Convert to use more dm drivers
Move to driver model for RTC, USB and ETH on coreboot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/coreboot-x86_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index ebaf86bc7f..e95f96d779 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -14,10 +14,13 @@ CONFIG_CMD_TPM_TEST=y
CONFIG_OF_CONTROL=y
CONFIG_DM_PCI=y
CONFIG_SPI_FLASH=y
-CONFIG_NETDEVICES=y
+CONFIG_DM_ETH=y
CONFIG_E1000=y
CONFIG_DM_TPM=y
CONFIG_TPM_TIS_LPC=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_DM_RTC=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_SYS_VSNPRINTF=y
CONFIG_TPM=y
OpenPOWER on IntegriCloud