diff options
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 8ade0a7a91e0..bb1326d3839c 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
| @@ -10,6 +10,9 @@ menu "Library routines" | |||
| 10 | config BITREVERSE | 10 | config BITREVERSE |
| 11 | tristate | 11 | tristate |
| 12 | 12 | ||
| 13 | config RATIONAL | ||
| 14 | boolean | ||
| 15 | |||
| 13 | config GENERIC_FIND_FIRST_BIT | 16 | config GENERIC_FIND_FIRST_BIT |
| 14 | bool | 17 | bool |
| 15 | 18 | ||
| @@ -191,4 +194,10 @@ config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | |||
| 191 | config NLATTR | 194 | config NLATTR |
| 192 | bool | 195 | bool |
| 193 | 196 | ||
| 197 | # | ||
| 198 | # Generic 64-bit atomic support is selected if needed | ||
| 199 | # | ||
| 200 | config GENERIC_ATOMIC64 | ||
| 201 | bool | ||
| 202 | |||
| 194 | endmenu | 203 | endmenu |
