diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-19 13:36:45 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-19 13:36:45 -0500 |
| commit | b11a2783974791d37e44abbb48d41e8c120b5126 (patch) | |
| tree | 5e0cb2b934a01ce7e3fb78614b578b188b840134 /lib/Kconfig | |
| parent | 773433433791b9420c2a0f86b93c91d4115d89b5 (diff) | |
| parent | b6a2ab2cd4739a9573ed41677e53171987b8da34 (diff) | |
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig updates from Michal Marek:
"Yann E Morin was supposed to take over kconfig maintainership, but
this hasn't happened. So I'm sending a few kconfig patches that I
collected:
- Fix for missing va_end in kconfig
- merge_config.sh displays used if given too few arguments
- s/boolean/bool/ in Kconfig files for consistency, with the plan to
only support bool in the future"
* 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
kconfig: use va_end to match corresponding va_start
merge_config.sh: Display usage if given too few arguments
kconfig: use bool instead of boolean for type definition attributes
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index cb9758e0ba0c..87da53bb1fef 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
| @@ -23,7 +23,7 @@ config HAVE_ARCH_BITREVERSE | |||
| 23 | have this capability. | 23 | have this capability. |
| 24 | 24 | ||
| 25 | config RATIONAL | 25 | config RATIONAL |
| 26 | boolean | 26 | bool |
| 27 | 27 | ||
| 28 | config GENERIC_STRNCPY_FROM_USER | 28 | config GENERIC_STRNCPY_FROM_USER |
| 29 | bool | 29 | bool |
| @@ -48,14 +48,14 @@ config GENERIC_IOMAP | |||
| 48 | select GENERIC_PCI_IOMAP | 48 | select GENERIC_PCI_IOMAP |
| 49 | 49 | ||
| 50 | config GENERIC_IO | 50 | config GENERIC_IO |
| 51 | boolean | 51 | bool |
| 52 | default n | 52 | default n |
| 53 | 53 | ||
| 54 | config STMP_DEVICE | 54 | config STMP_DEVICE |
| 55 | bool | 55 | bool |
| 56 | 56 | ||
| 57 | config PERCPU_RWSEM | 57 | config PERCPU_RWSEM |
| 58 | boolean | 58 | bool |
| 59 | 59 | ||
| 60 | config ARCH_USE_CMPXCHG_LOCKREF | 60 | config ARCH_USE_CMPXCHG_LOCKREF |
| 61 | bool | 61 | bool |
| @@ -266,7 +266,7 @@ config DECOMPRESS_LZ4 | |||
| 266 | # Generic allocator support is selected if needed | 266 | # Generic allocator support is selected if needed |
| 267 | # | 267 | # |
| 268 | config GENERIC_ALLOCATOR | 268 | config GENERIC_ALLOCATOR |
| 269 | boolean | 269 | bool |
| 270 | 270 | ||
| 271 | # | 271 | # |
| 272 | # reed solomon support is select'ed if needed | 272 | # reed solomon support is select'ed if needed |
| @@ -275,16 +275,16 @@ config REED_SOLOMON | |||
| 275 | tristate | 275 | tristate |
| 276 | 276 | ||
| 277 | config REED_SOLOMON_ENC8 | 277 | config REED_SOLOMON_ENC8 |
| 278 | boolean | 278 | bool |
| 279 | 279 | ||
| 280 | config REED_SOLOMON_DEC8 | 280 | config REED_SOLOMON_DEC8 |
| 281 | boolean | 281 | bool |
| 282 | 282 | ||
| 283 | config REED_SOLOMON_ENC16 | 283 | config REED_SOLOMON_ENC16 |
| 284 | boolean | 284 | bool |
| 285 | 285 | ||
| 286 | config REED_SOLOMON_DEC16 | 286 | config REED_SOLOMON_DEC16 |
| 287 | boolean | 287 | bool |
| 288 | 288 | ||
| 289 | # | 289 | # |
| 290 | # BCH support is selected if needed | 290 | # BCH support is selected if needed |
| @@ -293,7 +293,7 @@ config BCH | |||
| 293 | tristate | 293 | tristate |
| 294 | 294 | ||
| 295 | config BCH_CONST_PARAMS | 295 | config BCH_CONST_PARAMS |
| 296 | boolean | 296 | bool |
| 297 | help | 297 | help |
| 298 | Drivers may select this option to force specific constant | 298 | Drivers may select this option to force specific constant |
| 299 | values for parameters 'm' (Galois field order) and 't' | 299 | values for parameters 'm' (Galois field order) and 't' |
| @@ -329,7 +329,7 @@ config BCH_CONST_T | |||
| 329 | # Textsearch support is select'ed if needed | 329 | # Textsearch support is select'ed if needed |
| 330 | # | 330 | # |
| 331 | config TEXTSEARCH | 331 | config TEXTSEARCH |
| 332 | boolean | 332 | bool |
| 333 | 333 | ||
| 334 | config TEXTSEARCH_KMP | 334 | config TEXTSEARCH_KMP |
| 335 | tristate | 335 | tristate |
| @@ -341,10 +341,10 @@ config TEXTSEARCH_FSM | |||
| 341 | tristate | 341 | tristate |
| 342 | 342 | ||
| 343 | config BTREE | 343 | config BTREE |
| 344 | boolean | 344 | bool |
| 345 | 345 | ||
| 346 | config INTERVAL_TREE | 346 | config INTERVAL_TREE |
| 347 | boolean | 347 | bool |
| 348 | help | 348 | help |
| 349 | Simple, embeddable, interval-tree. Can find the start of an | 349 | Simple, embeddable, interval-tree. Can find the start of an |
| 350 | overlapping range in log(n) time and then iterate over all | 350 | overlapping range in log(n) time and then iterate over all |
| @@ -372,18 +372,18 @@ config ASSOCIATIVE_ARRAY | |||
| 372 | for more information. | 372 | for more information. |
| 373 | 373 | ||
| 374 | config HAS_IOMEM | 374 | config HAS_IOMEM |
| 375 | boolean | 375 | bool |
| 376 | depends on !NO_IOMEM | 376 | depends on !NO_IOMEM |
| 377 | select GENERIC_IO | 377 | select GENERIC_IO |
| 378 | default y | 378 | default y |
| 379 | 379 | ||
| 380 | config HAS_IOPORT_MAP | 380 | config HAS_IOPORT_MAP |
| 381 | boolean | 381 | bool |
| 382 | depends on HAS_IOMEM && !NO_IOPORT_MAP | 382 | depends on HAS_IOMEM && !NO_IOPORT_MAP |
| 383 | default y | 383 | default y |
| 384 | 384 | ||
| 385 | config HAS_DMA | 385 | config HAS_DMA |
| 386 | boolean | 386 | bool |
| 387 | depends on !NO_DMA | 387 | depends on !NO_DMA |
| 388 | default y | 388 | default y |
| 389 | 389 | ||
