xref: /rk3399_rockchip-uboot/drivers/serial/Kconfig (revision 5d7b131d41d8a8fb50edf27d945703e757ed8357)
1config DM_SERIAL
2	bool "Enable Driver Model for serial drivers"
3	depends on DM
4	help
5	  If you want to use driver model for serial drivers, say Y.
6	  To use legacy serial drivers, say N.
7
8config UNIPHIER_SERIAL
9	bool "UniPhier on-chip UART support"
10	depends on ARCH_UNIPHIER && DM_SERIAL
11	help
12	  Support for the on-chip UARTs on the Panasonic UniPhier platform.
13