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>
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
arch/m32r/mm/ \
arch/m32r/boot/
-drivers-y += arch/m32r/drivers/
drivers-$(CONFIG_OPROFILE) += arch/m32r/oprofile/
boot := arch/m32r/boot
+++ /dev/null
-#
-# 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
+++ /dev/null
-#
-# 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