From: Paul Bolle Date: Wed, 24 Sep 2014 08:06:19 +0000 (+0200) Subject: powerpc/8xx: Remove Kconfig symbol FADS X-Git-Tag: v3.19-rc1~22^2~23^2~15 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=6f2ce34dd7a2cd34b937a149e5513edd9d9ba724;hp=c51a6821bdbc9068adda93b3b8ee65df8e4642a6;p=cascardo%2Flinux.git powerpc/8xx: Remove Kconfig symbol FADS Commit 39eb56da2b53 ("pcmcia: Remove m8xx_pcmcia driver") removed the only driver that used CONFIG_FADS. Setting the Kconfig symbol FADS is pointless since that commit. Remove it. Signed-off-by: Paul Bolle Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig index bd6f1a1cf922..157250426b56 100644 --- a/arch/powerpc/platforms/8xx/Kconfig +++ b/arch/powerpc/platforms/8xx/Kconfig @@ -1,6 +1,3 @@ -config FADS - bool - config CPM1 bool select CPM @@ -13,7 +10,6 @@ choice config MPC8XXFADS bool "FADS" - select FADS config MPC86XADS bool "MPC86XADS"