/*
|
* drivers/video/sunxi/bootGUI/boot_gui_config.h
|
*
|
* Copyright (c) 2007-2019 Allwinnertech Co., Ltd.
|
* Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
|
*
|
* This software is licensed under the terms of the GNU General Public
|
* License version 2, as published by the Free Software Foundation, and
|
* may be copied, distributed, and modified under those terms.
|
*
|
* This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
*
|
*/
|
#ifndef __BOOT_GUI_CONFIG_H__
|
#define __BOOT_GUI_CONFIG_H__
|
|
#ifndef FRAMEBUFFER_NUM
|
#define FRAMEBUFFER_NUM (0x01)
|
#endif
|
|
#ifndef DISP_DEV_NUM
|
#define DISP_DEV_NUM (0x04)
|
#endif
|
|
#ifndef HPD_DETECT_COUNT0
|
#define HPD_DETECT_COUNT0 (5)
|
#endif
|
|
#ifndef HPD_DETECT_COUNT1
|
#define HPD_DETECT_COUNT1 (5)
|
#endif
|
|
#endif /* #ifndef __BOOT_GUI_CONFIG_H__ */
|