diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-10-13 14:51:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-11-15 05:03:46 +0100 |
commit | c0fbc5d0be3aeeb6faef5b5baa9940f37acdec76 (patch) | |
tree | d99379d9cd68514627d824969af262675e8a12fa /target | |
parent | 7bddc01539858441ef1d02b03a29bfb25371dfbc (diff) |
add common-clk symbol
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.misc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc index 5a58fd2cb..c3c958ca3 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -10,6 +10,9 @@ config ADK_LINUX_KERNEL_MFD_SYSCON config ADK_LINUX_KERNEL_OF bool +config ADK_LINUX_KERNEL_COMMON_CLK + bool + config ADK_LINUX_KERNEL_FIRMWARE_IN_KERNEL bool default y if ADK_LINUX_KERNEL_R8169 && ADK_LINUX_KERNEL_ROOT_NFS |