diff options
| author | Dirk Eibach <[email protected]> | 2015-10-28 11:46:35 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-12 18:04:10 -0500 |
| commit | 7ed45d3d0a1deec19dd44d3590b779fc128ced8c (patch) | |
| tree | 572406355d0bc559145dbf5dd36d439f63de16b0 /configs | |
| parent | b847f5b622e3d2e98a0164753c2890843bc0d93e (diff) | |
hrcon: Add support for the DH variant
hrcon DH(dual head) has two video outputs per FPGA.
Signed-off-by: Dirk Eibach <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/hrcon_dh_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/hrcon_dh_defconfig b/configs/hrcon_dh_defconfig new file mode 100644 index 00000000000..a059dd9f8dd --- /dev/null +++ b/configs/hrcon_dh_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="HRCON_DH" + +CONFIG_PPC=y +CONFIG_MPC83xx=y +CONFIG_TARGET_HRCON=y |
