X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=c9f587eca99c50195a4808792bb34faf1979b916;hp=b540819fe14d54ca08d62a8829e053f333d6d3d8;hb=9133420a3092b9d6ba44fdc4346e1b7027a5c3ac;hpb=d1f814a1e310b5c1e6b32d5bdbf7b7450c221325;ds=sidebyside diff --git a/configure.ac b/configure.ac index b540819..c9f587e 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,21 @@ AC_ARG_ENABLE( ) #AM_CONDITIONAL([ENABLE_BUSYBOX], [test "x$enable_busybox" = "xyes"]) +AC_ARG_ENABLE( + [mtd], + [AS_HELP_STRING( + [--enable-mtd], + [Add support for MTD devices on certain platforms [default=no]] + )], + [], + [enable_mtd=no] +) +AM_CONDITIONAL([ENABLE_MTD], [test "x$enable_mtd" = "xyes"]) +AS_IF([test "x$enable_mtd" = "xyes"], + [AC_DEFINE(MTD_SUPPORT, 1, [Enable MTD support])], + [] +) + AC_ARG_ENABLE( [ps3], [AS_HELP_STRING(