diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:25 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:03 +1000 |
commit | 05cb48b00a2aa1ac9c2f2c033d3dff8ed5587c1b (patch) | |
tree | 28b0f8cb2d633115f241c367936d23e766d71fdd /arch/powerpc/configs/ppc6xx_defconfig | |
parent | 5c26bdfae9a8cdaf4c66ce4045051eaaa4791486 (diff) | |
download | linux-05cb48b00a2aa1ac9c2f2c033d3dff8ed5587c1b.tar.gz linux-05cb48b00a2aa1ac9c2f2c033d3dff8ed5587c1b.tar.bz2 linux-05cb48b00a2aa1ac9c2f2c033d3dff8ed5587c1b.zip |
powerpc/configs: Drop no longer needed CONFIG_DEVKMEM
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>
Diffstat (limited to 'arch/powerpc/configs/ppc6xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |