diff options
-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 |