aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/configs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-04-26perf: Remove PERF_COUNTERS config optionRobert Richter1-1/+1
Renaming remaining PERF_COUNTERS options into PERF_EVENTS. Think we can get rid of PERF_COUNTERS now. Signed-off-by: Robert Richter <robert.richter@amd.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1333643084-26776-5-git-send-email-robert.richter@amd.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
2010-08-14defconfig reductionSam Ravnborg2-2834/+0
Use the defconfig files generated by "make savedefconfig" for remaining defconfig files. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2010-08-09sparc64: Update defconfig.David S. Miller1-28/+39
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-26sparc64: Update defconfig.David S. Miller1-14/+35
Move from SLUB to SLAB, as this is what the world plans to align to, every distribution enables, and thus is what everyone actually is testing. Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03sparc64: Update defconfig.David S. Miller1-12/+16
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-03sparc: Update defconfigs.David S. Miller2-24/+66
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-20sparc64: Update defconfig.David S. Miller1-31/+100
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-12sparc32: Update defconfig.David S. Miller1-18/+69
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-16sparc: Update defconfigs.David S. Miller2-40/+55
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-18sparc64: Update defconfig.David S. Miller1-25/+34
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-18sparc32: Update defconfig.David S. Miller1-30/+44
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-16sparc64: Update defconfig.David S. Miller1-18/+45
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-04-17sparc32: Update defconfig.David S. Miller1-30/+68
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-04-17sparc64: Update defconfig.David S. Miller1-63/+119
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-26eeprom: More consistent symbol namesJean Delvare1-2/+2
Now that all EEPROM drivers live in the same place, let's harmonize their symbol names. Also fix eeprom's dependencies, it definitely needs sysfs, and is no longer experimental after many years in the kernel tree. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <dbrownell@users.sourceforge.net>
2009-01-08sparc: Update 32-bit defconfig.David S. Miller1-76/+214
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-02sparc: Update 64-bit defconfig.David S. Miller1-33/+72
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-04sparc,sparc64: unify MakefileSam Ravnborg2-0/+2647
To unify Makefile for sparc and sparc64 a few other steps was needed: 1) separate defconfig files for sparc and sparc64 is required, so locate these in arch/sparc/configs 2) removoval of hack in toplevel Makefile to deal with that headers was in a separate directory compared to the rest The unification of the Makefile required usage of several foo-$(CONFIG_SPARCnn) += due to a few directories pending unification. This will be cleaned up when we unify the remaining directories. Included in this patch are the deletion of a few files in sparc64 as they are no longer needed: Makefile + Kconfig. arch/sparc64/ will after this patch is applied only have four directories (prom, lib, kernel, boot) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>