diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:17 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:26:02 -0400 |
commit | f7560376aec089357da0e4b9faf7d4f594ef1ebd (patch) | |
tree | c73cf424593bac4ebf97651bd91d07c1bd9e8ef3 /arch/powerpc/cpu/mpc83xx/Kconfig | |
parent | 6f004adaf6f80b64f20bc2ed64615610588f3154 (diff) | |
download | u-boot-f7560376aec089357da0e4b9faf7d4f594ef1ebd.tar.gz |
sata: Rename SATA_SUPPORT to SATA
Rename this options so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/Kconfig')
-rw-r--r-- | arch/powerpc/cpu/mpc83xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig index 7c922b23096..fcf4ef2b360 100644 --- a/arch/powerpc/cpu/mpc83xx/Kconfig +++ b/arch/powerpc/cpu/mpc83xx/Kconfig @@ -119,7 +119,7 @@ config MPC83XX_PCIE2_SUPPORT config MPC83XX_SDHC_SUPPORT bool -config MPC83XX_SATA_SUPPORT +config MPC83XX_SATA bool config MPC83XX_SECOND_I2C @@ -198,7 +198,7 @@ config ARCH_MPC837X select MPC83XX_PCIE1_SUPPORT select MPC83XX_PCIE2_SUPPORT select MPC83XX_SDHC_SUPPORT - select MPC83XX_SATA_SUPPORT + select MPC83XX_SATA select MPC83XX_LDP_PIN select MPC83XX_SECOND_I2C select SYS_CACHE_SHIFT_5 |