aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kconfig.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12kbuild: ensure full rebuild when the compiler is updatedMasahiro Yamada1-0/+2
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada1-3/+0
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook1-0/+3
2018-02-21Kbuild: always define endianess in kconfig.hArnd Bergmann1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada1-3/+2
2016-06-20kconfig.h: allow to use IS_{ENABLE,REACHABLE} in macro expansionMasahiro Yamada1-6/+18
2016-06-20kconfig.h: use already defined macros for IS_REACHABLE() defineMasahiro Yamada1-2/+2
2016-06-20kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada1-5/+6
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux into v4l_for_linusMauro Carvalho Chehab1-8/+7
2015-04-17include/linux/kconfig.h: ese macros which are already definedMichal Simek1-8/+7
2015-04-08[media] Add and use IS_REACHABLE macroArnd Bergmann1-0/+9
2012-04-12kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker1-4/+18
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-0/+32