diff options
author | Rich Felker <dalias@libc.org> | 2016-10-13 15:51:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-10-13 16:00:29 -0400 |
commit | c3a1f7b7df71b86a15ce94db1bce3c03a86c7c29 (patch) | |
tree | 810a7390d98277605790e1c222b90308192fba10 | |
parent | a53b64586ab70e64a6477f787b3388f1d49f9de2 (diff) | |
download | linux-sh-c3a1f7b7df71b86a15ce94db1bce3c03a86c7c29.tar.gz |
sh: add Kconfig option for J-Core SoC core drivers
Signed-off-by: Rich Felker <dalias@libc.org>
-rw-r--r-- | arch/sh/boards/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index e9c2c42031fe..4e21949593cf 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -22,6 +22,16 @@ config SH_DEVICE_TREE have sufficient driver coverage to use this option; do not select it if you are using original SuperH hardware. +config SH_JCORE_SOC + bool "J-Core SoC" + depends on SH_DEVICE_TREE && (CPU_SH2 || CPU_J2) + select CLKSRC_JCORE_PIT + select JCORE_AIC + default y if CPU_J2 + help + Select this option to include drivers core components of the + J-Core SoC, including interrupt controllers and timers. + config SH_SOLUTION_ENGINE bool "SolutionEngine" select SOLUTION_ENGINE |