diff options
author | Olof Johansson <olof@lixom.net> | 2019-04-29 12:25:41 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-29 12:25:46 -0700 |
commit | 80d0c649244253d8cb3ba32d708c1431e7ac8fbf (patch) | |
tree | 55d89873dcdf471c421b053c11e3931d80eec03a | |
parent | bcca940e51688f6046d427695f7161167aaa963b (diff) | |
download | linux-stable-80d0c649244253d8cb3ba32d708c1431e7ac8fbf.tar.gz linux-stable-80d0c649244253d8cb3ba32d708c1431e7ac8fbf.tar.bz2 linux-stable-80d0c649244253d8cb3ba32d708c1431e7ac8fbf.zip |
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'
<none>:34: syntax error
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/soc/aspeed/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |