diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-10-16 01:01:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 14:21:31 -0400 |
commit | 9ba16087d9f996a93ab6f4453a52a4b24bc1f25c (patch) | |
tree | 98a292c556b646aec40ce137b1ec689b3469f120 /arch/ia64/Kconfig | |
parent | a25d644fc0e232f242d1f3baa63c149c42536ff0 (diff) |
Kconfig: eliminate "def_bool n" constructs
Using "def_bool n" is pointless, simply using bool here appears more
appropriate.
Further, retaining such options that don't have a prompt and aren't
selected by anything seems also at least questionable.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 48e496fe1e75..3b7aa38254a8 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -60,14 +60,6 @@ config RWSEM_XCHGADD_ALGORITHM | |||
60 | bool | 60 | bool |
61 | default y | 61 | default y |
62 | 62 | ||
63 | config ARCH_HAS_ILOG2_U32 | ||
64 | bool | ||
65 | default n | ||
66 | |||
67 | config ARCH_HAS_ILOG2_U64 | ||
68 | bool | ||
69 | default n | ||
70 | |||
71 | config HUGETLB_PAGE_SIZE_VARIABLE | 63 | config HUGETLB_PAGE_SIZE_VARIABLE |
72 | bool | 64 | bool |
73 | depends on HUGETLB_PAGE | 65 | depends on HUGETLB_PAGE |