[roll] Roll fuchsia [kernel][console] Don't link in console/shell code if disabled

We neuter the presence of any actual commands when LK_DEBUGLEVEL == 0,
but we were still linking in the console/shell code. Conceptually
clearer to never link it in, since the intent is not to use the feature.
This also saves about 8KiB of .text in user kernels.

ENABLE_PANIC_SHELL is a macro that has always been hardcoded as 1. Since
we are introducing a CONSOLE_ENABLED macro in the code that is variable,
and since ENABLE_PANIC_SHELL is a dependent degree of freedom that has
never been exercised, it was cleanest to remove ENABLE_PANIC_SHELL
altogether at this time. Should we ever wish to make that a finer knob,
we can of course reconcile how this fits into the main console-enabled
knob semantics then.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1553762
Original-Revision: 589c70ce18c865eeec19b08bdc543ed51f2770e1
GitOrigin-RevId: da36f080c07bb018f6190d30de9998dc598152f5
Change-Id: I5245b187dcdf23b93bab2582d52b3c74b544167f
1 file changed
tree: 86b7d798591fb665732e6c29c1084ed21cedeb05
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.