diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-02-08 15:58:38 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-02-08 15:58:38 +0000 |
commit | 35b467828a88337de0416971b016ae26edb578c0 (patch) | |
tree | b47486758b9634510df7226889a3ab93809bb892 | |
parent | b7e098b42ca0f56ac843e50728b0289fcb7806a7 (diff) | |
download | kernel-35b467828a88337de0416971b016ae26edb578c0.tar.gz kernel-35b467828a88337de0416971b016ae26edb578c0.tar.xz kernel-35b467828a88337de0416971b016ae26edb578c0.zip |
POWER_RESET_IMX has been dropped
-rw-r--r-- | configs/fedora/generic/arm/armv7/armv7/CONFIG_POWER_RESET_IMX | 1 | ||||
-rw-r--r-- | kernel-armv7hl-debug.config | 1 | ||||
-rw-r--r-- | kernel-armv7hl.config | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/fedora/generic/arm/armv7/armv7/CONFIG_POWER_RESET_IMX b/configs/fedora/generic/arm/armv7/armv7/CONFIG_POWER_RESET_IMX deleted file mode 100644 index 25d1d5570..000000000 --- a/configs/fedora/generic/arm/armv7/armv7/CONFIG_POWER_RESET_IMX +++ /dev/null @@ -1 +0,0 @@ -CONFIG_POWER_RESET_IMX=y diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index f10f6d3e8..52ffea379 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -4515,7 +4515,6 @@ CONFIG_POWER_RESET_AS3722=y # CONFIG_POWER_RESET_BRCMSTB is not set CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_GPIO=y -CONFIG_POWER_RESET_IMX=y # CONFIG_POWER_RESET_LTC2952 is not set CONFIG_POWER_RESET_MSM=y # CONFIG_POWER_RESET_QNAP is not set diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index 72c250496..7666cd5dd 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -4492,7 +4492,6 @@ CONFIG_POWER_RESET_AS3722=y # CONFIG_POWER_RESET_BRCMSTB is not set CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_GPIO=y -CONFIG_POWER_RESET_IMX=y # CONFIG_POWER_RESET_LTC2952 is not set CONFIG_POWER_RESET_MSM=y # CONFIG_POWER_RESET_QNAP is not set |