From: Olof Johansson Date: Mon, 29 Apr 2019 19:25:41 +0000 (-0700) Subject: soc: aspeed: fix Kconfig X-Git-Tag: v5.2-rc1~44^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=80d0c649244253d8cb3ba32d708c1431e7ac8fbf;p=linux-block.git 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 --- 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