summaryrefslogtreecommitdiffstats
path: root/include/linux/kconfig.h
Commit message (Expand)AuthorAgeFilesLines
* kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada2018-03-311-3/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-221-0/+6
|\
| * Kbuild: always define endianess in kconfig.hArnd Bergmann2018-02-211-0/+6
* | kconfig.h: Include compiler types to avoid missed struct attributesKees Cook2018-02-221-0/+3
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-3/+2
* kconfig.h: allow to use IS_{ENABLE,REACHABLE} in macro expansionMasahiro Yamada2016-06-201-6/+18
* kconfig.h: use already defined macros for IS_REACHABLE() defineMasahiro Yamada2016-06-201-2/+2
* kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada2016-06-201-5/+6
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-211-8/+7
|\
| * include/linux/kconfig.h: ese macros which are already definedMichal Simek2015-04-171-8/+7
* | [media] Add and use IS_REACHABLE macroArnd Bergmann2015-04-081-0/+9
|/
* kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker2012-04-121-4/+18
* kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-291-0/+32