]> git.hungrycats.org Git - linux/commitdiff
[PATCH] m32r: remove arch/m32r/drivers
authorHirokazu Takata <takata@linux-m32r.org>
Wed, 6 Oct 2004 01:16:25 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 6 Oct 2004 01:16:25 +0000 (18:16 -0700)
Remove obsolete m32r-specific driver files, which are no longer used.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m32r/Kconfig
arch/m32r/Makefile
arch/m32r/drivers/Kconfig [deleted file]
arch/m32r/drivers/Makefile [deleted file]

index ff8655a19b4e7bd7acbc82f733e50647c94d9243..bacc0b298afef573b0390ea387ac03be3ab9add1 100644 (file)
@@ -253,8 +253,6 @@ config NUMA
        depends on SMP
        default n
 
-source "arch/m32r/drivers/Kconfig"
-
 # turning this on wastes a bunch of space.
 # Summit needs it only when NUMA is on
 config BOOT_IOREMAP
index 47a427a3588b2e1037e6a36e8edb5c427ba0416c..63ea62a5dd480089f6bf628e53ac9203d766f690 100644 (file)
@@ -36,7 +36,6 @@ core-y        += arch/m32r/kernel/    \
           arch/m32r/mm/        \
           arch/m32r/boot/
 
-drivers-y                      += arch/m32r/drivers/
 drivers-$(CONFIG_OPROFILE)     += arch/m32r/oprofile/
 
 boot := arch/m32r/boot
diff --git a/arch/m32r/drivers/Kconfig b/arch/m32r/drivers/Kconfig
deleted file mode 100644 (file)
index 8b5d88f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
-#
-
-menu "M32R drivers"
-
-config M32RPCC
-       bool "M32R PCMCIA I/F"
-       depends on CHIP_M32700
-
-config M32R_CFC
-       bool "CF I/F Controller"
-       depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT
-
-config M32700UT_CFC
-       bool
-       depends on M32R_CFC
-       default y
-
-config CFC_NUM
-       int "CF I/F number"
-       depends on PLAT_USRV || PLAT_M32700UT
-       default "1" if PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_OPSPUT
-
-config MTD_M32R
-       bool "Flash device mapped on M32R"
-       depends on PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2
-
-config M32700UT_DS1302
-       bool "DS1302 Real Time Clock support"
-       depends on PLAT_M32700UT || PLAT_OPSPUT
-
-endmenu
diff --git a/arch/m32r/drivers/Makefile b/arch/m32r/drivers/Makefile
deleted file mode 100644 (file)
index 2df4ec7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Makefile for the Linux/M32R driver
-#
-
-obj-$(CONFIG_M32RPCC)          += m32r_pcc.o
-obj-$(CONFIG_M32R_CFC)         += m32r_cfc.o
-obj-$(CONFIG_M32700UT_DS1302)  += ds1302.o