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

Commit 5ec74144 authored by Kukjin Kim's avatar Kukjin Kim
Browse files

ARM: SAMSUNG: Remove useless Samsung GPIO related CONFIGs



Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 782d8a3c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -724,9 +724,6 @@ config ARCH_S3C64XX
	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
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ config CPU_S3C2410
	bool
	depends on ARCH_S3C2410
	select CPU_ARM920T
	select S3C_GPIO_PULL_UP
	select S3C2410_CLOCK
	select CPU_LLSERIAL_S3C2410
	select S3C2410_PM if PM
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ config CPU_S3C2416
	select CPU_ARM926T
	select S3C2416_DMA if S3C2410_DMA
	select CPU_LLSERIAL_S3C2440
	select S3C_GPIO_PULL_UPDOWN
	select SAMSUNG_CLKSRC
	select S3C2443_CLOCK
	help
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
config CPU_S3C2440
	bool
	select CPU_ARM920T
	select S3C_GPIO_PULL_UP
	select S3C2410_CLOCK
	select S3C2410_PM if PM
	select S3C2440_DMA if S3C2410_DMA
@@ -17,7 +16,6 @@ config CPU_S3C2440
config CPU_S3C2442
	bool
	select CPU_ARM920T
	select S3C_GPIO_PULL_DOWN
	select S3C2410_CLOCK
	select S3C2410_PM if PM
	select CPU_S3C244X
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ config CPU_S3C2443
	select CPU_LLSERIAL_S3C2440
	select SAMSUNG_CLKSRC
	select S3C2443_CLOCK
	select S3C_GPIO_PULL_S3C2443
	help
	  Support for the S3C2443 SoC from the S3C24XX line

Loading