Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89f0ce72 authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: S3C64XX: Remove plat-s3c64xx Kconfig and PLAT_S3C64XX



Remove the Kconfig and PLAT_S3C64XX defines for the previous S3C64XX
directory structure now that the code is moved into mach-s3c64xx.

Note, we cannot currently remove plat-s3c64xx directory as we have a
pair of include files used within plat-s3c and plat-samsung that need
to find a new home.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 55bf9267
Loading
Loading
Loading
Loading
+15 −1
Original line number Original line Diff line number Diff line
@@ -627,9 +627,24 @@ config ARCH_S3C2410


config ARCH_S3C64XX
config ARCH_S3C64XX
	bool "Samsung S3C64XX"
	bool "Samsung S3C64XX"
	select PLAT_S3C
	select CPU_V6
	select GENERIC_GPIO
	select GENERIC_GPIO
	select ARM_VIC
	select HAVE_CLK
	select HAVE_CLK
	select NO_IOPORT
	select ARCH_HAS_CPUFREQ
	select ARCH_HAS_CPUFREQ
	select ARCH_REQUIRE_GPIOLIB
	select SAMSUNG_CLKSRC
	select SAMSUNG_IRQ_VIC_TIMER
	select SAMSUNG_IRQ_UART
	select S3C_GPIO_TRACK
	select S3C_GPIO_PULL_UPDOWN
	select S3C_GPIO_CFG_S3C24XX
	select S3C_GPIO_CFG_S3C64XX
	select S3C_DEV_NAND
	select USB_ARCH_HAS_OHCI
	select SAMSUNG_GPIOLIB_4BIT
	help
	help
	  Samsung S3C64XX series based systems
	  Samsung S3C64XX series based systems


@@ -784,7 +799,6 @@ source "arch/arm/mach-dove/Kconfig"


source "arch/arm/plat-samsung/Kconfig"
source "arch/arm/plat-samsung/Kconfig"
source "arch/arm/plat-s3c24xx/Kconfig"
source "arch/arm/plat-s3c24xx/Kconfig"
source "arch/arm/plat-s3c64xx/Kconfig"
source "arch/arm/plat-s3c/Kconfig"
source "arch/arm/plat-s3c/Kconfig"
source "arch/arm/plat-s5p/Kconfig"
source "arch/arm/plat-s5p/Kconfig"
source "arch/arm/plat-s5pc1xx/Kconfig"
source "arch/arm/plat-s5pc1xx/Kconfig"
+1 −1
Original line number Original line Diff line number Diff line
@@ -183,7 +183,7 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik
plat-$(CONFIG_PLAT_ORION)	:= orion
plat-$(CONFIG_PLAT_ORION)	:= orion
plat-$(CONFIG_PLAT_PXA)		:= pxa
plat-$(CONFIG_PLAT_PXA)		:= pxa
plat-$(CONFIG_PLAT_S3C24XX)	:= s3c24xx s3c samsung
plat-$(CONFIG_PLAT_S3C24XX)	:= s3c24xx s3c samsung
plat-$(CONFIG_PLAT_S3C64XX)	:= s3c64xx s3c samsung
plat-$(CONFIG_ARCH_S3C64XX)	:= s3c64xx s3c samsung
plat-$(CONFIG_PLAT_S5PC1XX)	:= s5pc1xx s3c samsung
plat-$(CONFIG_PLAT_S5PC1XX)	:= s5pc1xx s3c samsung
plat-$(CONFIG_PLAT_S5P)		:= s5p samsung s3c
plat-$(CONFIG_PLAT_S5P)		:= s5p samsung s3c
plat-$(CONFIG_ARCH_STMP3XXX)	:= stmp3xxx
plat-$(CONFIG_ARCH_STMP3XXX)	:= stmp3xxx
+0 −15
Original line number Original line Diff line number Diff line
@@ -8,20 +8,5 @@ config PLAT_S3C64XX
	bool
	bool
	depends on ARCH_S3C64XX
	depends on ARCH_S3C64XX
	default y
	default y
	select CPU_V6
	select PLAT_S3C
	select ARM_VIC
	select NO_IOPORT
	select ARCH_REQUIRE_GPIOLIB
	select SAMSUNG_CLKSRC
	select SAMSUNG_IRQ_VIC_TIMER
	select SAMSUNG_IRQ_UART
	select S3C_GPIO_TRACK
	select S3C_GPIO_PULL_UPDOWN
	select S3C_GPIO_CFG_S3C24XX
	select S3C_GPIO_CFG_S3C64XX
	select S3C_DEV_NAND
	select USB_ARCH_HAS_OHCI
	select SAMSUNG_GPIOLIB_4BIT
	help
	help
	  Base platform code for any Samsung S3C64XX device
	  Base platform code for any Samsung S3C64XX device