aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/realview-smp_defconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-10-08ARM: 6369/1: Update RealView SMP defconfigLinus Walleij1-2/+13
This patches the condensed RealView SMP defconfig activating the same 2.6.36 features mentioned in the vanilla RealView defconfig patch submitted earlier. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-06-10ARM: reduce defconfigsUwe Kleine-König1-1005/+0
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2009-12-18ARM: Kill CONFIG_CPU_32Russell King1-1/+0
26-bit ARM support was removed a long time ago, and this symbol has been defined to be 'y' ever since. As it's never disabled anymore, we can kill it without any side effects. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2009-04-02arm: update realview defconfigs to use smsc911xSteve Glendinning1-2/+22
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
2008-12-01RealView: Update the realview-smp_defconfig file to a newer kernelCatalin Marinas1-317/+401
The original file was based on 2.6.19-rc3. Apart from the new symbols, the explicitly enabled eatures are AEABI, REALVIEW_HIGH_PHYS_OFFSET and MACH_REALVIEW_PB11MP. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2008-05-12[ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King1-1/+0
dyntick is superseded by the clocksource/clockevent infrastructure, using the NO_HZ configuration option. No one implements dyntick on ARM anymore, so it's pointless keeping it around. Remove dyntick support. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-11-30[ARM] Remove DEBUG_WAITQRussell King1-1/+0
DEBUG_WAITQ appears to have been removed by others, but no one removed the configuration option from ARM. Remote it from both Kconfig.debug and all default configurations. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-10-28[ARM] Add realview SMP default configurationRussell King1-0/+994
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>