summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-08-19 09:22:57 -0400
committerTom Rini <[email protected]>2019-08-19 09:22:57 -0400
commita2ca54ff52146f2bbf52d87bf4e121e8e15e9e07 (patch)
tree4e85487bc3da5aa7a918ca7bb2f8fffb2c8c0d20 /arch/Kconfig
parent0ed2e2d825ac70d99ef89e3bb745979a22e2972e (diff)
parentb8050511c6ee4ab60ef4248dff42aff187696249 (diff)
Merge tag 'u-boot-rockchip-20190819' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Add ROC-RK3399-PC board support - Move CONFIG_SPI_FLASH_GIGADEVICE and CONFIG_CMD_USB_MASS_STORAGE to Kconfig - using SYSRESET_POWER_OFF for poweroff (Note that patch for rk8xx pmic is droped for it can not pass Travis build) - fix ofnode_get_name() assert
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 949eb28dfad..e510e971b47 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -93,6 +93,7 @@ config SANDBOX
select PCI_ENDPOINT
select SPI
select SUPPORT_OF_CONTROL
+ select SYSRESET_CMD_POWEROFF if CMD_POWEROFF
imply BITREVERSE
select BLOBLIST
imply CMD_DM