Lines Matching refs:expansion
221 * Attach each gumstix(busheader)/overo expansion board devices.
262 * configure for GPIO pin and expansion boards.
322 /* Find out the default expansion */
334 gxio_config_expansion(const char *expansion)
347 if (expansion == NULL) {
348 printf("not specified 'expansion=' in the boot args.\n");
352 if (strncasecmp(gxioconflist[i].name, expansion,
356 printf("unknown expansion specified: %s\n", expansion);
362 * Now proceed to configure the default expansion if one was
369 printf("default expansion (%s) not found\n",
373 expansion = GXIO_DEFAULT_EXPANSION;
382 printf("configure %s expansion (%s)\n", toconfigure, expansion);