commit | 1572497cb0e6d2016078bc9d5a95786bb878389f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 31 13:39:30 2018 +0200 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 02 08:03:23 2018 +0900 |
tree | 6b9ad32cab4e45531cbb1b6954a74d0e42ea5ffb | |
parent | 17c46a6aff5c423f406adfb06eb832f771c06bd1 [diff] |
kconfig: include common Kconfig files from top-level Kconfig Instead of duplicating the source statements in every architecture just do it once in the toplevel Kconfig file. Note that with this the inclusion of arch/$(SRCARCH/Kconfig moves out of the top-level Kconfig into arch/Kconfig so that don't violate ordering constraits while keeping a sensible menu structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>