summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-07-19 13:07:33 +0300
committerBin Meng <bmeng.cn@gmail.com>2018-07-20 04:33:22 +0300
commitb37b7b2063e02718970ca1882a4522ccbe1106e9 (patch)
tree8c0d3cf873412f6abf5a6ddbb2dd30c49de80c1d /arch/Kconfig
parent7bb6028768c31bf454314b622f52235fb7d82764 (diff)
downloadu-boot-b37b7b2063e02718970ca1882a4522ccbe1106e9.tar.xz
x86: Switch to use DM sysreset driver
This converts all x86 boards over to DM sysreset. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index dd5a887001..cbeb9f6734 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -118,6 +118,8 @@ config X86
imply DM_SPI_FLASH
imply DM_USB
imply DM_VIDEO
+ imply SYSRESET
+ imply SYSRESET_X86
imply CMD_FPGA_LOADMK
imply CMD_GETTIME
imply CMD_IO