aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/configs/atngw100mkii_evklcd100_defconfig
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2010-12-09 02:54:55 -0500
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2011-01-13 14:40:57 -0500
commit12be8e71bf17d403b8f7866a3581ef34b77ea16f (patch)
tree4b98231705bb46d21fac60751ca3e2392663d154 /arch/avr32/configs/atngw100mkii_evklcd100_defconfig
parent36b471e047a77eaf3ec8e693bd9d8291c4dfd864 (diff)
avr32: disable kprobes for all default configurations
This patch will disable kprobes for all the default AVR32 board configurations. This works around a regression in kprobes which seems to be related to AVR32 is now lacking the struct kprobe_ctlblk. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'arch/avr32/configs/atngw100mkii_evklcd100_defconfig')
-rw-r--r--arch/avr32/configs/atngw100mkii_evklcd100_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig
index f8437ef3237f..93fee4ac3748 100644
--- a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig
+++ b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig
@@ -12,7 +12,7 @@ CONFIG_BLK_DEV_INITRD=y
12# CONFIG_COMPAT_BRK is not set 12# CONFIG_COMPAT_BRK is not set
13CONFIG_PROFILING=y 13CONFIG_PROFILING=y
14CONFIG_OPROFILE=m 14CONFIG_OPROFILE=m
15CONFIG_KPROBES=y 15# CONFIG_KPROBES is not set
16CONFIG_MODULES=y 16CONFIG_MODULES=y
17CONFIG_MODULE_UNLOAD=y 17CONFIG_MODULE_UNLOAD=y
18CONFIG_MODULE_FORCE_UNLOAD=y 18CONFIG_MODULE_FORCE_UNLOAD=y