diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-05-04 22:34:53 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-12 18:21:22 +0300 |
commit | 224bdcbc040734caa63d1d16138c4b720fcae145 (patch) | |
tree | 2db06c7de662d052ebc56422014683f00a39931b /arch/arm/configs/ixp4xx_defconfig | |
parent | c4681547bcce777daf576925a966ffa824edd09d (diff) | |
download | linux-224bdcbc040734caa63d1d16138c4b720fcae145.tar.xz |
ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM
My ixp42x-welltech-epbx100 does not print anything on console without
CONFIG_SERIAL_OF_PLATFORM.
Link: https://lore.kernel.org/r/20210504193457.4008384-2-clabbe@baylibre.com
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/ixp4xx_defconfig')
-rw-r--r-- | arch/arm/configs/ixp4xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index 0d6edeb27659..e3bcf2bed25c 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig @@ -152,6 +152,7 @@ CONFIG_INPUT_IXP4XX_BEEPER=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=2 +CONFIG_SERIAL_OF_PLATFORM=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_SENSORS_W83781D=y |