diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:07 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:07:36 -0200 |
commit | 7fe3f5aae7447451b12a9c4fe4dbbf94a8650d96 (patch) | |
tree | 0c459b7a22fa49967aa935c6e595047073815af3 | |
parent | 24be3bf0808503b4a590d96600407bdd92b36da6 (diff) | |
download | meta-fsl-arm-7fe3f5aae7447451b12a9c4fe4dbbf94a8650d96.tar.gz |
formfacor: Add generic machconfig formfactors for i.MX 6UltraLite and 7Dual
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/formfactor/formfactor/mx6ul/machconfig | 11 | ||||
-rw-r--r-- | recipes-bsp/formfactor/formfactor/mx7/machconfig | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes-bsp/formfactor/formfactor/mx6ul/machconfig b/recipes-bsp/formfactor/formfactor/mx6ul/machconfig new file mode 100644 index 0000000..e3b99b7 --- /dev/null +++ b/recipes-bsp/formfactor/formfactor/mx6ul/machconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | # Display options | ||
2 | HAVE_TOUCHSCREEN=1 | ||
3 | HAVE_KEYBOARD=0 | ||
4 | |||
5 | #DISPLAY_CAN_ROTATE=0 | ||
6 | #DISPLAY_ORIENTATION=0 | ||
7 | #DISPLAY_WIDTH_PIXELS=1024 | ||
8 | #DISPLAY_HEIGHT_PIXELS=720 | ||
9 | #DISPLAY_BPP=16 | ||
10 | #DISPLAY_DPI=150 | ||
11 | #DISPLAY_SUBPIXEL_ORDER=vrgb | ||
diff --git a/recipes-bsp/formfactor/formfactor/mx7/machconfig b/recipes-bsp/formfactor/formfactor/mx7/machconfig new file mode 100644 index 0000000..e3b99b7 --- /dev/null +++ b/recipes-bsp/formfactor/formfactor/mx7/machconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | # Display options | ||
2 | HAVE_TOUCHSCREEN=1 | ||
3 | HAVE_KEYBOARD=0 | ||
4 | |||
5 | #DISPLAY_CAN_ROTATE=0 | ||
6 | #DISPLAY_ORIENTATION=0 | ||
7 | #DISPLAY_WIDTH_PIXELS=1024 | ||
8 | #DISPLAY_HEIGHT_PIXELS=720 | ||
9 | #DISPLAY_BPP=16 | ||
10 | #DISPLAY_DPI=150 | ||
11 | #DISPLAY_SUBPIXEL_ORDER=vrgb | ||