powerpc/8xx: Remove Kconfig symbol FADS
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 24 Sep 2014 08:06:19 +0000 (10:06 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Nov 2014 00:10:46 +0000 (18:10 -0600)
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 <pebolle@tiscali.nl>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/8xx/Kconfig

index bd6f1a1..1572504 100644 (file)
@@ -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"