[PATCH 3/3] ARM: Kirkwood: add DT boards to defconfig
Jason Cooper
jason at lakedaemon.net
Sat Aug 11 12:47:45 EDT 2012
On Sat, Aug 11, 2012 at 08:21:11AM +0200, Andrew Lunn wrote:
> On Sat, Aug 11, 2012 at 02:39:47AM +0000, Jason Cooper wrote:
> > Also, disable DEBUG_KERNEL, enable SERIAL_OF_PLATFORM, and enable EMBEDDED
>
> Why disable DEBUG_KERNEL. Most of the other defconfig files have it
> enabled.
I usually get burned on desktop kernels with ~90MB initrds filling up my
/boot partition, so I'm in the habit of disabling it. It appears the
convention is to enable it for defconfigs (86 of 129 in v3.6-rc1), so
I'll re-enable it.
> >
> > Signed-off-by: Jason Cooper <jason at lakedaemon.net>
> > ---
> > arch/arm/configs/kirkwood_defconfig | 12 +++++++++++-
> > 1 files changed, 11 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig
> > index 5a494a3..0865d2e 100644
> > --- a/arch/arm/configs/kirkwood_defconfig
> > +++ b/arch/arm/configs/kirkwood_defconfig
> > @@ -3,6 +3,9 @@ CONFIG_SYSVIPC=y
> > CONFIG_NO_HZ=y
> > CONFIG_HIGH_RES_TIMERS=y
> > CONFIG_LOG_BUF_SHIFT=19
> > +CONFIG_NAMESPACES=y
> > +CONFIG_BLK_DEV_INITRD=y
>
> Do we need these two as well? Namespaces seems a bit unusual for a
> tiny embedded device.
initrd is another thing I do out of habit. I tend to use an initrd that
drops to a shell for testing.
I'll disable both. Time for v2.
thx,
Jason.
More information about the linux-arm-kernel
mailing list