[PATCH uboot v2016.05-aspeed-openbmc 7/9] aspeed: add a common Kconfig file for Aspeed boards.
Cédric Le Goater
clg at kaod.org
Thu Jun 30 02:09:49 AEST 2016
We can use to it to include common config options.
Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
arch/arm/Kconfig | 4 +---
board/aspeed/Kconfig | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 board/aspeed/Kconfig
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ee176be22979..bfbeb4842380 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -894,9 +894,7 @@ source "board/vscom/baltos/Kconfig"
source "board/woodburn/Kconfig"
source "board/work-microwave/work_92105/Kconfig"
source "board/zipitz2/Kconfig"
-source "board/aspeed/ast-g5/Kconfig"
-source "board/aspeed/ast-g4/Kconfig"
-source "board/aspeed/witherspoon-bmc/Kconfig"
+source "board/aspeed/Kconfig"
source "arch/arm/Kconfig.debug"
diff --git a/board/aspeed/Kconfig b/board/aspeed/Kconfig
new file mode 100644
index 000000000000..a92b9bc0c934
--- /dev/null
+++ b/board/aspeed/Kconfig
@@ -0,0 +1,3 @@
+source "board/aspeed/ast-g5/Kconfig"
+source "board/aspeed/ast-g4/Kconfig"
+source "board/aspeed/witherspoon-bmc/Kconfig"
--
2.1.4
More information about the openbmc
mailing list