diff options
author | Olof Johansson <olof@lixom.net> | 2019-04-29 21:25:41 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-29 21:25:46 +0200 |
commit | 80d0c649244253d8cb3ba32d708c1431e7ac8fbf (patch) | |
tree | 55d89873dcdf471c421b053c11e3931d80eec03a | |
parent | Merge tag 'v5.2-rockchip-drivers-1' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-80d0c649244253d8cb3ba32d708c1431e7ac8fbf.tar.xz linux-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 |