X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2FKconfig;h=bb94c1ba616a4213bc11521adef4310387032353;hb=d1494ba8c38b5afd3c9e219bbaeb7d90ff6cd2ec;hp=8269d56dcdaa38a2af895777bfb1a2d873df5f84;hpb=720d85075b7ed3617de8ca8d9097390e303e9f60;p=~andy%2Flinux diff --git a/lib/Kconfig b/lib/Kconfig index 8269d56dcda..bb94c1ba616 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -340,6 +340,9 @@ config NLATTR config GENERIC_ATOMIC64 bool +config ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE + def_bool y if GENERIC_ATOMIC64 + config LRU_CACHE tristate @@ -387,4 +390,10 @@ config SIGNATURE Digital signature verification. Currently only RSA is supported. Implementation is done using GnuPG MPI library +# +# libfdt files, only selected if needed. +# +config LIBFDT + bool + endmenu