summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-14 14:13:40 +0300
committerSimon Glass <sjg@chromium.org>2020-04-16 17:07:58 +0300
commit1c0bc80ae106a363770d38d633a40b4c3f583566 (patch)
treece51a1151a262b17ef9751c276364f0d28b851eb /arch/Kconfig
parent1ecea74e2e3f42185bb018fa64f70f43d2096d2f (diff)
downloadu-boot-1c0bc80ae106a363770d38d633a40b4c3f583566.tar.xz
sandbox: implement ft_board_setup()
Currently we are not able to test reservations created by ft_board_setup(). Implement ft_board_setup() to create an arbitrary reservation and enable OF_BOARD_SETUP. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromum.org>
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 ae9c93ed7b..91e049b322 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -96,6 +96,7 @@ config SANDBOX
select DM_SPI_FLASH
select HAVE_BLOCK_DEVICE
select LZO
+ select OF_BOARD_SETUP
select PCI_ENDPOINT
select SPI
select SUPPORT_OF_CONTROL