Re: [PATCH 06/12] Initial omap3 Kconfig fragment

2011-03-09 Thread John Stultz
On Wed, 2011-03-09 at 09:48 +0100, Arnd Bergmann wrote: > On Wednesday 09 March 2011 03:32:40 John Stultz wrote: > > + > > + > > +source "Kconfig.distro" > > + > > I think we want something more flexible than sourcing > a global Kconfig.distro from the board file. > > First of all, we want at lea

Re: [PATCH 06/12] Initial omap3 Kconfig fragment

2011-03-09 Thread Arnd Bergmann
On Wednesday 09 March 2011 03:32:40 John Stultz wrote: > + > + > +source "Kconfig.distro" > + I think we want something more flexible than sourcing a global Kconfig.distro from the board file. First of all, we want at least three levels, as Amit mentioned: distro, arch, board. I can think of at l

[PATCH 06/12] Initial omap3 Kconfig fragment

2011-03-08 Thread John Stultz
CC: Jason Hui CC: patc...@linaro.org Signed-off-by: John Stultz --- arch/arm/configs/Kconfig.omap3 | 141 1 files changed, 141 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/Kconfig.omap3 diff --git a/arch/arm/configs/Kconfig.omap3 b