Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Macpaul Lin | 00f892f | 2011-10-11 22:33:15 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2011 Andes Technology Corporation |
| 4 | * Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com) |
| 5 | * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com) |
Macpaul Lin | 00f892f | 2011-10-11 22:33:15 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _ASM_CONFIG_H_ |
| 9 | #define _ASM_CONFIG_H_ |
rick | 86132af | 2017-04-17 14:41:58 +0800 | [diff] [blame] | 10 | #define CONFIG_LMB |
Macpaul Lin | 00f892f | 2011-10-11 22:33:15 +0000 | [diff] [blame] | 11 | |
Macpaul Lin | 00f892f | 2011-10-11 22:33:15 +0000 | [diff] [blame] | 12 | #endif |