diff options
author | Chia-Wei, Wang <chiawei_wang@aspeedtech.com> | 2020-10-15 10:25:14 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-22 11:26:14 -0400 |
commit | b2424cd2f4337cd36aa635d3bc52485f150d8ae6 (patch) | |
tree | ba16d075fb05aba23c2f3dfcd20bd30d31f79a4a /drivers/reset/Kconfig | |
parent | 611a28ce271164941aac02feea19f1d87bd1cf32 (diff) | |
download | u-boot-b2424cd2f4337cd36aa635d3bc52485f150d8ae6.tar.gz u-boot-b2424cd2f4337cd36aa635d3bc52485f150d8ae6.tar.xz u-boot-b2424cd2f4337cd36aa635d3bc52485f150d8ae6.zip |
cosmetic: reset: ast2500: Rename driver and configs
1. Rename AST2500 reset driver from ast2500-reset.c
to reset-ast2500.c
2. Rename AST2500 reset kconfig option from AST2500_RESET
to RESET_AST2500
Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 8b243fdcc6..33c2736554 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -72,7 +72,7 @@ config RESET_UNIPHIER Say Y if you want to control reset signals provided by System Control block, Media I/O block, Peripheral Block. -config AST2500_RESET +config RESET_AST2500 bool "Reset controller driver for AST2500 SoCs" depends on DM_RESET default y if ASPEED_AST2500 |