Skip to content

Commit

Permalink
fixup! serial: tty: Add a driver for the RPi firmware UART
Browse files Browse the repository at this point in the history
Make SERIAL_RPI_FW depend on RASPBERRYPI_FIRMWARE.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Dec 4, 2024
1 parent fda47c0 commit 0313a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ config SERIAL_NUVOTON_MA35D1_CONSOLE

config SERIAL_RPI_FW
tristate "Raspberry Pi Firmware software UART support"
depends on ARM_AMBA || COMPILE_TEST
depends on RASPBERRYPI_FIRMWARE || COMPILE_TEST
select SERIAL_CORE
help
This selects the Raspberry Pi firmware UART. This is a bit-bashed
Expand Down

0 comments on commit 0313a09

Please sign in to comment.