diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-02-05 11:39:39 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2015-02-05 11:39:39 +0000 |
commit | f311a65416e5528c5593a46e6d05d6962900c790 (patch) | |
tree | 4b0c1308ae3b03cade9c34b5b53f7978517e44b2 | |
parent | b4d91d777e178ce27981d49f7b51f531e12a12b5 (diff) | |
download | kernel-f311a65416e5528c5593a46e6d05d6962900c790.tar.gz kernel-f311a65416e5528c5593a46e6d05d6962900c790.tar.xz kernel-f311a65416e5528c5593a46e6d05d6962900c790.zip |
Allwinner A23 (sun8i) SoC
-rw-r--r-- | config-armv7-generic | 2 | ||||
-rw-r--r-- | kernel.spec | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index 2e9b33324..5be7d4be6 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -177,7 +177,7 @@ CONFIG_ARM_HIGHBANK_CPUFREQ=m # CONFIG_MACH_SUN5I is not set CONFIG_MACH_SUN6I=y CONFIG_MACH_SUN7I=y -# CONFIG_MACH_SUN8I is not set +CONFIG_MACH_SUN8I=y # CONFIG_MACH_SUN9I is not set CONFIG_DMA_SUN6I=m CONFIG_SUNXI_WATCHDOG=m diff --git a/kernel.spec b/kernel.spec index 1aa905f1a..1a685ce66 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2213,6 +2213,7 @@ fi # || || %changelog * Thu Feb 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> +- Allwinner A23 (sun8i) SoC - Move ARM usb platform options to arm-generic * Thu Feb 05 2015 Josh Boyer <jwboyer@fedoraproject.org> - 3.19.0-0.rc7.git2.1 |