diff options
| author | Max Filippov <[email protected]> | 2016-08-07 08:53:00 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-08-12 09:22:17 -0400 |
| commit | b25732c22beccb5a2ce3ec4174ea084ba0e176ab (patch) | |
| tree | 914152963986e5b9295b89ac63cef90cf0ec6255 /drivers/Kconfig | |
| parent | da91cfed54ec44d88f93af2adfbdeada8ab4403e (diff) | |
drivers/sysreset: group sysreset drivers
Create drivers/sysreset and move sysreset-uclass and all sysreset
drivers there.
Signed-off-by: Max Filippov <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index f6003a0a593..4f844699555 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -68,6 +68,8 @@ source "drivers/spi/Kconfig" source "drivers/spmi/Kconfig" +source "drivers/sysreset/Kconfig" + source "drivers/thermal/Kconfig" source "drivers/timer/Kconfig" |
