From 80d0c649244253d8cb3ba32d708c1431e7ac8fbf Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Mon, 29 Apr 2019 12:25:41 -0700 Subject: soc: aspeed: fix Kconfig Fixes build break: scripts/kconfig/conf --allnoconfig Kconfig drivers/soc/Kconfig:24: 'menu' in different file than 'menu' drivers/soc/aspeed/Kconfig:1: location of the 'menu' drivers/Kconfig:233: 'menu' in different file than 'menu' drivers/soc/aspeed/Kconfig:1: location of the 'menu' :34: syntax error Signed-off-by: Patrick Venture Signed-off-by: Olof Johansson --- drivers/soc/aspeed/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/soc/aspeed/Kconfig b/drivers/soc/aspeed/Kconfig index 457282cd1da5..858b5e3f79c9 100644 --- a/drivers/soc/aspeed/Kconfig +++ b/drivers/soc/aspeed/Kconfig @@ -17,3 +17,4 @@ config ASPEED_LPC_SNOOP the host to an arbitrary LPC I/O port. +endmenu -- cgit