diff options
author | andrew <andrew@FreeBSD.org> | 2016-02-25 12:17:41 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2016-02-25 12:17:41 +0000 |
commit | 3c08d1a5a9079a1d43c8c5eb47594b4fcaad3fff (patch) | |
tree | bace156dfae08a3b0c16d2013e94ec8bc9f5d11c /sys/conf/options.arm | |
parent | 8664f74f796f4217fedd62af6b3653c6091f73e4 (diff) | |
download | FreeBSD-src-3c08d1a5a9079a1d43c8c5eb47594b4fcaad3fff.zip FreeBSD-src-3c08d1a5a9079a1d43c8c5eb47594b4fcaad3fff.tar.gz |
Add the Allwinner A31 and A31s padconf support. It's currently unused, but
will be needed when we bring in further support for these SoCs.
Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Differential Revision: https://reviews.freebsd.org/D5340
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r-- | sys/conf/options.arm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm index 75c916e..a9e212f 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -40,6 +40,8 @@ PV_STATS opt_pmap.h QEMU_WORKAROUNDS opt_global.h SOC_ALLWINNER_A10 opt_global.h SOC_ALLWINNER_A20 opt_global.h +SOC_ALLWINNER_A31 opt_global.h +SOC_ALLWINNER_A31S opt_global.h SOC_BCM2835 opt_global.h SOC_BCM2836 opt_global.h SOC_IMX51 opt_global.h |