aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/configs
diff options
context:
space:
mode:
authorRich Felker <dalias@libc.org>2016-10-13 15:51:47 -0400
committerRich Felker <dalias@libc.org>2016-10-18 18:53:37 -0400
commitdb766b0a25c9520b7c585bcdb2725dcc0e490f4a (patch)
tree54c12953f29c6c74f819e1b89f43d26342d7cd4b /arch/sh/configs
parentsh: support CPU_J2 when compiler lacks -mj2 (diff)
downloadlinux-dev-db766b0a25c9520b7c585bcdb2725dcc0e490f4a.tar.xz
linux-dev-db766b0a25c9520b7c585bcdb2725dcc0e490f4a.zip
sh: add Kconfig option for J-Core SoC core drivers
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/configs')
-rw-r--r--arch/sh/configs/j2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/configs/j2_defconfig b/arch/sh/configs/j2_defconfig
index 94d1eca52f72..530e66e163aa 100644
--- a/arch/sh/configs/j2_defconfig
+++ b/arch/sh/configs/j2_defconfig
@@ -8,6 +8,7 @@ CONFIG_MEMORY_START=0x10000000
CONFIG_MEMORY_SIZE=0x04000000
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_SH_DEVICE_TREE=y
+CONFIG_SH_JCORE_SOC=y
CONFIG_HZ_100=y
CONFIG_CMDLINE_OVERWRITE=y
CONFIG_CMDLINE="console=ttyUL0 earlycon"