diff options
author | Rich Felker <dalias@libc.org> | 2016-10-18 18:54:56 -0400 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-10-18 18:54:56 -0400 |
commit | 99f453f875a5e207f38e92ced6ce3427433d5be2 (patch) | |
tree | 6f956afbcbe36a9fd73f649fffa214ef07aaef32 | |
parent | db766b0a25c9520b7c585bcdb2725dcc0e490f4a (diff) |
sh: add earlycon support to j2_defconfig
Signed-off-by: Rich Felker <dalias@libc.org>
-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 530e66e163aa..2eb81ebe3888 100644 --- a/arch/sh/configs/j2_defconfig +++ b/arch/sh/configs/j2_defconfig | |||
@@ -21,6 +21,7 @@ CONFIG_INET=y | |||
21 | CONFIG_DEVTMPFS=y | 21 | CONFIG_DEVTMPFS=y |
22 | CONFIG_DEVTMPFS_MOUNT=y | 22 | CONFIG_DEVTMPFS_MOUNT=y |
23 | CONFIG_NETDEVICES=y | 23 | CONFIG_NETDEVICES=y |
24 | CONFIG_SERIAL_EARLYCON=y | ||
24 | CONFIG_SERIAL_UARTLITE=y | 25 | CONFIG_SERIAL_UARTLITE=y |
25 | CONFIG_SERIAL_UARTLITE_CONSOLE=y | 26 | CONFIG_SERIAL_UARTLITE_CONSOLE=y |
26 | CONFIG_I2C=y | 27 | CONFIG_I2C=y |