Skip to content

Commit

Permalink
soc: aspeed: fix Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson committed Apr 29, 2019
1 parent bcca940 commit 80d0c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/aspeed/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ config ASPEED_LPC_SNOOP
the host to an arbitrary LPC I/O port.


endmenu

0 comments on commit 80d0c64

Please sign in to comment.