summaryrefslogtreecommitdiffstats
path: root/arch/sh/configs/systemh_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* sh: mach-systemh: Kill off dead board.Paul Mundt2010-10-291-28/+0
| | | | | | | | | This code has been untouched since it was merged many years ago, and has severely bitrotted since, suggesting that the board has no real users left. Notice of intent to remove has been sent out over the last few years, with no takers. Kill it off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Set CONFIG_SYSFS_DEPRECATED_V2=nMatt Fleming2010-09-141-1/+0
| | | | | | | | | | As the help for the config option suggests, this option really shouldn't be set by default for any recent distribution as it changes the layout of sysfs. I spotted this while running debian when udev got very confused by the sysfs layout and failed to create some device nodes. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* defconfig reductionSam Ravnborg2010-08-141-677/+0
| | | | | | | Use the defconfig files generated by "make savedefconfig" for remaining defconfig files. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* sh: update defconfigs.Paul Mundt2010-05-181-8/+15
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs.Paul Mundt2010-01-041-12/+52
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs.Paul Mundt2009-09-251-14/+47
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: defconfig updates.Paul Mundt2009-06-181-41/+25
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs for PCI changes.Paul Mundt2009-04-271-6/+33
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs.Paul Mundt2009-04-021-16/+38
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs.Paul Mundt2009-01-211-19/+31
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: update defconfigs.Paul Mundt2008-10-221-270/+208
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: fix defconfigs for sh7751r boardsMagnus Damm2007-08-031-1/+1
| | | | | | | | | | | | | | | | | This patch fixes up the defconfig for various sh7751r based boards by updating them to the single cpu subtype CONFIG_CPU_SUBTYPE_SH7751R. The following sh4 boards are updated: hs7751rvoip, landisk, lboxre2, systemh, titan. The current defconfigs with two subtypes defined trigger a configuration bug which result in kernel configurations with missing board support code. We end up with kernels without board code and with generic machvec only. So we need this patch to make sure the board code gets compiled in. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: defconfig updates.Paul Mundt2006-10-031-118/+252
| | | | | | Sync up all of the defconfigs, and kill off a few old ones.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+509
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!