aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-03-03 21:16:48 -0500
committerDavid S. Miller <davem@davemloft.net>2015-03-03 21:16:48 -0500
commit71a83a6db6138b9d41d8a0b6b91cb59f6dc4742c (patch)
treef74b6e4e48257ec6ce40b95645ecb8533b9cc1f8 /lib/Kconfig
parentb97526f3ff95f92b107f0fb52cbb8627e395429b (diff)
parenta6c5170d1edea97c538c81e377e56c7b5c5b7e63 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/rocker/rocker.c The rocker commit was two overlapping changes, one to rename the ->vport member to ->pport, and another making the bitmask expression use '1ULL' instead of plain '1'. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig30
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
25config RATIONAL 25config RATIONAL
26 boolean 26 bool
27 27
28config GENERIC_STRNCPY_FROM_USER 28config 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
50config GENERIC_IO 50config GENERIC_IO
51 boolean 51 bool
52 default n 52 default n
53 53
54config STMP_DEVICE 54config STMP_DEVICE
55 bool 55 bool
56 56
57config PERCPU_RWSEM 57config PERCPU_RWSEM
58 boolean 58 bool
59 59
60config ARCH_USE_CMPXCHG_LOCKREF 60config 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#
268config GENERIC_ALLOCATOR 268config 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
277config REED_SOLOMON_ENC8 277config REED_SOLOMON_ENC8
278 boolean 278 bool
279 279
280config REED_SOLOMON_DEC8 280config REED_SOLOMON_DEC8
281 boolean 281 bool
282 282
283config REED_SOLOMON_ENC16 283config REED_SOLOMON_ENC16
284 boolean 284 bool
285 285
286config REED_SOLOMON_DEC16 286config 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
295config BCH_CONST_PARAMS 295config 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#
331config TEXTSEARCH 331config TEXTSEARCH
332 boolean 332 bool
333 333
334config TEXTSEARCH_KMP 334config TEXTSEARCH_KMP
335 tristate 335 tristate
@@ -341,10 +341,10 @@ config TEXTSEARCH_FSM
341 tristate 341 tristate
342 342
343config BTREE 343config BTREE
344 boolean 344 bool
345 345
346config INTERVAL_TREE 346config 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
374config HAS_IOMEM 374config 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
380config HAS_IOPORT_MAP 380config 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
385config HAS_DMA 385config HAS_DMA
386 boolean 386 bool
387 depends on !NO_DMA 387 depends on !NO_DMA
388 default y 388 default y
389 389