Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org> |
| 4 | * |
| 5 | * Configuration settings for the Allwinner A23 (sun8i) CPU |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __CONFIG_H |
| 9 | #define __CONFIG_H |
| 10 | |
| 11 | /* |
| 12 | * A23 specific configuration |
| 13 | */ |
Hans de Goede | 08fd147 | 2014-12-07 14:34:27 +0100 | [diff] [blame] | 14 | |
Tom Rini | 8850c5d | 2017-05-12 22:33:27 -0400 | [diff] [blame] | 15 | #ifdef CONFIG_USB_EHCI_HCD |
Hans de Goede | 0eccec4 | 2015-01-07 15:08:43 +0100 | [diff] [blame] | 16 | #define CONFIG_USB_EHCI_SUNXI |
Hans de Goede | 0eccec4 | 2015-01-07 15:08:43 +0100 | [diff] [blame] | 17 | #endif |
| 18 | |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 19 | /* |
| 20 | * Include common sunxi configuration where most the settings are |
| 21 | */ |
| 22 | #include <configs/sunxi-common.h> |
| 23 | |
| 24 | #endif /* __CONFIG_H */ |