Skip to content

Commit

Permalink
Drop the CRISv32 version of pcf8563
Browse files Browse the repository at this point in the history
No longer used.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Mar 21, 2011
1 parent 521cb40 commit 7673538
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 380 deletions.
3 changes: 1 addition & 2 deletions arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ config ETRAX_RTC
choice
prompt "RTC chip"
depends on ETRAX_RTC
default ETRAX_PCF8563 if ETRAX_ARCH_V32
default ETRAX_DS1302 if ETRAX_ARCH_V10
default ETRAX_DS1302

config ETRAX_DS1302
depends on ETRAX_ARCH_V10
Expand Down
1 change: 0 additions & 1 deletion arch/cris/arch-v32/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ obj-$(CONFIG_ETRAX_AXISFLASHMAP) += axisflashmap.o
obj-$(CONFIG_ETRAXFS) += mach-fs/
obj-$(CONFIG_CRIS_MACH_ARTPEC3) += mach-a3/
obj-$(CONFIG_ETRAX_IOP_FW_LOAD) += iop_fw_load.o
obj-$(CONFIG_ETRAX_PCF8563) += pcf8563.o
obj-$(CONFIG_ETRAX_I2C) += i2c.o
obj-$(CONFIG_ETRAX_SYNCHRONOUS_SERIAL) += sync_serial.o
obj-$(CONFIG_PCI) += pci/
Expand Down
377 changes: 0 additions & 377 deletions arch/cris/arch-v32/drivers/pcf8563.c

This file was deleted.

0 comments on commit 7673538

Please sign in to comment.