From: Arnd Bergmann <arnd@arndb.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
"Russell King - ARM Linux" <linux@arm.linux.org.uk>,
Daniel Walker <dwalker@codeaurora.org>,
Kevin Hilman <khilman@deeprootsystems.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Grant Likely <grant.likely@secretlab.ca>,
Eric Miao <eric.miao@canonical.com>,
linux-omap@vger.kernel.org, Nicolas Pitre <nico@fluxnic.net>
Subject: Re: ARM defconfig files
Date: Mon, 12 Jul 2010 22:31:16 +0200 [thread overview]
Message-ID: <201007122231.16283.arnd@arndb.de> (raw)
In-Reply-To: <20100712185029.GB14425@pengutronix.de>
On Monday 12 July 2010 20:50:29 Uwe Kleine-König wrote:
>
> [1] The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e:
>
> Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700)
>
> are available in the git repository at:
> git://git.pengutronix.de/git/ukl/linux-2.6.git arm/defconfig/reduced-v2.6.35-rc1
BTW, looking at the most common entries in there, I think we might at some
point want to change some of the defaults in the respective Kconfig files.
Right now an empty defconfig would result in a configuration without
file system, networking or modules:
sort arch/arm/configs/* | uniq -c | sort -n | tail -n 30
114 CONFIG_BLK_DEV_RAM=y
116 CONFIG_BLK_DEV_INITRD=y
116 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
117 CONFIG_NFS_FS=y
118 CONFIG_MTD_CHAR=y
119 CONFIG_INOTIFY=y
122 # CONFIG_BLK_DEV_BSG is not set
122 CONFIG_IP_PNP=y
123 # CONFIG_IPV6 is not set
123 CONFIG_MTD_BLOCK=y
125 CONFIG_FPE_NWFPE=y
127 CONFIG_NET_ETHERNET=y
128 CONFIG_LOG_BUF_SHIFT=14
128 CONFIG_MTD=y
131 CONFIG_PACKET=y
132 # CONFIG_INPUT_MOUSE is not set
133 CONFIG_DEBUG_KERNEL=y
134 CONFIG_EXT2_FS=y
138 CONFIG_MODULE_UNLOAD=y
139 CONFIG_TMPFS=y
142 CONFIG_NETDEVICES=y
147 CONFIG_ZBOOT_ROM_BSS=0x0
147 CONFIG_ZBOOT_ROM_TEXT=0x0
151 CONFIG_INET=y
151 CONFIG_UNIX=y
153 CONFIG_NET=y
156 # CONFIG_VGA_CONSOLE is not set
158 CONFIG_MODULES=y
164 CONFIG_SYSVIPC=y
174 CONFIG_EXPERIMENTAL=y
Also, some of the defconfigs contain stuff that arguably does not belong
into a defconfig and could be removed in the next merge window, e.g.
ezx_defconfig:CONFIG_LOCALVERSION="-ezx200910312315"
pnx4008_defconfig:CONFIG_DECNET=m
at572d940hfek_defconfig:CONFIG_SGI_PARTITION=y
Arnd
next prev parent reply other threads:[~2010-07-12 20:32 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100603074548.GA12104@flint.arm.linux.org.uk>
2010-06-03 14:48 ` ARM defconfig files Linus Torvalds
2010-06-03 16:46 ` Tony Lindgren
2010-06-03 18:13 ` Russell King
2010-06-03 21:33 ` Tony Lindgren
2010-06-03 22:45 ` Nicolas Pitre
2010-06-04 4:59 ` Tony Lindgren
2010-06-04 0:23 ` Kevin Hilman
2010-06-04 4:53 ` Tony Lindgren
2010-06-04 1:02 ` Benjamin Herrenschmidt
2010-06-04 5:29 ` Tony Lindgren
2010-06-04 6:30 ` Geert Uytterhoeven
2010-06-04 6:53 ` Geert Uytterhoeven
2010-06-04 8:52 ` Benjamin Herrenschmidt
2010-06-03 16:53 ` Daniel Walker
2010-06-08 15:30 ` Catalin Marinas
2010-06-08 16:37 ` Daniel Walker
2010-06-03 18:10 ` Russell King
2010-06-03 18:18 ` Linus Torvalds
2010-06-03 18:53 ` Russell King
2010-06-03 18:56 ` Linus Torvalds
2010-06-03 19:20 ` Russell King
2010-06-03 19:35 ` Daniel Walker
2010-06-03 19:45 ` Russell King
2010-06-03 19:49 ` Daniel Walker
2010-06-03 19:57 ` Russell King
2010-06-03 20:06 ` Daniel Walker
2010-06-03 20:18 ` Russell King
2010-06-03 20:20 ` Nicolas Pitre
2010-06-04 1:06 ` Benjamin Herrenschmidt
2010-06-03 20:09 ` Linus Torvalds
2010-06-03 20:31 ` Linus Torvalds
2010-06-03 21:17 ` Tony Lindgren
2010-06-03 22:15 ` Grant Likely
2010-06-04 5:18 ` Felipe Balbi
2010-06-04 11:31 ` Catalin Marinas
2010-06-03 22:24 ` Daniel Walker
2010-06-05 14:12 ` Felipe Contreras
2010-06-05 14:39 ` Linus Torvalds
2010-06-05 16:39 ` Felipe Contreras
2010-06-03 21:48 ` Daniel Walker
2010-06-04 0:36 ` Paul Mackerras
2010-06-04 12:39 ` Grant Likely
2010-06-05 13:47 ` Felipe Contreras
2010-06-03 20:34 ` Nicolas Pitre
2010-06-03 20:05 ` Linus Torvalds
2010-06-06 3:28 ` david
2010-06-03 18:20 ` Daniel Walker
2010-06-03 18:21 ` Linus Torvalds
2010-06-03 18:30 ` Al Viro
2010-06-03 19:26 ` Paul Mundt
2010-06-14 8:32 ` Uwe Kleine-König
2010-06-30 10:40 ` Uwe Kleine-König
2010-07-12 15:55 ` Uwe Kleine-König
2010-07-12 16:51 ` Linus Torvalds
2010-07-12 17:32 ` Russell King - ARM Linux
2010-07-12 17:40 ` Linus Torvalds
2010-07-12 18:50 ` Uwe Kleine-König
2010-07-12 19:04 ` Linus Torvalds
2010-07-12 19:17 ` Nicolas Pitre
2010-07-12 19:34 ` Linus Torvalds
2010-07-12 19:50 ` Grant Likely
2010-07-13 7:07 ` Uwe Kleine-König
2010-07-13 8:07 ` optimized script [Was: ARM defconfig files] Uwe Kleine-König
2010-07-13 18:04 ` Olof Johansson
2010-07-13 23:39 ` Nicolas Pitre
2010-07-13 18:32 ` ARM defconfig files Grant Likely
2010-07-12 19:59 ` Uwe Kleine-König
2010-07-12 20:14 ` Nicolas Pitre
2010-07-12 19:09 ` Nicolas Pitre
2010-07-12 20:31 ` Arnd Bergmann [this message]
2010-07-12 20:50 ` Nicolas Pitre
2010-07-12 23:05 ` David Brown
2010-07-12 23:18 ` Linus Torvalds
2010-07-12 23:34 ` David Brown
2010-07-13 0:55 ` Nicolas Pitre
2010-07-14 9:13 ` Felipe Contreras
2010-07-14 13:20 ` Uwe Kleine-König
2010-07-14 17:37 ` Tony Luck
2010-07-13 18:32 ` Rob Landley
2010-07-12 20:06 ` Russell King - ARM Linux
2010-07-12 20:29 ` Nicolas Pitre
2010-07-12 21:54 ` Linus Torvalds
2010-07-14 9:21 ` Felipe Contreras
2010-06-03 18:41 ` Russell King
2010-06-03 18:53 ` Linus Torvalds
2010-06-06 3:53 ` david
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201007122231.16283.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=dwalker@codeaurora.org \
--cc=eric.miao@canonical.com \
--cc=grant.likely@secretlab.ca \
--cc=khilman@deeprootsystems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nico@fluxnic.net \
--cc=torvalds@linux-foundation.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox