diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-25 19:00:37 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-28 13:11:35 +0900 |
commit | 85dc2fe119657b1e02ff88345dced4f37e4bd174 (patch) | |
tree | ee3e604b170e4a8b00154eb239dad185932b90da /configs/uniphier_ld11_defconfig | |
parent | f0633533d55a0b488d14a08d6625785fe09f42c1 (diff) | |
download | u-boot-85dc2fe119657b1e02ff88345dced4f37e4bd174.tar.gz |
ARM: uniphier: change UNIPHIER_SERIAL to default y option
This is very likely to be necessary for normal use cases.
Set its default to 'y' for shorter defconfig files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld11_defconfig')
-rw-r--r-- | configs/uniphier_ld11_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/uniphier_ld11_defconfig b/configs/uniphier_ld11_defconfig index 57b9c07c77..9b32d68617 100644 --- a/configs/uniphier_ld11_defconfig +++ b/configs/uniphier_ld11_defconfig @@ -25,7 +25,6 @@ CONFIG_MISC=y CONFIG_I2C_EEPROM=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y -CONFIG_UNIPHIER_SERIAL=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y |