diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-22 22:40:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-22 22:40:24 -0500 |
commit | afd46c5f13d0c93c44008bd7040227d0b84e31b9 (patch) | |
tree | e3612338820e94085c0048d016b38abbb1f506d2 /cmd/Kconfig | |
parent | 888f9aa5cac4227e540a5c91a744ac7bed386e70 (diff) | |
parent | 607d06d262a9949aa38895edb476448f186d577b (diff) |
Merge branch '2019-02-22-master-imports'
- Migrate PREBOOT to Kconfig
- LED Kconfig correction
- defconfig resync
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 3ea42e4256..ed8d85bfa6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1399,6 +1399,7 @@ config CMD_DISPLAY config CMD_LED bool "led" + depends on LED default y if LED help Enable the 'led' command which allows for control of LEDs supported |