From 690839d2c78445ef75f3b2050f7d7f7245e49666 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 27 Nov 2017 15:40:21 +0000 Subject: [PATCH] explicitly enable reset simple on ARM --- configs/base-generic/arm/CONFIG_RESET_SIMPLE | 1 + kernel-aarch64-debug.config | 1 + kernel-aarch64.config | 1 + kernel-armv7hl-debug.config | 1 + kernel-armv7hl-lpae-debug.config | 1 + kernel-armv7hl-lpae.config | 1 + kernel-armv7hl.config | 1 + 7 files changed, 7 insertions(+) create mode 100644 configs/base-generic/arm/CONFIG_RESET_SIMPLE diff --git a/configs/base-generic/arm/CONFIG_RESET_SIMPLE b/configs/base-generic/arm/CONFIG_RESET_SIMPLE new file mode 100644 index 000000000..663fbe2ec --- /dev/null +++ b/configs/base-generic/arm/CONFIG_RESET_SIMPLE @@ -0,0 +1 @@ +CONFIG_RESET_SIMPLE=y diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index b5f2dd4b8..7e1b3eb24 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -4474,6 +4474,7 @@ CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y CONFIG_RESET_HISI=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 168d8836c..20ae5f7f3 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -4452,6 +4452,7 @@ CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y CONFIG_RESET_HISI=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index acc0a2fab..4f4cce161 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -4811,6 +4811,7 @@ CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config index 2b8808be3..6779bfd1b 100644 --- a/kernel-armv7hl-lpae-debug.config +++ b/kernel-armv7hl-lpae-debug.config @@ -4519,6 +4519,7 @@ CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 463c8adc1..5bb5c3d29 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -4497,6 +4497,7 @@ CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index a35ac30a2..e20c0fd79 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -4789,6 +4789,7 @@ CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_GPIO=y # CONFIG_RESET_HSDK_V1 is not set +CONFIG_RESET_SIMPLE=y # CONFIG_RESET_TI_SCI is not set # CONFIG_RESET_TI_SYSCON is not set # CONFIG_RFD77402 is not set