blob: 1bf6b027a4cbc136c98f1ac6dac29c5b38945c9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Allwinner SoC support
#
# SoC support
options SOC_ALLWINNER_D1
device aw_ccu # Allwinner clock controller
device aw_gpio # Allwinner GPIO controller
device aw_sid # Allwinner Secure ID EFUSE
device aw_timer # Allwinner Timer
device aw_usbphy # Allwinner USB PHY
device aw_wdog # Allwinner Watchdog
device awg # Allwinner EMAC Gigabit Ethernet
device musb # Mentor Graphics USB OTG controller
files "../allwinner/files.allwinner"
|