On Wed, Feb 2, 2011 at 9:53 AM, Sughosh Ganu <[email protected]>wrote:
> The omapl-138 based hawkboard comes with a 128MiB Nand Flash. Add > support for the same. > > Signed-off-by: Sughosh Ganu <[email protected]> > --- > arch/arm/mach-davinci/Kconfig | 10 +++ > arch/arm/mach-davinci/board-omapl138-hawk.c | 95 > +++++++++++++++++++++++++++ > 2 files changed, 105 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig > index 32f1479..e13b7e0 100644 > --- a/arch/arm/mach-davinci/Kconfig > +++ b/arch/arm/mach-davinci/Kconfig > @@ -213,6 +213,16 @@ config MACH_MITYOMAPL138 > config MACH_OMAPL138_HAWKBOARD > bool "TI AM1808 / OMAPL-138 Hawkboard platform" > depends on ARCH_DAVINCI_DA850 > + select MTD > + select MTD_PARTITIONS > + select MTD_CHAR > + select MTD_BLKDEVS > + select MTD_BLOCK > + select MTD_PHYSMAP > + select MTD_CFI > I don't think CFI is necessary for NAND? - Juha -- Duck tape is like the force, it has a light side and a dark side and it holds the universe together.
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
