diff options
author | Stephen Boyd <[email protected]> | 2020-04-08 23:44:10 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-05-05 12:34:01 -0700 |
commit | ba76c40dbe2e1f6c2db1d8077917d18279523b81 (patch) | |
tree | 858a2d8eb2d775d832338e91d3fc1f985d8fd742 | |
parent | d823836ad182c1488d3a7beb1018c5558d765bf0 (diff) |
h8300: Remove redundant CLKDEV_LOOKUP selects
The h8300 architecture selects COMMON_CLK already, and the COMMON_CLK
config option already selects CLKDEV_LOOKUP so it's redundant to have
this selected again.
Cc: Yoshinori Sato <[email protected]>
Cc: [email protected]
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index ec800e9d5aad..d11666d538fe 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -13,7 +13,6 @@ config H8300 select GENERIC_CPU_DEVICES select MODULES_USE_ELF_RELA select GENERIC_CLOCKEVENTS - select CLKDEV_LOOKUP select COMMON_CLK select ARCH_WANT_FRAME_POINTERS select OF |