Browse Source

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 <pebolle@tiscali.nl>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Paul Bolle 11 years ago
parent
commit
6f2ce34dd7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      arch/powerpc/platforms/8xx/Kconfig

+ 0 - 4
arch/powerpc/platforms/8xx/Kconfig

@@ -1,6 +1,3 @@
-config FADS
-	bool
-
 config CPM1
 config CPM1
 	bool
 	bool
 	select CPM
 	select CPM
@@ -13,7 +10,6 @@ choice
 
 
 config MPC8XXFADS
 config MPC8XXFADS
 	bool "FADS"
 	bool "FADS"
-	select FADS
 
 
 config MPC86XADS
 config MPC86XADS
 	bool "MPC86XADS"
 	bool "MPC86XADS"