summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2019-03-21 10:34:06 -0400
committerJeremy Cline <jcline@redhat.com>2019-03-21 10:34:06 -0400
commit03cb47494c67632be0f46032cffbd861126fa033 (patch)
tree27dab84dd635dc32f0c587a38c969e194a612d70
parent47ae8ce524c4c0565a7c531d7b32e3ee0b293b2e (diff)
downloadkernel-03cb47494c67632be0f46032cffbd861126fa033.tar.gz
kernel-03cb47494c67632be0f46032cffbd861126fa033.tar.xz
kernel-03cb47494c67632be0f46032cffbd861126fa033.zip
configs: remove CONFIG_SUN50I_A64_UNSTABLE_TIMER
The patch that added the Kconfig symbol SUN50I_A64_UNSTABLE_TIMER was dropped in commit 60a8ce36abae7 ("Raspberry Pi DT updates, Update AllWinner A64 timer errata workaround"). So it's safe to drop it from the configuration generation system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
-rw-r--r--configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER1
-rw-r--r--kernel-aarch64-debug.config1
-rw-r--r--kernel-aarch64.config1
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER b/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER
deleted file mode 100644
index 1bf3b8e41..000000000
--- a/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SUN50I_A64_UNSTABLE_TIMER=y
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index 2d9ed7040..4e0697c74 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -5986,7 +5986,6 @@ CONFIG_ST_UVIS25=m
CONFIG_ST_UVIS25_SPI=m
# CONFIG_SUN4I_EMAC is not set
CONFIG_SUN50I_A64_CCU=y
-CONFIG_SUN50I_A64_UNSTABLE_TIMER=y
CONFIG_SUN50I_DE2_BUS=y
CONFIG_SUN50I_ERRATUM_UNKNOWN1=y
CONFIG_SUN50I_H6_CCU=y
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 2e722ab88..94b587d34 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -5964,7 +5964,6 @@ CONFIG_ST_UVIS25=m
CONFIG_ST_UVIS25_SPI=m
# CONFIG_SUN4I_EMAC is not set
CONFIG_SUN50I_A64_CCU=y
-CONFIG_SUN50I_A64_UNSTABLE_TIMER=y
CONFIG_SUN50I_DE2_BUS=y
CONFIG_SUN50I_ERRATUM_UNKNOWN1=y
CONFIG_SUN50I_H6_CCU=y