aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc83xx
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 12:20:17 -0600
committerTom Rini <trini@konsulko.com>2021-09-04 12:26:02 -0400
commitf7560376aec089357da0e4b9faf7d4f594ef1ebd (patch)
treec73cf424593bac4ebf97651bd91d07c1bd9e8ef3 /arch/powerpc/cpu/mpc83xx
parent6f004adaf6f80b64f20bc2ed64615610588f3154 (diff)
downloadu-boot-f7560376aec089357da0e4b9faf7d4f594ef1ebd.zip
u-boot-f7560376aec089357da0e4b9faf7d4f594ef1ebd.tar.gz
u-boot-f7560376aec089357da0e4b9faf7d4f594ef1ebd.tar.bz2
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')
-rw-r--r--arch/powerpc/cpu/mpc83xx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig
index 7c922b2..fcf4ef2 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