[roll] Roll fuchsia [uart] null::Driver::config_name() to kConfigName

Move from constexpr function to constexpr variable.
This was a missed update from previous patches, and since it was never
referenced anywhere it still built and passed tests.

Now the body of Driver references this variable, instead of hard-coding
the string in multiple places.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1193941
Original-Revision: e835b31bd85b0adf240abcfc8374ce80387bb148
GitOrigin-RevId: 3aaf48072d7968115bcea3e37f8e4e39ed4822a1
Change-Id: I6a16838b4c23a8d4bf33c14ea4b3a4e3c45f67c9
1 file changed
tree: 340efd33d8e042276d82a93eaad619a06a1e739b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.