[PATCH] x86: remove CONFIG_TR from defconfigs

From: Randy Dunlap
Date: Fri Mar 23 2012 - 19:23:12 EST


On 03/23/2012 12:55 PM, Ingo Molnar wrote:

>
> Yeah, now that the defconfigs are much smaller we can do such
> things. Mind resending the patch and possibly checking all the
> other options as well?




OK, I reviewed both x86 defconfigs. I didn't come up with anything
else that obviously should be removed, so here is the CONFIG_TR patch.
(applies on top of your defconfig updates)

---
From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Remove CONFIG_TR from defconfigs for x86 since it
is antiquated and obsolete.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
arch/x86/configs/i386_defconfig | 1 -
arch/x86/configs/x86_64_defconfig | 1 -
2 files changed, 2 deletions(-)

--- lnx-33.orig/arch/x86/configs/i386_defconfig
+++ lnx-33/arch/x86/configs/i386_defconfig
@@ -183,7 +183,6 @@ CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
CONFIG_R8169=y
CONFIG_FDDI=y
-CONFIG_TR=y
CONFIG_INPUT_POLLDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_EVDEV=y
--- lnx-33.orig/arch/x86/configs/x86_64_defconfig
+++ lnx-33/arch/x86/configs/x86_64_defconfig
@@ -176,7 +176,6 @@ CONFIG_SKY2=y
CONFIG_FORCEDETH=y
CONFIG_8139TOO=y
CONFIG_FDDI=y
-CONFIG_TR=y
CONFIG_INPUT_POLLDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_EVDEV=y
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/