diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 20:49:46 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:52:04 +0200 |
commit | 6da55c3e8da88e8a7cb6452160776ad6706798ad (patch) | |
tree | f72d4f245ac1af7d28faf9d27ef514cbb224ca19 /arch/Kconfig | |
parent | 1f8ff037a871690c762d267d8a052529d3102fc9 (diff) |
x86: enable dyn_array support
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 0267babe5eb9..c1f9febb404f 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -103,3 +103,5 @@ config HAVE_CLK The <linux/clk.h> calls support software clock gating and thus are a key power management tool on many systems. +config HAVE_DYN_ARRAY + def_bool n |