diff options
author | Rich Felker <dalias@libc.org> | 2016-10-13 15:51:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-10-18 18:53:37 -0400 |
commit | db766b0a25c9520b7c585bcdb2725dcc0e490f4a (patch) | |
tree | 54c12953f29c6c74f819e1b89f43d26342d7cd4b /arch/sh/configs | |
parent | f208b87b48d5af2ea483293eccb3998c467dfba1 (diff) |
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_defconfig | 1 |
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" |