summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/realview_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* arm: update realview defconfigs to use smsc911xSteve Glendinning2009-04-021-2/+22
| | | | Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
* RealView: Update the realview_defconfig file to a newer kernelCatalin Marinas2008-12-011-239/+524
| | | | | | | | | | | | | | The original file was based on 2.6.14-rc2. Apart from the new symbols, the explicitly enabled features are AACI, MMC, AEABI, MACH_REALVIEW_PB1176 and MACH_REALVIEW_PB11MP. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
* [ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King2008-05-121-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>
* [ARM] Remove DEBUG_WAITQRussell King2006-11-301-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>
* [ARM] Remove CONFIG_ARCH_CAMELOT from defconfigsRussell King2006-01-091-1/+0
| | | | | | EPXA10DB has gone, no need to keep the symbol in the defconfigs. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Add Realview default configuration fileRussell King2005-11-031-0/+789
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>