linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 05/46] powerpc/configs: Drop no longer needed CONFIG_DEVKMEM
Date: Wed, 23 Aug 2017 15:37:25 +1000	[thread overview]
Message-ID: <1503466686-10932-6-git-send-email-mpe@ellerman.id.au> (raw)
In-Reply-To: <1503466686-10932-1-git-send-email-mpe@ellerman.id.au>

Since commit e334cd69fa65 ("Move CONFIG_DEVKMEM default to n") we no
longer need to set CONFIG_DEVKMEM in our defconfigs.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/configs/40x/klondike_defconfig     | 1 -
 arch/powerpc/configs/83xx/kmeter1_defconfig     | 1 -
 arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | 1 -
 arch/powerpc/configs/gamecube_defconfig         | 1 -
 arch/powerpc/configs/mpc512x_defconfig          | 1 -
 arch/powerpc/configs/ppc6xx_defconfig           | 1 -
 arch/powerpc/configs/wii_defconfig              | 1 -
 7 files changed, 7 deletions(-)

diff --git a/arch/powerpc/configs/40x/klondike_defconfig b/arch/powerpc/configs/40x/klondike_defconfig
index 28adb782ec51..caab658d1da1 100644
--- a/arch/powerpc/configs/40x/klondike_defconfig
+++ b/arch/powerpc/configs/40x/klondike_defconfig
@@ -26,7 +26,6 @@ CONFIG_SCSI_SAS_ATTRS=y
 # CONFIG_VT is not set
 # CONFIG_UNIX98_PTYS is not set
 # CONFIG_LEGACY_PTYS is not set
-# CONFIG_DEVKMEM is not set
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
 # CONFIG_USB_SUPPORT is not set
diff --git a/arch/powerpc/configs/83xx/kmeter1_defconfig b/arch/powerpc/configs/83xx/kmeter1_defconfig
index 9547dcdd6489..d21b5cb365f2 100644
--- a/arch/powerpc/configs/83xx/kmeter1_defconfig
+++ b/arch/powerpc/configs/83xx/kmeter1_defconfig
@@ -55,7 +55,6 @@ CONFIG_HDLC=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
-# CONFIG_DEVKMEM is not set
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_HW_RANDOM=y
diff --git a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
index a5986208248b..141fe30737f6 100644
--- a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
+++ b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
@@ -42,7 +42,6 @@ CONFIG_BROADCOM_PHY=y
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set
-# CONFIG_DEVKMEM is not set
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_QE=y
diff --git a/arch/powerpc/configs/gamecube_defconfig b/arch/powerpc/configs/gamecube_defconfig
index c0eec4a5df4e..b877a6b660a1 100644
--- a/arch/powerpc/configs/gamecube_defconfig
+++ b/arch/powerpc/configs/gamecube_defconfig
@@ -54,7 +54,6 @@ CONFIG_INPUT_JOYSTICK=y
 # CONFIG_SERIO_I8042 is not set
 # CONFIG_SERIO_SERPORT is not set
 CONFIG_LEGACY_PTY_COUNT=64
-# CONFIG_DEVKMEM is not set
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
 CONFIG_FB=y
diff --git a/arch/powerpc/configs/mpc512x_defconfig b/arch/powerpc/configs/mpc512x_defconfig
index dbb61ded3849..731c5ab16d47 100644
--- a/arch/powerpc/configs/mpc512x_defconfig
+++ b/arch/powerpc/configs/mpc512x_defconfig
@@ -79,7 +79,6 @@ CONFIG_VITESSE_PHY=y
 CONFIG_FIXED_PHY=y
 # CONFIG_WLAN is not set
 CONFIG_INPUT_EVDEV=y
-# CONFIG_DEVKMEM is not set
 CONFIG_SERIAL_MPC52xx=y
 CONFIG_SERIAL_MPC52xx_CONSOLE=y
 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig
index c55b7016326c..5d8fa80d7add 100644
--- a/arch/powerpc/configs/ppc6xx_defconfig
+++ b/arch/powerpc/configs/ppc6xx_defconfig
@@ -645,7 +645,6 @@ CONFIG_SYNCLINKMP=m
 CONFIG_SYNCLINK_GT=m
 CONFIG_NOZOMI=m
 CONFIG_N_HDLC=m
