diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 23:49:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:52:04 -0400 |
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 | |||
103 | The <linux/clk.h> calls support software clock gating and | 103 | The <linux/clk.h> calls support software clock gating and |
104 | thus are a key power management tool on many systems. | 104 | thus are a key power management tool on many systems. |
105 | 105 | ||
106 | config HAVE_DYN_ARRAY | ||
107 | def_bool n | ||