diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2016-06-02 09:05:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-06 13:39:13 -0400 |
commit | 1d2541ba32c0ab144c9307edd4a76606ad528ce0 (patch) | |
tree | 996005d8961a2d10079cbe581666463efd50821e /include/gdsys_fpga.h | |
parent | df3223f9f78a2d841c10fe5037f11bd28c03b6a5 (diff) |
strider: Support con-dp flavor
There is a new strider console flavor with DisplayPort
video.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r-- | include/gdsys_fpga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index 3b8762df66..e1b9c64626 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -163,7 +163,7 @@ struct ihs_fpga { }; #endif -#ifdef CONFIG_HRCON +#if defined(CONFIG_HRCON) || defined(CONFIG_STRIDER_CON_DP) struct ihs_fpga { u16 reflection_low; /* 0x0000 */ u16 versions; /* 0x0002 */ |