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

Commit 2da5f5db authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: Get rid of HAVE_MACH_CLKDEV



This config was used for the ARM port so that it could use a
machine specific clkdev.h include, but those are all gone now.
The MIPS architecture is the last user, and from what I can tell
it doesn't actually use it anyway, so let's remove the config all
together.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: <linux-mips@linux-mips.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Reviewed-by: default avatarJoshua Henderson <joshua.henderson@microchip.com>
parent 0af1a24f
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -327,7 +327,6 @@ config LANTIQ
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select SWAP_IO_SPACE
	select SWAP_IO_SPACE
	select BOOT_RAW
	select BOOT_RAW
	select HAVE_MACH_CLKDEV
	select CLKDEV_LOOKUP
	select CLKDEV_LOOKUP
	select USE_OF
	select USE_OF
	select PINCTRL
	select PINCTRL
@@ -589,7 +588,6 @@ config RALINK
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select SYS_SUPPORTS_MIPS16
	select SYS_SUPPORTS_MIPS16
	select SYS_HAS_EARLY_PRINTK
	select SYS_HAS_EARLY_PRINTK
	select HAVE_MACH_CLKDEV
	select CLKDEV_LOOKUP
	select CLKDEV_LOOKUP
	select ARCH_HAS_RESET_CONTROLLER
	select ARCH_HAS_RESET_CONTROLLER
	select RESET_CONTROLLER
	select RESET_CONTROLLER
+0 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,6 @@ config PIC32MZDA
	select SYS_SUPPORTS_32BIT_KERNEL
	select SYS_SUPPORTS_32BIT_KERNEL
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select HAVE_MACH_CLKDEV
	select COMMON_CLK
	select COMMON_CLK
	select CLKDEV_LOOKUP
	select CLKDEV_LOOKUP
	select LIBFDT
	select LIBFDT
+0 −3
Original line number Original line Diff line number Diff line
@@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
config HAVE_CLK_PREPARE
config HAVE_CLK_PREPARE
	bool
	bool


config HAVE_MACH_CLKDEV
	bool

config COMMON_CLK
config COMMON_CLK
	bool
	bool
	select HAVE_CLK_PREPARE
	select HAVE_CLK_PREPARE