From bb66780cb58daf33d55524a9b434e218a991507c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 15 Mar 2015 23:10:03 +0100 Subject: [PATCH] build: Document why some drivers are disabled This avoids confusion when looking at the build logs --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a9586aa..707f587 100644 --- a/configure.ac +++ b/configure.ac @@ -309,7 +309,7 @@ fi if test x$enable_upeke2 != xno ; then AC_MSG_NOTICE([** upeke2 driver enabled]) else - AC_MSG_NOTICE([ upeke2 driver disabled]) + AC_MSG_NOTICE([ upeke2 driver disabled (handled by upektc_img driver)]) fi if test x$enable_upektc != xno ; then AC_MSG_NOTICE([** upektc driver enabled]) @@ -334,7 +334,7 @@ fi if test x$enable_fdu2000 != xno ; then AC_MSG_NOTICE([** fdu2000 driver enabled]) else - AC_MSG_NOTICE([ fdu2000 driver disabled]) + AC_MSG_NOTICE([ fdu2000 driver disabled (not ported)]) fi if test x$enable_aes1610 != xno ; then AC_MSG_NOTICE([** aes1610 driver enabled])