diff options
author | Masahiro Yamada | 2014-10-23 22:26:11 +0900 |
---|---|---|
committer | Simon Glass | 2014-10-23 21:43:09 -0600 |
commit | ff247b7a0d2f4051786f5be1e73cf90a86b4b641 (patch) | |
tree | d0b94aacbba0d4074d49df2f64c0a9c54e160a71 /include | |
parent | d064cbffff37367b64b53f6e6942cbea67109237 (diff) |
serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ph1_ld4.h | 4 | ||||
-rw-r--r-- | include/configs/ph1_pro4.h | 4 | ||||
-rw-r--r-- | include/configs/ph1_sld8.h | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/include/configs/ph1_ld4.h b/include/configs/ph1_ld4.h index a5468659371..005a853f568 100644 --- a/include/configs/ph1_ld4.h +++ b/include/configs/ph1_ld4.h @@ -28,9 +28,7 @@ * SoC UART : enable CONFIG_UNIPHIER_SERIAL * On-board UART: enable CONFIG_SYS_NS16550_SERIAL */ -#if 1 -#define CONFIG_UNIPHIER_SERIAL -#else +#if 0 #define CONFIG_SYS_NS16550_SERIAL #endif diff --git a/include/configs/ph1_pro4.h b/include/configs/ph1_pro4.h index 85c14ba6cd0..7dd6fd2a929 100644 --- a/include/configs/ph1_pro4.h +++ b/include/configs/ph1_pro4.h @@ -28,9 +28,7 @@ * SoC UART : enable CONFIG_UNIPHIER_SERIAL * On-board UART: enable CONFIG_SYS_NS16550_SERIAL */ -#if 1 -#define CONFIG_UNIPHIER_SERIAL -#else +#if 0 #define CONFIG_SYS_NS16550_SERIAL #endif diff --git a/include/configs/ph1_sld8.h b/include/configs/ph1_sld8.h index 41e2299beec..1062aace38a 100644 --- a/include/configs/ph1_sld8.h +++ b/include/configs/ph1_sld8.h @@ -28,9 +28,7 @@ * SoC UART : enable CONFIG_UNIPHIER_SERIAL * On-board UART: enable CONFIG_SYS_NS16550_SERIAL */ -#if 1 -#define CONFIG_UNIPHIER_SERIAL -#else +#if 0 #define CONFIG_SYS_NS16550_SERIAL #endif |