[PATCH uboot v2016.05-aspeed-openbmc 7/9] aspeed: add a common Kconfig file for Aspeed boards.

Joel Stanley joel at jms.id.au
Thu Jun 30 17:17:04 AEST 2016


On Wed, 2016-06-29 at 18:09 +0200, Cédric Le Goater wrote:
> We can use to it to include common config options.
> 

Good cleanup.

> Signed-off-by: Cédric Le Goater <clg at kaod.org>

Reviewed-by: Joel Stanley <joel at jms.id.au>


> ---
>  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"


More information about the openbmc mailing list