aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian T. Steigies <cts@debian.org>2007-05-13 16:19:30 +0000
committerChristian T. Steigies <cts@debian.org>2007-05-13 16:19:30 +0000
commitd1efafa4f6c6a222d3e54601f2507e9d38351e60 (patch)
treec36df1c62a553bf4f19985b941d05204c34334d0
parent2c88f7151c5a43652394135eb9432fba825f856d (diff)
downloadkernel_replicant_linux-d1efafa4f6c6a222d3e54601f2507e9d38351e60.tar.gz
kernel_replicant_linux-d1efafa4f6c6a222d3e54601f2507e9d38351e60.tar.bz2
kernel_replicant_linux-d1efafa4f6c6a222d3e54601f2507e9d38351e60.zip
fix config.mac
svn path=/dists/trunk/linux-2.6/; revision=8578
-rw-r--r--debian/arch/m68k/config.mac6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/arch/m68k/config.mac b/debian/arch/m68k/config.mac
index 8627eefe296c..5e9721b1c603 100644
--- a/debian/arch/m68k/config.mac
+++ b/debian/arch/m68k/config.mac
@@ -41,7 +41,7 @@ CONFIG_ADB=y
# switched off the next four CONFIG_ADB_* as requested by Finn Thain
CONFIG_ADB_MACII=y
CONFIG_ADB_MACIISI=n
-CONFIG_ADB_IOP=n
+CONFIG_ADB_IOP=y # switched on for the benefit of IIfx, Q900, Q950
CONFIG_ADB_PMU68K=n
CONFIG_ADB_CUDA=y
CONFIG_INPUT_ADBHID=y
@@ -126,3 +126,7 @@ CONFIG_CRC32=y
# 2.6.18
# don't try to build lib/audit.c
# CONFIG_AUDIT is not set
+# 2.6.21
+# uses undefined isa_*
+# CONFIG_PARPORT is not set
+# CONFIG_PARPORT_PC is not set \ No newline at end of file