aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kconfig.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-05kconfig.h: explain IS_MODULE(), IS_ENABLED()Gravatar Bjorn Helgaas 1-2/+4
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Gravatar Masahiro Yamada 1-6/+0
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedGravatar Masahiro Yamada 1-2/+0
2021-01-18kconfig.h: Add IF_ENABLED() macroGravatar Paul Cercueil 1-0/+6
2020-05-12kbuild: ensure full rebuild when the compiler is updatedGravatar Masahiro Yamada 1-0/+2
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Gravatar Masahiro Yamada 1-3/+0
2018-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+6
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesGravatar Kees Cook 1-0/+3
2018-02-21Kbuild: always define endianess in kconfig.hGravatar Arnd Bergmann 1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-10-27kconfig.h: remove config_enabled() macroGravatar Masahiro Yamada 1-3/+2
2016-06-20kconfig.h: allow to use IS_{ENABLE,REACHABLE} in macro expansionGravatar Masahiro Yamada 1-6/+18
2016-06-20kconfig.h: use already defined macros for IS_REACHABLE() defineGravatar Masahiro Yamada 1-2/+2
2016-06-20kconfig.h: use __is_defined() to check if MODULE is definedGravatar Masahiro Yamada 1-5/+6
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Gravatar Mauro Carvalho Chehab 1-8/+7
2015-04-17include/linux/kconfig.h: ese macros which are already definedGravatar Michal Simek 1-8/+7
2015-04-08[media] Add and use IS_REACHABLE macroGravatar Arnd Bergmann 1-0/+9
2012-04-12kconfig: fix IS_ENABLED to not require all options to be definedGravatar Paul Gortmaker 1-4/+18
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Gravatar Michal Marek 1-0/+32