2011-10-11 22:33:15 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2011 Andes Technology Corporation
|
|
|
|
* Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com)
|
|
|
|
* Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com)
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-10-11 22:33:15 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
|
|
#define _ASM_CONFIG_H_
|
2017-04-17 06:41:58 +00:00
|
|
|
#define CONFIG_LMB
|
2011-10-11 22:33:15 +00:00
|
|
|
|
|
|
|
#endif
|