diff options
author | Rich Felker <dalias@libc.org> | 2016-10-19 01:54:56 +0300 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-10-19 01:54:56 +0300 |
commit | 99f453f875a5e207f38e92ced6ce3427433d5be2 (patch) | |
tree | 6f956afbcbe36a9fd73f649fffa214ef07aaef32 /arch/sh/configs | |
parent | db766b0a25c9520b7c585bcdb2725dcc0e490f4a (diff) | |
download | linux-99f453f875a5e207f38e92ced6ce3427433d5be2.tar.xz |
sh: add earlycon support to j2_defconfig
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 530e66e163aa..2eb81ebe3888 100644 --- a/arch/sh/configs/j2_defconfig +++ b/arch/sh/configs/j2_defconfig @@ -21,6 +21,7 @@ CONFIG_INET=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_NETDEVICES=y +CONFIG_SERIAL_EARLYCON=y CONFIG_SERIAL_UARTLITE=y CONFIG_SERIAL_UARTLITE_CONSOLE=y CONFIG_I2C=y |