From 187097bc1722406fb62597df26308529fec6951e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 15:34:46 +0100 Subject: drm: allow picking output --- fbiconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fbiconfig.h') diff --git a/fbiconfig.h b/fbiconfig.h index 048735b..9a8c058 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -32,6 +32,7 @@ #define O_PCD_RES O_OPTIONS, "photocd-res" #define O_DEVICE O_OPTIONS, "device" +#define O_OUTPUT O_OPTIONS, "output" #define O_FONT O_OPTIONS, "font" #define O_VIDEO_MODE O_OPTIONS, "video-mode" -- cgit