MIPS: remove obsolete Kconfig macros
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 25 Mar 2013 20:27:19 +0000 (20:27 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 May 2013 23:19:06 +0000 (01:19 +0200)
commit88564dda0ec6fe10c5503d53c2205616ff1eaab2
treefd87daefb0084ec0ff050dc4f90d550ea26334e5
parent83a18415ba295c25d94bdc81fdb3a18fc1c2ce4e
MIPS: remove obsolete Kconfig macros

The support for PB1100, PB1500, and PB1550 got merged into the code for
DB1000 and DB1550 code in v3.7. When that was done the three related
Kconfig symbols were dropped. But not all related Kconfig macros were
removed. Do so now.

Note that the PB1100 code in the Au1100 LCD driver is removed entirely
and not converted to use its current Kconfig macro. That is done because
the macros it uses (PB1100_G_CONTROL, PB1100_G_CONTROL_BL, and
PB1100_G_CONTROL_VDD) are never defined. Actually only one of these was
ever defined (PB1100_G_CONTROL) but that define was removed in v2.6.34.
So, as far as I can tell, this code could have never compiled.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Patchwork: http://patchwork.linux-mips.org/patch/5040/
Acked-by: John Crispin <blogic@openwrt.org>
arch/mips/alchemy/Platform
drivers/video/au1100fb.c