diff options
author | Michal Simek <monstr@monstr.eu> | 2009-11-16 03:09:47 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:40:09 -0500 |
commit | fb5a32dc1ad7d6378363ad2eb7262edb5fba10f8 (patch) | |
tree | 606ed1ad5c6c588328f851e034a487efa7d8026f /arch/microblaze/Kconfig | |
parent | bf2d809668907c69b554459764b36584e4d57e4a (diff) |
microblaze: preliminary enabling for LATENCYTOP support in Kconfig
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 5ba4dcd56cad..57eeaa60ca69 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -63,6 +63,9 @@ config STACKTRACE_SUPPORT | |||
63 | config LOCKDEP_SUPPORT | 63 | config LOCKDEP_SUPPORT |
64 | def_bool y | 64 | def_bool y |
65 | 65 | ||
66 | config HAVE_LATENCYTOP_SUPPORT | ||
67 | def_bool y | ||
68 | |||
66 | config PCI | 69 | config PCI |
67 | def_bool n | 70 | def_bool n |
68 | 71 | ||