summaryrefslogtreecommitdiff
path: root/configs/qemu-x86_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-06-08 12:07:37 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-06-12 04:19:35 (GMT)
commit2f29c83eec16b806947c6a224c3a3f70bc31edc9 (patch)
tree1f61efbe765f7bbac0d6e2dc0ac4079dcbafb410 /configs/qemu-x86_defconfig
parent2600ba6de07d80407308c632c7bfa3a538b36549 (diff)
downloadu-boot-2f29c83eec16b806947c6a224c3a3f70bc31edc9.tar.xz
x86: Enable regmap and syscon for coreboot and qemu-x86
These are generic and should be turned on on coreboot and qemu-x86. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu-x86_defconfig')
-rw-r--r--configs/qemu-x86_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 45bb3ec..a03cff8 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -28,6 +28,8 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_CPU=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y