aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBin Meng2018-10-15 04:21:18 -0500
committerSimon Glass2018-11-14 11:16:28 -0600
commit6f3327658b03f448c324ac54aad1bd6cc2c2e50d (patch)
tree81717a7e51e4bbe38ab278b325be76502395eccc /arch
parent4135e10732a0eb3c66b34d2fde32eb54d6323fc6 (diff)
downloadu-boot-6f3327658b03f448c324ac54aad1bd6cc2c2e50d.tar.gz
u-boot-6f3327658b03f448c324ac54aad1bd6cc2c2e50d.tar.xz
u-boot-6f3327658b03f448c324ac54aad1bd6cc2c2e50d.zip
arm: qemu: Add a Kconfig in the board directory
This adds a Kconfig file in the board directory, so that some board-specific options can be specified there. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1f3fa1575a..2ebd577c24 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1495,6 +1495,7 @@ source "board/broadcom/bcmns2/Kconfig"
1495source "board/cavium/thunderx/Kconfig" 1495source "board/cavium/thunderx/Kconfig"
1496source "board/cirrus/edb93xx/Kconfig" 1496source "board/cirrus/edb93xx/Kconfig"
1497source "board/eets/pdu001/Kconfig" 1497source "board/eets/pdu001/Kconfig"
1498source "board/emulation/qemu-arm/Kconfig"
1498source "board/freescale/ls2080a/Kconfig" 1499source "board/freescale/ls2080a/Kconfig"
1499source "board/freescale/ls2080aqds/Kconfig" 1500source "board/freescale/ls2080aqds/Kconfig"
1500source "board/freescale/ls2080ardb/Kconfig" 1501source "board/freescale/ls2080ardb/Kconfig"