-# CONFIG_DEVKMEM is not set
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_CS=m
diff --git a/arch/powerpc/configs/wii_defconfig b/arch/powerpc/configs/wii_defconfig
index 600e71c1125b..aef41b17a8bc 100644
--- a/arch/powerpc/configs/wii_defconfig
+++ b/arch/powerpc/configs/wii_defconfig
@@ -65,7 +65,6 @@ CONFIG_INPUT_UINPUT=y
 # CONFIG_SERIO_I8042 is not set
 # CONFIG_SERIO_SERPORT is not set
 CONFIG_LEGACY_PTY_COUNT=64
-# CONFIG_DEVKMEM is not set
 # CONFIG_HW_RANDOM is not set
 CONFIG_NVRAM=y
 CONFIG_I2C=y
-- 
2.7.4

  parent reply	other threads:[~2017-08-23  5:38 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23  5:37 [PATCH 00/46] Update powerpc defconfigs Michael Ellerman
2017-08-23  5:37 ` [PATCH 01/46] powerpc/configs: Update for symbol movement only Michael Ellerman
2017-08-31 11:36   ` [01/46] " Michael Ellerman
2017-08-23  5:37 ` [PATCH 02/46] powerpc/configs: Drop unneeded CONFIG_CRYPTO_ANSI_CPRNG Michael Ellerman
2017-08-23  5:37 ` [PATCH 03/46] powerpc/configs: Explicitly drop CONFIG_INPUT_MOUSEDEV Michael Ellerman
2017-08-23  5:37 ` [PATCH 04/46] powerpc/configs: Drop no longer needed CONFIG_FHANDLE Michael Ellerman
2017-08-23  5:37 ` Michael Ellerman [this message]
2017-08-23  5:37 ` [PATCH 06/46] powerpc/configs: Update for CONFIG_DEBUG_FS being selected via CONFIG_RCU_TRACE Michael Ellerman
2017-08-23  5:37 ` [PATCH 07/46] powerpc/configs: Update for CONFIG_FIXED_PHY being selected by CONFIG_OF_MDIO Michael Ellerman
2017-08-23  5:37 ` [PATCH 08/46] powerpc/configs: Update for CONFIG_NF_CT_PROTO_(SCTP|UDPLITE)=y Michael Ellerman
2017-08-23  5:37 ` [PATCH 09/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_DEV_VMX_ENCRYPT Michael Ellerman
2017-08-23  5:37 ` [PATCH 10/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_HMAC Michael Ellerman
2017-08-23  5:37 ` [PATCH 11/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_ECB Michael Ellerman
2017-08-23  5:37 ` [PATCH 12/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_SHA256 Michael Ellerman
2017-08-23  5:37 ` [PATCH 13/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_NULL Michael Ellerman
2017-08-23  5:37 ` [PATCH 14/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_NULL in g5 / c2k Michael Ellerman
2017-08-23  5:37 ` [PATCH 15/46] powerpc/configs: Drop no longer needed CONFIG_CRYPTO_GCM Michael Ellerman
2017-08-23  5:37 ` [PATCH 16/46] powerpc/configs: Drop no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCES Michael Ellerman
2017-08-23  5:37 ` [PATCH 17/46] powerpc/configs: Drop unnecessary CONFIG_NUMA_BALANCING_DEFAULT_ENABLED Michael Ellerman
2017-08-23  5:37 ` [PATCH 18/46] powerpc/configs: Drop unnecessary CONFIG_UPROBE_EVENT Michael Ellerman
2017-08-23  5:37 ` [PATCH 19/46] powerpc/configs: Drop no longer needed CONFIG_SMP for pseries/ppc64/powernv Michael Ellerman
2017-08-23  5:37 ` [PATCH 20/46] powerpc/configs: Drop no longer needed PCI_MSI on powernv Michael Ellerman
2017-08-23  5:37 ` [PATCH 21/46] powerpc/configs: Drop unnecessary CONFIG_POWERNV_OP_PANEL Michael Ellerman
2017-08-23  5:37 ` [PATCH 22/46] powerpc/configs: Drop MEMORY_HOTREMOVE from ppc64/cell Michael Ellerman
2017-08-23  5:37 ` [PATCH 23/46] powerpc/configs: Drop CONFIG_SERIAL_TXX9_* from cell/ppc64 Michael Ellerman
2017-08-23  5:37 ` [PATCH 24/46] powerpc/configs: Drop no longer needed CONFIG_AUDITSYSCALL Michael Ellerman
2017-08-23  5:37 ` [PATCH 25/46] powerpc/configs: Add CONFIG_RAS now required for CONFIG_EDAC Michael Ellerman
2017-08-23  5:37 ` [PATCH 26/46] powerpc/configs: Drop no longer needed CONFIG_IPV6 Michael Ellerman
2017-08-23  5:37 ` [PATCH 27/46] powerpc/configs: Drop no longer needed CONFIG_SCSI Michael Ellerman
2017-08-23  5:37 ` [PATCH 28/46] powerpc/configs: Drop unnecessary CONFIG_EDAC from ppc64e Michael Ellerman
2017-08-23  5:37 ` [PATCH 29/46] powerpc/configs: Drop no longer needed CONFIG_LIBCRC32C Michael Ellerman
2017-08-23  5:37 ` [PATCH 30/46] powerpc/configs: Turn CONFIG_R128 back in pmac32_defconfig Michael Ellerman
2017-08-23  5:37 ` [PATCH 31/46] powerpc/configs: Drop removed CONFIG_LOGFS Michael Ellerman
2017-08-23  5:37 ` [PATCH 32/46] powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n Michael Ellerman
2017-08-23  5:37 ` [PATCH 33/46] powerpc/configs: Update for CONFIG_SND changes Michael Ellerman
2017-09-21  1:46   ` [33/46] " Michael Ellerman
2017-08-23  5:37 ` [PATCH 34/46] powerpc/configs/mpc5200: Drop no longer needed CONFIG_FB Michael Ellerman
2017-08-23  5:37 ` [PATCH 35/46] powerpc/configs/6xx: Turn CONFIG_DRM_RADEON back on Michael Ellerman
2017-08-23  5:37 ` [PATCH 36/46] powerpc/configs/6xx: Drop no longer needed CONFIG_TIMER_STATS Michael Ellerman
2017-08-23  5:37 ` [PATCH 37/46] powerpc/configs/6xx: Clean up duplicate CONFIG_EXT4 values Michael Ellerman
2017-08-23  5:37 ` [PATCH 38/46] powerpc/configs/6xx: Drop removed CONFIG_BLK_DEV_HD Michael Ellerman
2017-08-23  5:37 ` [PATCH 39/46] powerpc/configs/6xx: Drop no longer needed CONFIG_NF_CONNTRACK_PROC_COMPAT Michael Ellerman
2017-08-23  5:38 ` [PATCH 40/46] powerpc/configs/6xx: Reinstate CONFIG_CPU_FREQ_STAT Michael Ellerman
2017-08-23  5:38 ` [PATCH 41/46] powerpc/configs/6xx: Drop no longer needed CONFIG_NETFILTER_XT_MATCH_SOCKET Michael Ellerman
2017-08-23  5:38 ` [PATCH 42/46] powerpc/configs/6xx: Drop no longer needed CONFIG_BT_HCIUART_H4 Michael Ellerman
2017-08-23  5:38 ` [PATCH 43/46] powerpc/configs/6xx: Switch CONFIG_USB_EHCI_FSL to =m Michael Ellerman
2017-08-23  5:38 ` [PATCH 44/46] powerpc/configs/c2k: Switch CONFIG_GEN_RTC from =m to =y Michael Ellerman
2017-08-23  5:38 ` [PATCH 45/46] powerpc/configs/6xx: Drop no longer selectable CONFIG_BT_HCIUART_LL Michael Ellerman
2017-08-23  5:38 ` [PATCH 46/46] powerpc/configs/6xx: Drop removed CONFIG_USB_LED Michael Ellerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503466686-10932-6-git-send-email-mpe@ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).