]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/std.qca
ipq401x: flip on SMP for the ASUS AC1300
[FreeBSD/FreeBSD.git] / sys / arm / conf / std.qca
1 #
2 # QCA SoC support (32 bit)
3 #
4
5 machine         arm     armv7
6 cpu             CPU_CORTEXA
7 makeoptions     CONF_CFLAGS="-march=armv7a"
8
9 files           "../qualcomm/std.ipq4018"
10
11 # Serial (COM) ports
12 device          uart
13 device          uart_msm        # Qualcomm MSM UART driver
14
15 # Random
16 device          qcom_rnd
17
18 device          gic
19
20 # MMC/SD/SDIO Card slot support
21 device          mmc
22 device          sdhci
23
24 # Timers
25 device          generic_timer
26 device          mpcore_timer
27
28 # PSCI - SMC calls, needed for qualcomm SCM
29 device          psci
30
31 options         FDT
32
33 # Disable CP14 work in DDB as TZ won't let us by default
34 options         ARM_FORCE_DBG_MONITOR_DISABLE