aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/kconf_id.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada1-1/+0
No more users of this keyword. Drop it according to the notice by commit 6341e62b212a ("kconfig: use bool instead of boolean for type definition attributes"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
2017-08-19Remove gperf usage from toolchainLinus Torvalds1-0/+54
It turns out that gperf-3.1 changed types in the generated code in ways that aren't even trivially detectable without having to generate a test-file. It's just not worth using tools and libraries from clowns that don't understand or care about compatibility. So get rid of gperf. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>