drivers: serial: xlnx_ps: update referenced SoC configuration items
Update the Kconfig configuration items used to determine if the current target is based on the Zynq-7000 SoC family as part of the re-organi- zation of the Zynq-7000 SoC configuration data. Signed-off-by: Immo Birnbaum <Immo.Birnbaum@Weidmueller.com>
This commit is contained in:
parent
99a6598b98
commit
1b088adbdf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
config UART_XLNX_PS
|
config UART_XLNX_PS
|
||||||
bool "Xilinx serial driver for MPSoC"
|
bool "Xilinx serial driver for MPSoC"
|
||||||
depends on SOC_XILINX_ZYNQMP || SOC_SERIES_XILINX_ZYNQ7000
|
depends on SOC_XILINX_ZYNQMP || SOC_FAMILY_XILINX_ZYNQ7000
|
||||||
select SERIAL_HAS_DRIVER
|
select SERIAL_HAS_DRIVER
|
||||||
select SERIAL_SUPPORT_INTERRUPT
|
select SERIAL_SUPPORT_INTERRUPT
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue