summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/realview-smp_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: realview: delete realview-smp_defconfigLinus Walleij2016-02-091-105/+0Star
| | | | | | | We enabled SMP in the realview_defconfig so delete the SMP-specific defconfig. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: realview: select apropriate targetsLinus Walleij2015-12-181-0/+9
| | | | | | | | | | Now that we have multiplatform support, let the RealView defconfigs select all the RealView boards so we boot out of the box like before. This updates both defconfigs. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: realview: add generic config optionsLinus Walleij2015-12-151-1/+8
| | | | | | | | | | | | | | | | This adds a few features that are available on some or all of the RealView but never made it into the SMP defconfig file: - Full tickless idle - High resolution timers - Perf events and HW perf events from the PMU - MTD AFS partition handling - MTD ROM partition handling - USB and ISP1760 USB driver Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: realview: update SMP defconfigLinus Walleij2015-12-151-17/+3Star
| | | | | | | | This updates the RealView SMP defconfig with the latest Kconfig structure. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: plat-versatile: update defconfigs for Versatile LEDsLinus Walleij2014-03-281-0/+2
| | | | | | | | | | | | | As we moved the Versatile LEDs to the LEDs subsystem and made it a module, the config options are no more default-selected. Make sure all users still experience LEDs properly by updating all RealView and Versatile defconfigs. Cc: Bryan Wu <cooloney@gmail.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Russell King <linux@arm.linux.org.uk> Cc: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: 6903/1: Realview: Use physmap driver instead of integrator-flashMarc Zyngier2011-05-201-1/+1
| | | | | | | | | Tested on a PB11-MPCore. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 6369/1: Update RealView SMP defconfigLinus Walleij2010-10-081-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>
* ARM: reduce defconfigsUwe Kleine-König2010-06-101-1005/+0Star
| | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM: Kill CONFIG_CPU_32Russell King2009-12-181-1/+0Star
| | | | | | | | 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>
* 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-smp_defconfig file to a newer kernelCatalin Marinas2008-12-011-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>
* [ARM] dyntick: Remove obsolete and unused ARM dyntick supportRussell King2008-05-121-1/+0Star
| | | | | | | | | 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/+0Star
| | | | | | | | 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] Add realview SMP default configurationRussell King2006-10-281-0/+994
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>