Skip to content

Commit

Permalink
Merge branch 'at91/cleanup' into next/drivers
Browse files Browse the repository at this point in the history
This resolves some of the obvious conflicts between the at91 cleanup and
drivers branches.

Conflicts:
	arch/arm/mach-at91/at91sam9g45.c
	arch/arm/mach-at91/at91sam9rl.c
	drivers/rtc/Kconfig

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Nov 20, 2014
2 parents b9e0e5a + bcf8c7e commit 4b3d4d3
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 5,571 deletions.
175 changes: 0 additions & 175 deletions arch/arm/configs/at91sam9g45_defconfig

This file was deleted.

92 changes: 0 additions & 92 deletions arch/arm/configs/at91sam9rl_defconfig

This file was deleted.

48 changes: 0 additions & 48 deletions arch/arm/configs/at91x40_defconfig

This file was deleted.

20 changes: 3 additions & 17 deletions arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@ config HAVE_AT91_DBGU2
config AT91_USE_OLD_CLK
bool

config AT91_PMC_UNIT
bool
default !ARCH_AT91X40

config COMMON_CLK_AT91
bool
default AT91_PMC_UNIT && USE_OF && !AT91_USE_OLD_CLK
default USE_OF && !AT91_USE_OLD_CLK
select COMMON_CLK

config OLD_CLK_AT91
bool
default AT91_PMC_UNIT && AT91_USE_OLD_CLK
default AT91_USE_OLD_CLK

config OLD_IRQ_AT91
bool
Expand Down Expand Up @@ -65,16 +61,6 @@ choice

prompt "Core type"

config ARCH_AT91X40
bool "ARM7 AT91X40"
depends on !MMU
select CPU_ARM7TDMI
select ARCH_USES_GETTIMEOFFSET
select OLD_IRQ_AT91

help
Select this if you are using one of Atmel's AT91X40 SoC.

config SOC_SAM_V4_V5
bool "ARM9 AT91SAM9/AT91RM9200"
help
Expand Down Expand Up @@ -199,7 +185,7 @@ config SOC_AT91SAM9N12
endif # SOC_SAM_V4_V5


if SOC_SAM_V4_V5 || ARCH_AT91X40
if SOC_SAM_V4_V5
source arch/arm/mach-at91/Kconfig.non_dt
endif

Expand Down
Loading

0 comments on commit 4b3d4d3

Please sign in to comment.