based on the output from grep:

$ grep -r HAS_OMAP_NAND *
arch/arm/mach-omap/Kconfig:     select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig:     select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig:     select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig:     select HAS_OMAP_NAND
arch/arm/mach-omap/Kconfig:config HAS_OMAP_NAND
arch/arm/configs/phycard_a_l1_defconfig:CONFIG_HAS_OMAP_NAND=y
$

i'm not sure of the purpose of that Kconfig option.  if nothing in the
source tree tests it, what value does it have?  the definition of that
option is simply:

config HAS_OMAP_NAND
        bool

am i missing something subtle?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to