Commit ae7d0085 authored by Eli Carter's avatar Eli Carter Committed by Russell King

[ARM PATCH] 1474/1: fix iq80310 default config

Patch from Eli Carter

# Tue Apr  1 12:29:20 CST 2003
# Fix the default config for the iq80310 board so it does not panic on boot,
# and enables ksymoops.
#
# Patch against 2.5.65 + 1472
#
# arch/arm/def-configs/iq80310 |    8 ++------
# 1 files changed, 2 insertions(+), 6 deletions(-)
parent 27ff714b
...@@ -441,11 +441,7 @@ CONFIG_BLK_DEV_IDECD=y ...@@ -441,11 +441,7 @@ CONFIG_BLK_DEV_IDECD=y
# #
# CONFIG_GAMEPORT is not set # CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y # CONFIG_SERIO is not set
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
# #
# Input Device Drivers # Input Device Drivers
...@@ -717,7 +713,7 @@ CONFIG_DEBUG_KERNEL=y ...@@ -717,7 +713,7 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_WAITQ is not set # CONFIG_DEBUG_WAITQ is not set
CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_ERRORS=y CONFIG_DEBUG_ERRORS=y
# CONFIG_KALLSYMS is not set CONFIG_KALLSYMS=y
CONFIG_DEBUG_LL=y CONFIG_DEBUG_LL=y
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment